Difference between revisions of "MC-Basic:element.ABSENABLE/zh-hans"
(Created page with "{{Languages}} {{MC-Basic |缩写= <''element''>.AbsEn |SYNTAX= <''element''>.AbsEnable = <''value''><br> ?<''element''>.AbsEn |AVAILABILITY= All versions |DESCRIPTION= The...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Languages | + | {{Languages|MC-Basic:element.ABSENABLE}} |
− | + | == 缩写 == | |
− | |||
<''element''>.AbsEn | <''element''>.AbsEn | ||
− | + | == 格式 == | |
<''element''>.AbsEnable = <''value''><br> | <''element''>.AbsEnable = <''value''><br> | ||
?<''element''>.AbsEn | ?<''element''>.AbsEn | ||
− | + | == 适用版本 == | |
− | + | 所有版本 | |
− | + | == 描述 == | |
− | + | 该标志表示允许或禁止元素绝对运动. | |
− | + | == 类型 == | |
Long | Long | ||
− | + | == 取值范围 == | |
0 (OFF)<br> | 0 (OFF)<br> | ||
1 (ON) | 1 (ON) | ||
− | + | == 单位 == | |
− | + | == 默认 == | |
− | 1 | + | 1 为绝对运动 |
− | + | == 使用范围 == | |
Configuration, Task or Terminal | Configuration, Task or Terminal | ||
− | + | == 限制 == | |
Modal Only | Modal Only | ||
− | + | == 例子 == | |
'''Axis''' <br> | '''Axis''' <br> | ||
''A1''.AbsEn = 1<br> | ''A1''.AbsEn = 1<br> | ||
Line 49: | Line 48: | ||
Move ''G1'' (100, 50) absolute = True<br> | Move ''G1'' (100, 50) absolute = True<br> | ||
− | + | == 参考 == | |
* [[MC-Basic:element.ABSOLUTE|element.ABSOLUTE]] | * [[MC-Basic:element.ABSOLUTE|element.ABSOLUTE]] | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:36, 29 August 2017
语言: | English • 中文(简体) |
---|
缩写
<element>.AbsEn
格式
<element>.AbsEnable = <value>
?<element>.AbsEn
适用版本
所有版本
描述
该标志表示允许或禁止元素绝对运动.
类型
Long
取值范围
0 (OFF)
1 (ON)
单位
默认
1 为绝对运动
使用范围
Configuration, Task or Terminal
限制
Modal Only
例子
Axis
A1.AbsEn = 1
?A1.AbsEnable
Move A1 100 absolute = True
Group
G1.AbsEn = 1
?G1.AbsEnable
Move G1 (100, 50) absolute = True