MC-Basic:element.ABSENABLE
Language: | English • 中文(简体) |
---|
The flag allows or prohibits the element absolute motion.
Short form
<element>.AbsEn
Syntax
<element>.AbsEnable = <value>
?<element>.AbsEn
Availability
All versions
Type
Long
Range
0 (OFF)
1 (ON)
Default
1 for Absolute motion
Scope
Configuration, Task or Terminal
Limitations
Modal Only
Examples
Axis
A1.AbsEn = 1
?A1.AbsEnable
Move A1 100 absolute = True
Group
G1.AbsEn = 1
?G1.AbsEnable
Move G1 (100, 50) absolute = True