Difference between revisions of "AXY:MC-Basic:axis.ABSOLUTE"
m (1 revision) |
|||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.Abs |
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.Absolute = <''value''><br> |
− | ? '' | + | ?<''axis''>.Absolute |
|AVAILABILITY= | |AVAILABILITY= |
Revision as of 13:57, 16 March 2014
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