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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.ABSOLUTE to MC-Basic:axis.ABSOLUTE: Global renaming of Axystems: namespace into (Main):)
Line 1: Line 1:
 +
{{Languages}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 06:22, 17 April 2017

Language: English  • 中文(简体)‎

Defines whether the commands to the axis are absolute or incremental. In absolute mode, the position commands to the axis are the required absolute positions. In incremental mode, the position commands are the required changes in position.

This property can be used inside a motion command to override the permanent value.

Short form

<axis>.Abs

Syntax

<axis>.Absolute = <value>

?<axis>.Absolute

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

0 to Incremental commands

Scope

Configuration, Task or Terminal

Limitations

To set the value within a task, the axis must be attached to that task (using the ATTACH command).

Examples

Xaxis.Absolute = False

?Xaxis.Absolute

Move Xaxis 100 absolute = True

See Also