Positioning Buffer Mode Case of BlendingPrevious
Original instructions
At a Glance
For the BlendingPrevious buffer mode, there can be two different cases:
1st Case Overview
The new command is received by the PTO module during the acceleration phase or constant velocity phase of the previous command. As soon as the first target position is reached, the execution of the second command starts at the Target_Velocity of the previous command:
If there was no second command, the frequency profile would have followed the thick dotted line.
1st Case FBD Diagram
Program to obtain the above profile
Cmd_Status is the command status follow up function.
NOTE: Program conditions for short movements:
When sending commands for short movements, please respect the following conditions:
  • PLC cycle time ≥ 5 ms
  • tMOVE_1 ≥ 2 x PLC cycle time
  • t < tMOVE_1
Where t is the time between two MOVE commands are sent to the PTO function. In the example program, t is the Preset delay time of the TON instance.
1st Case Time Diagram
Time diagram of the MOVERELATIVE Input / Output
2nd Case Overview
If the new command is received by the PTO channel during the stopping phase of the previous command, the sequence of the two commands is executed as "Buffered".
2nd Case Time Diagram
Time diagram of the MOVERELATIVE Input / Output