RMP Motion Controller
10.6.4
APIs
, concepts, guides, and more
Community
Support
Contact
◆
AxisCountGet()
int32_t AxisCountGet
(
)
Description:
AxisCountGet returns the axis count of the
RapidCodeMotion
.
Returns
(int32_t) The number of axes.
Sample Code:
int32_t axisCount = axis->AxisCountGet();
printf(
"Axis count is %ld\n"
, axisCount);
See also
Init
RSI
RapidCode
RapidCodeMotion
Generated by
1.10.0