MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ ActualPositionSet()

void ActualPositionSet ( double  position)
pure virtual

Set the actual position.

Description:
ActualPositionSet will set the value of axis' actual position.
Parameters
positionThe value to set.
Sample Code:
// set the actual position to 100000
axis.ActualPositionSet(100000);
RapidSetup:
Go to axis screen. In the image below, ActualPositionSet sets the value in the Actual Position text box. In the image, the actual position is: 4525826
Axis_PositionStatus.jpg
See also
ActualPositionGet