AXY:MC-Basic:group.ABSENABLE

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<group>''.AbsEn |SYNTAX= ''<group>''.AbsEnable = ''<value>''<br> ? ''<group>''.AbsEn |AVAILABILITY= All versions |DESCRIPTION= The flag allows or p…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The flag allows or prohibits the axis absolute motion .

Short form

<group>.AbsEn

Syntax

<group>.AbsEnable = <value>

? <group>.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

Group1.AbsEn = 1

?Group1.AbsEnable

Move Group1 {100,50} absolute = True

See Also