The RMP Motion Controller APIs

◆ ActualPositionSet()

void ActualPositionSet ( double position)
Description:
ActualPositionSet will set the value of axis' actual position.
Parameters
positionThe value to set.
Remarks
This function is also available in RapidSequencer.
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
See also
ActualPositionGet