AXY:MC-Basic:axis.POSITIONERRORSETTLE

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.PESettle |SYNTAX= ''<axis>''.PositionErrorSettle = ''<expression>''<br> ?''<axis>''.PositionErrorSettle |AVAILABILITY= All versions |DESCRIP…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property defines the range in position where the axis is defined as settled. When the motion profiler is complete, the absolute value of the position error (Target Position - Actual Position) is compared to the PESETTLE value. When the the result is less than or equal to this value, for a time given by TIMESETTLE, the ISSETTLED flag is set.

Short form

<axis>.PESettle

Syntax

<axis>.PositionErrorSettle = <expression>
?<axis>.PositionErrorSettle

Availability

All versions

Type

Double

Range

0 to MaxDouble

Units

User axis position units, as given by <axis>.POSITIONFACTOR.

Default

MaxDouble

Scope

Task or Terminal

Limitations

To set the value within a task, the axis must be attached to that task (using the ATTACH command).

Examples

Xaxis.PESettle =0.0144

See Also