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

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>''.VEXT
+
<''axis''>.VEXT
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.VelocityExternal
+
?<''axis''>.VelocityExternal
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 19: Line 19:
  
 
|UNITS=
 
|UNITS=
User external velocity units, as given by ''<axis>''.VELOCITYEXTERNALFACTOR
+
User external velocity units, as given by <''axis''>.VELOCITYEXTERNALFACTOR
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 07:59, 17 March 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