AXY:MC-Basic:robot.POSITIONERROR

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<ROBOT>.P''E |SYNTAX= ?''<ROBOT>.''PositionError Availability            All versions |AVAILABILITY= |DESCRIPTION= Returns actual distan…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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