RMP Motion Controller
10.6.0
APIs
, concepts, guides, and more
Community
Support
Contact
◆
NumberGet()
int32_t NumberGet
(
)
Description:
NumberGet returns the zero-based axis number associated with this
Axis
.
Returns
(int32_t) The zero-based number (controller index) of this
Axis
.
Sample Code:
int32_t number;
number = axis->NumberGet();
printf(
"Axis number is %ld\n"
, number);
See also
Init
Examples
GearingCamming.cs
,
Homing.cs
,
MotionHold.cs
,
UserLimit.cs
, and
UserLimitCommandPositionDirect.cs
.
RSI
RapidCode
RapidCodeMotion
Generated by
1.10.0