RMP Motion Controller
10.6.3
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MotionCamMasterStartGet()
double MotionCamMasterStartGet
(
Axis
*
master
)
Description:
MotionCamMasterStartGet gets the position on the master that will start the cam when exceeded.
Returns
(int32_t) Position the master will start at when the cam is exceeded.
Part of the
Camming
method group.
Sample Code:
printf(
"When the cam is exceeded, the master will start at position: %ld.\n"
,
MotionCamMasterStartGet
());
RSI::RapidCode::Axis::MotionCamMasterStartGet
double MotionCamMasterStartGet(Axis *master)
Gets the position on the master that will start the cam when exceeded.
See also
MotionCamMasterStartSet
RSI
RapidCode
Axis
Generated by
1.10.0