void OriginPositionSet ( double  pos  ) 

Description:
OriginPositionSet sets the origin position of an axis. The origin position will effect both the Command and Actual positions of an axis. It is typically used in homing.
Parameters:
pos Set the origin to this value.
Sample Code:
  // set the origin position to 100000
  axis->OriginPositionSet(100000);
Notes:
It is better to Set the origin position, rather than the command and actual positions. Setting the origin wil set the HomeState to FALSE.
See also:
OriginPositionGet
Examples:
customHome.cpp.