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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.PFb
+
<''axis''>.PFb
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.PositionFeedback
+
?<''axis''>.PositionFeedback
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 19: Line 19:
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by ''<axis>''.POSITIONFACTOR.
+
User axis position units, as given by <''axis''>.POSITIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 17:47, 16 March 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