MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ MotionIdSet()

void MotionIdSet ( uint16  id)
pure virtual

Set the Motion identifier.

Description:
MotionIdSet sets the identifier for the next motion.
Parameters
idAny unsigned 16-bit number.
Sample Code:
// set the identifier for the next motion to be 12345
axis->MotionIdSet(12345);
See also
MotionIdGet
 
Examples
UpdateBufferPoints.cpp.