MC-Basic:element.VELOCITYMAX/zh-hans
语言: | [[::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