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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "+/- " to "± ")
(AXY: new links)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.VELOCITYEXTERNAL}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
+
* [[MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
* [[Axystems:MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]]
+
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
* [[Axystems:MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
+
* [[MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]]
 +
* [[MC-Basic:element.POSITIONFEEDBACK|POSITIONFEEDBACK]]
 +
* [[MC-Basic:axis.VELOCITYEXTERNAL|axis.VELOCITYEXTERNAL]]
 +
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
 +
* [[MC-Basic:axis.COUNTEXTERNAL|axis.COUNTEXTERNAL]]
 +
* [[MC-Basic:axis.DIRECTIONEXTERNAL|axis.DIRECTIONEXTERNAL]]
 +
* [[MC-Basic:axis.POSITIONEXTROLLOVER|axis.POSITIONEXTROLLOVER]]
 +
* [[MC-Basic:axis.POSITIONROLLOVERENABLE|axis.POSITIONROLLOVERENABLE]]
 +
* [[Endless Axes|Infinite Axes]]
  
  
 
}}
 
}}

Latest revision as of 12:02, 13 September 2017

Language: English  • 中文(简体)‎

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