Difference between revisions of "MC-Basic:element.VELOCITYSETTINGS"
m (Miborich moved page MC-Basic:element.velocitysettings to MC-Basic:element.VELOCITYSETTINGS) |
|||
Line 14: | Line 14: | ||
This property selects between vcruise and vscale properties. | This property selects between vcruise and vscale properties. | ||
− | * In case VelocitySettings is set to 1 [[MC-Basic:element.VELOCITYCRUISE|vcruise]] is ignored and vscale is used. | + | * In case VelocitySettings is set to 1 [[MC-Basic:element.VELOCITYCRUISE|vcruise]] is ignored and [[MC-Basic:element.VELOCITYSCALE|vscale]] is used. |
− | * In case VelocitySettings is set to 0 [[MC-Basic:element.VELOCITYCRUISE|vcruise]] is taken | + | * In case VelocitySettings is set to 0 [[MC-Basic:element.VELOCITYCRUISE|vcruise]] is taken and [[MC-Basic:element.VELOCITYSCALE|vscale]] is ignored. |
|TYPE=<br/> Long | |TYPE=<br/> Long |
Revision as of 09:49, 30 March 2020
Language: | English |
---|
This property selects between vcruise and vscale properties.
Syntax
<element>.VelocitySettings = <expression>
?<element>.VelocitySettings
Availability
All versions
Type
Long
Range
0 or 1
Units
Default
0
Scope
Configuration, Task or Terminal
Examples
Axis
A1.VelocitySettings = 1
Group
G1.VelocitySettings = 1
See Also