RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
AxisGet()
Axis
* AxisGet
(
int32_t
index
)
Description:
AxisGet returns the
Axis
class used in this
MultiAxis
class.
Parameters
index
Axis
number: 0 to 31.
Returns
(Axis*) A pointer to the indexed axis.
Sample Code:
// get the 3rd axis in this class
axis = multiAxis->AxisGet(2);
Examples
SyncOutputWithMotion.cpp
.
RSI
RapidCode
MultiAxis
Generated by
1.10.0