void CommandMoveVelocity ( long  sequencerNumber,
Axis axis,
double  velocity,
double  acceleration,
double  jerkPercent 
)

Description:
CommandMoveVelocity appends a command which starts a Velocity move.
Parameters:
sequencerNumber Sequencer ID.
*axis The Axis which will perform the Velocity move.
velocity Velocity in counts/second.
acceleration Acceleration in counts/second/second.
jerkPercent 0.0 to 100.0 in value.
Sample Code:
  controller->CommandMoveVelocity(SEQUENCER, axisToMove, dVelo, dAccel, dJerk);
See also:
SequencerEnableSet