MC-Basic:element.POSITIONERROR

From SoftMC-Wiki
Revision as of 12:31, 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 returns the position following error, which is the difference between position command and the position feedback. The calculation takes the SERCOS delay into account, such that the position feedback is subtracted from the command issued two cycles previously. It is calculated every sample time and compared to maximum position error (PEMAX). If it exceeds the value of PEMAX, the element is brought to an immediate stop. If the element is at rest when the error is detected, the drive is disabled.

The following error is at a minimum when the drive is properly tuned. An additional servo delay is added when microinterpolation is enabled on the CDHD drive. In this case, the position error calculated by the softMC is slightly larger, but the motion is smoother.

The calculation takes into account the position error delay, such that the position feedback is subtracted from the command issued a number of cycles previously, as defined in the POSITIONERRORDELAY property.

For Robot - 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

<element>.PE

Syntax

?<element>.PositionError

Availability

All versions

Type

Double

Range

0 to MaxDouble

Units

User axis position units, as given by <axis>.POSITIONFACTOR. ot mm

Default

0

Scope

Task or Terminal

Limitations

Read only

Examples

Axis
?A1.PE

Group
?G1.PE

Robot
?R1.PE

See Also