
Mophead (Customer) asked a question.
I am using a Position command in Pr mode to run an absolute point to point command.
I would like to slow the speed in the middle of the cycle (using a timer) to write a new speed to the Pr register. (P5.061 in this case)
I have written the code to write the new speed and that is working. I even cycled the Pr trigger but the speed does not change from the original speed.
I can pause the motion and the new speed will be in effect when it restarts, but i don't want to stop the motion to change the speed.
@Mophead (Customer) This can be done, but you will need to invoke a 2nd PR Path. Easiest is to set up Events:
Event 1 = move to xxx position at fast speed (xxx = absolute position)
Event 2 = move to xxx position at slow speed (same target position)
You can alternately trigger these Events multiple times and the move will change speed each Event.
Our motion management team wrote up a quick step-by-step whitepaper on how to do it. Attached.