MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ FaultMaskBitGet()

bool FaultMaskBitGet ( RSIMotorFaultMask  bitMask)
pure virtual

Get the state of a Motor's Fault Mask bit.

Description:
FaultMaskBitGet returns the state of a Motor's Fault Mask bit.
Parameters
bitMaskA RSIMotorFaultMask value.
Returns
(bool) True or False FalutMask Value.
Sample Code:
{
printf("Motor Amplifier is not powered\n");
}
See also
RSIMotorFaultMask