AXY:MC-Basic:axis.ABSENABLE

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

The flag allows or prohibits the axis absolute motion .

Short form

<axis>.AbsEn

Syntax

<axis>.AbsEnable = <value>

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

Axis1.AbsEn = 1

?Axis1.AbsEnable

Move Axis1 100 absolute = True

See Also