MC-Basic:element.VELOCITYSETTINGS
Language: | English |
---|
This property selects between vcruise, acceleration and deceleration properties and vscale and ascale properties.
- In case VelocitySettings is set to 1 acceleration and deceleration are ignored and ascale is used.
- In case VelocitySettings is set to 0 acceleration and deceleration are used and ascale is ignored.
Syntax
<element>.VelocitySettings = <expression> ?<element>.VelocitySettings
Availability
All versions
Type
Long
Range
0 or 1
Default
0
Scope
Configuration, Task or Terminal
Examples
Axis
A1.VelocitySettings = 1
Group
G1.VelocitySettings = 1