Difference between revisions of "MC-Basic:axis.POSITIONEXTERNAL"
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.POSITIONEXTERNAL}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | 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. | + | This read-only property returns the position of a device connected to the external feedback connector on the drive. This is available only when <s>using telegram type 7</s> PEXT is added to the PDO list,means, with the external feedback being returned in the cyclic data stream. |
The position of the motor is read using the POSITIONFEEDBACK axis property. | The position of the motor is read using the POSITIONFEEDBACK axis property. | ||
Line 37: | Line 38: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]] | * [[MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]] | ||
− | * [[MC-Basic: | + | * [[MC-Basic:element.POSITIONFEEDBACK|POSITIONFEEDBACK]] |
* [[MC-Basic:axis.VELOCITYEXTERNAL|axis.VELOCITYEXTERNAL]] | * [[MC-Basic:axis.VELOCITYEXTERNAL|axis.VELOCITYEXTERNAL]] | ||
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]] | * [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]] | ||
* [[MC-Basic:axis.COUNTEXTERNAL|axis.COUNTEXTERNAL]] | * [[MC-Basic:axis.COUNTEXTERNAL|axis.COUNTEXTERNAL]] | ||
* [[MC-Basic:axis.DIRECTIONEXTERNAL|axis.DIRECTIONEXTERNAL]] | * [[MC-Basic:axis.DIRECTIONEXTERNAL|axis.DIRECTIONEXTERNAL]] | ||
+ | * [[MC-Basic:axis.POSITIONEXTROLLOVER|axis.POSITIONEXTROLLOVER]] | ||
+ | * [[MC-Basic:axis.POSITIONROLLOVERENABLE|axis.POSITIONROLLOVERENABLE]] | ||
* [[Endless Axes|Infinite Axes]] | * [[Endless Axes|Infinite Axes]] | ||
}} | }} |
Latest revision as of 13:58, 5 January 2019
Language: | English • 中文(简体) |
---|
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 PEXT is added to the PDO list,means, 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