MC-Basic:robot.ORIENTATIONERRORSETTLE
This property specifies the range of orientationerror of the robot which defines the robot as being settled. When the motion profiler has completed, the absolute value of the orientation error (Target Position - Actual Position) is compared to the OESETTLE property. If the the result is less than or equal to this property for the time given by TIMESETTLE, the ISSETTLED flag is set.
Short form
<group>.OESettle
Syntax
<group>.OrientationErrorSettle = <expression>
?<group>.OrientationErrorSettle
Availability
All versions
Type
Double
Range
0 to Max Double
Units
degrees.
Default
360
Scope
Task or Terminal
Limitations
To set the value within a task, the group must be attached to that task (using the ATTACH command). Robots only.