AXY:MC-Basic:axis.ABSENABLE

From SoftMC-Wiki
Revision as of 06:15, 17 April 2017 by Chi (talk | contribs)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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