MC-Basic:element.VELOCITYMAX/zh-hans

From SoftMC-Wiki
< MC-Basic:element.VELOCITYMAX
Revision as of 02:43, 1 November 2017 by Chi (talk | contribs) (Created page with "{{Languages}} == 缩写 == <''element''>.VMax == 格式 == <''element''>.VelocityMax = <''value''> == 适用版本 == 所有版本 == 描述 == Defines the maximum allowed ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: [[::MC-Basic:element.VELOCITYMAX|English]]  • [[::MC-Basic:element.VELOCITYMAX/zh-hans|中文(简体)‎]]

缩写

<element>.VMax

格式

<element>.VelocityMax = <value>

适用版本

所有版本

描述

Defines the maximum allowed velocity of the element. The system limits element velocity commands to this value. In practice, it is limited by physical parameters (especially maximum motor speed).

类型

Double

取值范围

大于0

单位

元素速度单位,由<element>.VELOCITYFACTOR定义

默认

1000

使用范围

Task or Terminal

限制

只写, 要在任务中设置值,元素必须关联到该任务中(使用ATTACH命令)

例子

Axis
A1.Vmax = 300

Group
G1.VMax=300

参考