MC-Basic:element.POSITIONERRORSETTLE
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