If I am executing a stepmove command of 10000 steps
and at 4999 steps into the move I execute another stepmove command on the same channel for 7500 steps:
Will the first command be terminated (decel and stop?) at whatever number of steps it has executed and the new command will take over and execute the new move of 7500 steps
Or will the second command for 7500 steps be executed after the first 10000 step command is completed?
Thanks