Difference between revisions of "AXY:MC-Basic:axis.POSITIONERRORSETTLE"
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.PESettle |SYNTAX= ''<axis>''.PositionErrorSettle = ''<expression>''<br> ?''<axis>''.PositionErrorSettle |AVAILABILITY= All versions |DESCRIP…') |
m (Itay moved page MC-Basic:axis.POSITIONERRORSETTLE to AXY:MC-Basic:axis.POSITIONERRORSETTLE) |
||
(13 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.POSITIONERRORSETTLE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.PESettle |
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.PositionErrorSettle = <''expression''><br> |
− | ?'' | + | ?<''axis''>.PositionErrorSettle |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 11: | Line 12: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This property defines the range in | + | This property defines the range in which 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 the time given by TIMESETTLE, the ISSETTLED flag is set. |
|TYPE= | |TYPE= | ||
Line 20: | Line 21: | ||
|UNITS= | |UNITS= | ||
− | User axis position units, as given by '' | + | User axis position units, as given by <''axis''>.POSITIONFACTOR. |
|DEFAULT= | |DEFAULT= | ||
Line 35: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
− | * [[ | + | * [[MC-Basic:axis.ISSETTLED|axis.ISSETTLED]] |
− | * [[ | + | * [[MC-Basic:axis.POSITIONERROR|axis.POSITIONERROR]] |
− | * [[ | + | * [[MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]] |
− | * [[ | + | * [[MC-Basic:axis.TIMESETTLE|axis.TIMESETTLE]] |
− | * [[ | + | * [[MC-Basic:axis.TIMESETTLEMAX|axis.TIMESETTLEMAX]] |
}} | }} | ||
+ | --> |