i’m trying to push (and pull) the position of an arc cycle with CY.POS:
X ADD 2 CY.POS 1
Y WRAP X 0 255
CY.POS 1 Y
this should push arc cycle 2 forward 2 steps with each ping but i’m seeing the value jump erratically between many seemingly random values and eventually stopping in one place (though ansible is still responsive and i can get things moving again with a touch of the arc).
something wrong with my code? can anyone else verify this behavior?