Difference between revisions of "MC-Basic:axis.AXISTYPE"
Line 27: | Line 27: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
+ | * R/W | ||
+ | * Modal only | ||
+ | |||
|EXAMPLE= | |EXAMPLE= | ||
|SEE ALSO= | |SEE ALSO= |
Revision as of 08:09, 6 June 2011
Defines the type of an axis as rotatory or linear.
- Units of rotatory axes are degrees [°]
- Units of linear axes are millimeters [mm]
Syntax
<axis>.Type = <expression>
Availability
FW 4.8.x
Type
Long
Range
- 0 = Linear axis
- 1 = Rotatory axis
Default
0 (Linear axis)
Scope
Task and Terminal
Limitations
- R/W
- Modal only