MC-Basic:axis.VELOCITYEXTERNAL

From SoftMC-Wiki
Revision as of 12:02, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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