Difference between revisions of "AXY:MC-Basic:robot.POSITIONERROR"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 41: Line 41:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.POSITIONERRORMAX|group.POSITIONERRORMAX]]
+
* [[MC-Basic:group.POSITIONERRORMAX|group.POSITIONERRORMAX]]
  
  
 
}}
 
}}

Revision as of 08:51, 22 May 2014

Returns actual distance between position  parts of SetPoint and Here:



SQRT((SetPoint{1}-Here{1})2 + (SetPoint{2}-Here{2})2 +(SetPoint{3}-Here{3})2)

Short form

<ROBOT>.PE

Syntax

?<ROBOT>.PositionError

Availability            All versions

Type

Double

Range

0 to MaxDouble

Units

mm

Default

0

Scope

Task or Terminal

Limitations

Read only

Examples

?Scara.PE

See Also