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

Description:
CommandMoveSCurve appends a command which startsan abosolute position move.
Parameters:
sequencerNumber Sequencer ID.
*axis The Axis which will perform the Velocity move.
position The target position.
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, dPos, dVelo, dAccel, dJerk);
See also:
SequencerEnableSet