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

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.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
+
* [[MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[Axystems:MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]]
 
* [[Axystems:MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]]
 
* [[Axystems:MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
 
* [[Axystems:MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]

Revision as of 08:46, 22 May 2014

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

Short form

<axis>.VEXT

Syntax

?<axis>.VelocityExternal

Availability

All versions

Type

Double

Range

± Max Double

Units

User external velocity units, as given by <axis>.VELOCITYEXTERNALFACTOR

Scope

Task or Terminal

Limitations

Read only

Examples

Vel1 = Axis1.vext

See Also