Difference between revisions of "AXY:MC-Basic:axis.ABSENABLE"

From SoftMC-Wiki
Jump to: navigation, search
(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…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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