MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ DigitalIoExists()

bool DigitalIoExists ( RSIMotorGeneralIo  bitNumber)
pure virtual

Determine if a particular General I/O bit exists for a motor.

Description:
DigitalIoExists determine if a particular Dedicated output bit exists for a motor.
Parameters
bitNumberA RSIMotorGeneralIo value.
Returns
(bool) True if bit exists for motor, false if not.
Sample Code:
{
printf("General Motor IO 0 exsists.\n");
}