MC-Basic:element.VELOCITYOVERRIDE/zh-hans

From SoftMC-Wiki
Jump to: navigation, search
语言: [[::MC-Basic:element.VELOCITYOVERRIDE|English]]  • [[::MC-Basic:element.VELOCITYOVERRIDE/zh-hans|中文(简体)‎]]

缩写

<element>.Vord

格式

<element>.VelocityOverride = <value>

适用版本

所有版本

描述

VELOCITYOVERRIDE modifies the actual element velocity by multiplying the velocity by the specified override value. Unlike other motion properties, it takes effect immediately. The actual velocity rate of change is limited by the axis deceleration value. the SYSTEM.VELOCITYOVERRIDE also affects the actual element velocity, and functions as an additional multiplier. Changing VELOCITYOVERRIDE takes 4 cycles (if the axis is moving), and delays the task execution by this amount of time. The axis velocity override has no effect when the axis is being moved as part of a group.

NOTE-Info.svgNOTE
VELOCITYOVERRIDE does not effect a slave axis as it is not moved via the profile generator.

类型

Double

取值范围

0.1 to 100000

单位

Percent

默认

100

使用范围

Task or Terminal

限制

  • write only
  • Actual velocity rate of change is limited by the axis deceleration value.

例子

G1.VelocityOverride=20 ‘Set VORD to 20%

参考