MC-Basic:element.ABSENABLE/zh-hans

From SoftMC-Wiki
Jump to: navigation, search
语言: [[::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

参考