MC-Basic:robot.ORIENTATIONERRORSETTLE

From SoftMC-Wiki
Revision as of 11:35, 22 May 2014 by Miborich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also