So, I'm currently working with the Position move block, I am trying to make the behavior correct for a specific scenario: I command a move from absolute position A to position B, I calculate the relative distance and feed in a relative move, while that move is being run(POSMOVE is in BUSY state) I want to go to position C, I would like to generate a path from where the motor is now, to that 3rd position. How would I stop the current move, set a new starting velocity that is non-zero, and start the plan to move to position C?