MC-Basic:axis.VELOCITYEXTERNAL/zh-hans

From SoftMC-Wiki
< MC-Basic:axis.VELOCITYEXTERNAL
Revision as of 09:54, 21 April 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == <''axis''>.VEXT == 格式 == ?<''axis''>.VelocityExternal == 可用版本 == 所有版本 == 描述 == 该属性返回连接到驱动器的外部...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:axis.VELOCITYEXTERNAL|English]]  • [[::MC-Basic:axis.VELOCITYEXTERNAL/zh-hans|中文(简体)‎]]

缩写

<axis>.VEXT

格式

?<axis>.VelocityExternal

可用版本

所有版本

描述

该属性返回连接到驱动器的外部位置反馈的设备的速度。 此属性仅在使用报文类型7时可用,外部反馈在循环数据流中返回。

类型

Double

取值范围

± Max Double

单位

用户外部速度单位,由<axis>.VELOCITYEXTERNALFACTOR定义

默认

使用范围

Task or Terminal

限制

只读

例子

Vel1 = Axis1.vext

参见