I like to do the following:
I start a move: In the running move I decide I want to continue the move X further. So How do I update the move comment while the motor is still running.
My current Move comment require that the motor is at full stop before I can set a new comment.
for example: I have a conveyor-belt with containers. The conveyor-belt move one container and checks if the container is correct. If so, the conveyor-belt is moved exactly one container. If I start-stop the conveyor-belt I have a really lot of jerk and it is really slow. So In the move, I check if the container is correct. and continue to move to the next container. How do I do that?