MC-Basic:element.ABSENABLE

From SoftMC-Wiki
Revision as of 07:36, 26 June 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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

See Also