The RMP Motion Controller APIs

◆ 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.
Remarks
This function is also available in RapidSequencer. Part of the Camming method group.
Sample Code:
printf("When the cam is exceeded, the master will start at position: %ld.\n", MotionCamMasterStartGet());
double MotionCamMasterStartGet(Axis *master)
Gets the position on the master that will start the cam when exceeded.
See also
MotionCamMasterStartSet