MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ VectorVelocitySet()

void VectorVelocitySet ( double  velocity)
pure virtual

Set the vector velocity.

Description:
VectorVelocitySet sets the vector velocity.
Parameters
velocityIn counts/second.
Sample Code:
// Set the vector velocity to 1000.0 counts/second.
multiAxis->VectorVelocitySet(1000.);
See also
VectorVelocityGet
 
Examples
PathMotion.cpp.