| aMotion_SetSetpoint | Index |
Definition:
Parameters:
Return Value:
Description:
This routine assigns a new setpoint for a motion control channel. The units and interpretation of the setpoint depend on the current motion control mode. See the cmdMO_SET documentation for details on assigning a new setpoint.
Example:
#include <aMotion.tea>
aMotion_SetSetpoint(0, 20);
This would assign a new setpoint of 20 to motion control channel 0.
Related: