Difference between revisions of "AXY:MC-Basic:group.ABSOLUTE"
m (Text replace - "<GROUP>" to "<''group''>") |
|||
Line 40: | Line 40: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
}} | }} |
Revision as of 08:35, 22 May 2014
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