RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
NumberGet()
int32_t NumberGet
(
)
Description:
NumberGet returns the zero-based index associated with this
IO
node. The number will be zero-based and determined by the order of the nodes on the network.
Returns
(int32_t) The number (controller index) of this
IO
.
Sample Code:
int32_t number;
number = io->NumberGet();
printf(
"IO number is %ld\n"
, number);
RSI
RapidCode
IO
Generated by
1.10.0