The RMP Motion Controller APIs

◆ VectorVelocitySet()

void VectorVelocitySet ( double velocity)
Description:
VectorVelocitySet sets the vector velocity.
Parameters
velocityIn counts/second.
Remarks
This function is also available in RapidSequencer.
Sample Code:
// Set the vector velocity to 1000.0 counts/second.
multiAxis->VectorVelocitySet(1000.);
See also
VectorVelocityGet
Examples
PathMotion.cpp.