Internet PLC Forum

General => Technical support => Topic started by: cch1955 on April 02, 2012, 10:08:29 AM

Title: stepmove over write question
Post by: cch1955 on April 02, 2012, 10:08:29 AM
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
Title: Re:stepmove over write question
Post by: support on April 02, 2012, 03:20:28 PM
When the stepper motor is in the midst of the move any new STEPMOVE command will be ignored. You should let the STEPMOVE come to a stop and then trigger another STEPMOVE.
Title: Re:stepmove over write question
Post by: cch1955 on April 02, 2012, 04:58:23 PM
Thanks.