APIs, concepts, guides, and more

◆ 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());
double MotionCamMasterStartGet(Axis *master)
Gets the position on the master that will start the cam when exceeded.
See also
MotionCamMasterStartSet