i would like to set a new "logical position" to the axe without actually moving it, i have tried from nodered to use both the data layer function set-pos-abs with :msg.payload = { "type": "object", "value": { "buffered": true, "axsPos": 0 } } and homing with: msg.payload = { "type": "object", "value": { "buffered": true, "newRefPos": 0.0 } } but didn't manage to do it, i tried also to change the buffered value to false but it still didn't work, thanks you
... View more