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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
+
* [[MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
 
* [[Axystems:MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[Axystems:MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[Axystems:MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]
 
* [[Axystems:MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]

Revision as of 08:46, 22 May 2014

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