RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
AmpDisableActionSet()
void AmpDisableActionSet
(
RSIMotorDisableAction
action
)
Description:
AmpDisableActionSet sets the action that will occur if the amplifier is disabled.
Parameters
action
A
RSIMotorDisableAction
value.
Sample Code:
// set the Amp Disable action to do nothing
axis->AmpDisableActionSet(
RSIMotorDisableActionNONE
);
RSI::RapidCode::RSIMotorDisableAction::RSIMotorDisableActionNONE
@ RSIMotorDisableActionNONE
No action taken when disabled.
See also
AmpDisableActionGet
Examples
PathMotion.cpp
.
RSI
RapidCode
Axis
Generated by
1.10.0