Difference between revisions of "MC-Basic:element.VELOCITYCRUISE/zh-hans"
(Created page with "{{Languages}} == 缩写 == <''element''>.Vcruise == 格式 == <''element''>.VelocityCruise = <''expression''><br> ?<''element''>.VelocityCruise == 适用版本 == 所有版...") |
|||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:element.VELOCITYCRUISE}} |
== 缩写 == | == 缩写 == | ||
<''element''>.Vcruise | <''element''>.Vcruise | ||
Line 24: | Line 24: | ||
== 默认 == | == 默认 == | ||
− | + | '''组''' - 250计数每秒 <br> | |
− | ''' | + | '''轴''' - 500计数每秒 |
== 使用范围 == | == 使用范围 == |
Latest revision as of 10:05, 30 October 2017
语言: | English • 中文(简体) |
---|
缩写
<element>.Vcruise
格式
<element>.VelocityCruise = <expression>
?<element>.VelocityCruise
适用版本
所有版本
描述
该属性指定所需的巡航速度。 运动发生器试图在运动命令期间达到这个速度。 运动发生器能否达到该值受ACCELERATION, DECELERATION, SMOOTHFACTOR最终位置的限制。 该属性在运动命令中用于覆盖固定值
类型
Double
取值范围
大于0, 小于 <element>.VELOCITYMAX
单位
用户速度单位,由<element>.VELOCITYFACTOR定义
默认
组 - 250计数每秒
轴 - 500计数每秒
使用范围
Task or Terminal
限制
实际巡航速度不能超过VELOCITYMAX设定的限制。 如果使用VCRUISE命令大于VMAX,该命令可以执行,但巡航速度被限制为VMAX的值。
要设置任务中的值,轴必须关联到该任务(使用ATTACH命令)。
例子
Axis
A1.VelocityCruise =67
Move A1 TargetPos Vcruise = xaxis.vmax
Group
G1.VelocityCruise =67
Move G1 {100, 200} Vcruise = xaxis.vmax