AXY:MC-Basic:group.ABSOLUTE

From SoftMC-Wiki
Revision as of 08:49, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:group.ABSOLUTE to MC-Basic:group.ABSOLUTE: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

Defines whether the commands to the group are absolute or incremental. In absolute mode, the position commands to the group are the required absolute position. In incremental mode, the position commands are the required change in position. This property can be used inside a motion command to override the permanent value.

Short form

<group>.Abs

Syntax

<group>.Absolute = <value>

?<group>.Absolute

Availability

All versions

Type

Long

Range

0 (Incremental)

1 (Absolute)

Default

0

Scope

Configuration, Task or Terminal

Limitations

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

Examples

Table.Absolute = False

Move Table (100, 200) absolute = True

See Also