The RMP Motion Controller APIs

◆ MotionIdSet()

void MotionIdSet ( uint16_t id)
Description:
MotionIdSet sets the identifier for the next motion.
Parameters
idAny unsigned 16-bit number.
Remarks
This function is also available in RapidSequencer.

Part of the Motion Configuration method group.

Sample Code:
// set the identifier for the next motion to be 12345
axis->MotionIdSet(12345);
See also
MotionIdGet
Examples
UpdateBufferPoints.cpp.