MC-Basic:element.ABSENABLE/zh-hans
语言: | [[::MC-Basic:element.ABSENABLE|English]] • [[::MC-Basic:element.ABSENABLE/zh-hans|中文(简体)]] |
---|
The flag allows or prohibits the element absolute motion.
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