MC-Basic:element.POSITIONERRORSETTLE

From SoftMC-Wiki
Revision as of 08:45, 5 July 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

This property defines the range in which the element 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 the time given by TIMESETTLE, the ISSETTLED flag is set.

Short form

<element>.PESettle

Syntax

<element>.PositionErrorSettle = <expression>
?<element>.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 element must be attached to that task (using the ATTACH command).

Examples

Axis
A1.PESettle =0.0144

Group
G1.PESettle =0.0144

See Also