RMP Motion Controller
10.6.3
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
());
RSI::RapidCode::MotionController::MotionCountGet
int32_t MotionCountGet()
Get the number of Motion Supervisors available in the firmware.
// -- C# -- //
Console.WriteLine(
"Enabled Motion Supervisors: {0}"
, controller.
MotionCountGet
());
Note
The firmware default is 8.
See also
MotionCountSet
Examples
MultiaxisMotion.cpp
,
PVTmotionMultiAxis.cpp
,
PathMotion.cpp
,
SampleAppsHelper.h
,
SyncOutputWithMotion.cpp
, and
Template.cpp
.
RSI
RapidCode
MotionController
Generated by
1.10.0