'Forward' speed change during move

'Forward' speed change during move

FORWARD commands do not need to buffer. Just set FORWARD once and leave it running.  You can change SPEED any time on the fly.  SPEED set to 0 will stop the axis.  A negative SPEED value will make the axis move in reverse.

You only need to CANCEL when shutting down the axes on an E-Stop for example. 
    • Related Articles

    • Inconsistent speed

      The max speed of the axis might be acceleration limited. For example: SPEED = 800 ACCEL = 1200 DECEL = 1200 Say the vector length = 600 - 500 = 100. ie the MOVE length is 100. From the standard equation of motion: v^2 = u^2 + 2as u is 0 v = SQR(2 * ...
    • AXISSTATUS = L Speed limit active - how to deal with it?

      AXISSTATUS L flag means the axis is in speed limited mode. It means it's running a MOVESP/MOVEABSPS/MOVECISRCSP and the VP_SPEED is not the SPEED but is at the FORCE_SPEED level. If CORNER_MODE is active, that will also show as speed limiting with ...
    • LinMot latest Drive support DS402 homing & Torque control

      LinMot have updated their firmware to include Position, Speed & Torque control now. The respective CoE objects are mapped in the fixed PDO profiles. The below LinMot Drives with Firmware 6.10 able to support this profiles In the attached EC_EXTEND, ...
    • AN-307 Move Embedded Parameters

      Move Embedded Parameters are a new feature within the Trio MC4XX Motion Coordinator system software. Each move can have up to 2 user parameters per axis pass through the motion buffers and become available during the motion for processing. The first ...
    • MOVEABSSEQSP type problem

      Work out how many points per second are being executed in the MOVEABSSEQSP. If more than one per msec then that is not possible even with the MOVEABSSEQ type move. The other consideration is the vector length in the buffer. The LIMIT_BUFFERED value ...