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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.PFb |SYNTAX= ?''<axis>''.PositionFeedback |AVAILABILITY= All versions |DESCRIPTION= This property returns the actual position of the motor. …')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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