Difference between revisions of "AXY:MC-Basic:axis.VELOCITYOVERRIDE"
m (Text replace - "''<value>''" to "<''value''>") |
m (Itay moved page MC-Basic:axis.VELOCITYOVERRIDE to AXY:MC-Basic:axis.VELOCITYOVERRIDE) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.VELOCITYOVERRIDE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | VELOCITYOVERRIDE modifies the actual axis 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 | + | VELOCITYOVERRIDE modifies the actual axis 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. SYSTEM.VELOCITYOVERRIDE also affects the actual axis 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|VELOCITYOVERRIDE does not effect a slave axis as it is not moved via the profile generator.}} | {{Note|VELOCITYOVERRIDE does not effect a slave axis as it is not moved via the profile generator.}} | ||
Line 30: | Line 31: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Actual velocity rate of change is limited by the axis | + | Actual velocity rate of change is limited by the axis deceleration value. |
|EXAMPLE= | |EXAMPLE= | ||
− | XYTable.VelocityOverride= | + | XYTable.VelocityOverride=20 |
+ | ::::Set VORD to 20% | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.VELOCITYCRUISE|axis.VELOCITYCRUISE]] |
− | * [[ | + | * [[MC-Basic:axis.VELOCITYOVERRIDE|axis.VELOCITYOVERRIDE]] |
}} | }} | ||
+ | --> |