Difference between revisions of "MC-Basic:element.ABSENABLE/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} {{MC-Basic |缩写= <''element''>.AbsEn |SYNTAX= <''element''>.AbsEnable = <''value''><br> ?<''element''>.AbsEn |AVAILABILITY= All versions |DESCRIPTION= The...")
 
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
{{MC-Basic
+
== 缩写 ==
|缩写=
 
 
<''element''>.AbsEn
 
<''element''>.AbsEn
  
|SYNTAX=
+
== 格式 ==
 
<''element''>.AbsEnable = <''value''><br>
 
<''element''>.AbsEnable = <''value''><br>
  
 
?<''element''>.AbsEn
 
?<''element''>.AbsEn
  
|AVAILABILITY=
+
== 适用版本 ==
All versions
+
所有版本
  
|DESCRIPTION=
+
== 描述 ==
 
The flag allows or prohibits the element absolute motion.
 
The flag allows or prohibits the element absolute motion.
  
|TYPE=
+
== 类型 ==
 
Long
 
Long
  
|RANGE=
+
== 取值范围 ==
 
0 (OFF)<br>
 
0 (OFF)<br>
  
 
1 (ON)
 
1 (ON)
  
|UNITS=
+
== 单位 ==
  
  
|DEFAULT=
+
== 默认 ==
 
1 for Absolute motion
 
1 for Absolute motion
  
|SCOPE=
+
== 使用范围 ==
 
Configuration, Task or Terminal
 
Configuration, Task or Terminal
  
|LIMITATIONS=
+
== 限制 ==
 
Modal Only
 
Modal Only
  
|EXAMPLE=
+
== 例子 ==
 
'''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>
  
|SEE ALSO=
+
== 参考 ==
 
* [[MC-Basic:element.ABSOLUTE|element.ABSOLUTE]]
 
* [[MC-Basic:element.ABSOLUTE|element.ABSOLUTE]]
 
 
 
}}
 

Revision as of 15:34, 29 August 2017

语言: [[::MC-Basic:element.ABSENABLE|English]]  • [[::MC-Basic:element.ABSENABLE/zh-hans|中文(简体)‎]]

缩写

<element>.AbsEn

格式

<element>.AbsEnable = <value>

?<element>.AbsEn

适用版本

所有版本

描述

The flag allows or prohibits the element absolute motion.

类型

Long

取值范围

0 (OFF)

1 (ON)

单位

默认

1 for Absolute motion

使用范围

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

参考