Difference between revisions of "AXY:MC-Basic:axis.POSITIONFEEDBACK"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.POSITIONFEEDBACK to MC-Basic:axis.POSITIONFEEDBACK: Global renaming of Axystems: namespace into (Main):)
Line 1: Line 1:
 +
{{Languages}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 07:14, 20 April 2017

Language: English  • 中文(简体)‎

This property returns the actual position of the motor. The external position feedback is read using the POSITIONEXTERNAL axis property.

Short form

<axis>.PFb

Syntax

?<axis>.PositionFeedback

Availability

All versions

Type

Double

Range

± Max Double

Units

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

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?Xaxis.pfb

See Also