APIs, concepts, guides, and more

◆ MotionIdSet()

void MotionIdSet ( uint16_t id)
Description:
MotionIdSet sets the identifier for the next motion.
Parameters
idAny unsigned 16-bit number.

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.