RMP Motion Controller
10.7.1
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MotionCountGet()
int32_t MotionCountGet
(
)
Description:
MotionCountGet returns the number of Motion Supervisors enabled on the controller.
Returns
(int32_t) The Motion Supervisor count.
Part of the
Information
method group.
Sample Code:
// -- C++ -- //
printf(
"Enabled Motion Supervisors: %ld\n"
, controller->MotionCountGet());
// -- C# -- //
Console.WriteLine(
"Enabled Motion Supervisors: {0}"
, controller.MotionCountGet());
Note
The firmware default is 8.
See also
MotionCountSet
RSI
RapidCode
MotionController
Generated by
1.15.0