RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
DigitalIoExists()
bool DigitalIoExists
(
RSIMotorGeneralIo
motorGeneralIoNumber
)
Description:
DigitalIoExists determine if a particular Dedicated output bit exists for a motor.
Parameters
motorGeneralIoNumber
A
RSIMotorGeneralIo
value.
Returns
(bool) True if bit exists for motor, false if not.
Part of the
User IO
method group.
Sample Code:
if
(axis->DigitalIoExists(
RSIMotorGeneralIo0
) ==
true
) {
printf(
"General Motor IO 0 exsists.\n"
);
}
RSI::RapidCode::RSIMotorGeneralIo::RSIMotorGeneralIo0
@ RSIMotorGeneralIo0
0
RSI
RapidCode
Axis
Generated by
1.10.0