Difference between revisions of "MC-Basic:axis.POSITIONEXTERNAL"

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

Revision as of 17:46, 16 March 2014

This read-only property returns the position of a device connected to the external feedback connector on the drive. This is available only when using telegram type 7, with the external feedback being returned in the cyclic data stream.

The position of the motor is read using the POSITIONFEEDBACK axis property.

Short form

<axis>.PEXT

Syntax

?<axis>.PositionExternal

Availability

All versions

Type

Double

Range

Greater than 0

Units

User external position units, as given by <axis>.POSITIONEXTERNALFACTOR

Default

1

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

Ext_pos_value = Xaxis.PEXT

See Also