The RMP Motion Controller APIs

◆ MotionCamRepeatStop()

void MotionCamRepeatStop ( )
Description:
MotionCamRepeatStop stops a Repeating Cam.
Remarks
This function is also available in RapidSequencer.

Part of the Camming method group.

Sample Code:
// -- C++ -- //
axis->MotionCamRepeatStop();
// -- C# -- //
axis.MotionCamRepeatStop();