APIs, concepts, guides, and more

◆ AmpDisableActionSet()

void AmpDisableActionSet ( RSIMotorDisableAction action)
Description:
AmpDisableActionSet sets the action that will occur if the amplifier is disabled.
Parameters
actionA RSIMotorDisableAction value.
Sample Code:
// set the Amp Disable action to do nothing
axis->AmpDisableActionSet(RSIMotorDisableActionNONE);
@ RSIMotorDisableActionNONE
No action taken when disabled.
See also
AmpDisableActionGet
Examples
PathMotion.cpp.