Difference between revisions of "MC-Basic:axis.AXISTYPE"
Line 16: | Line 16: | ||
|RANGE= | |RANGE= | ||
− | * 0 = | + | * 0 = Linear axis |
− | * 1 = | + | * 1 = Rotatory axis |
|UNITS= | |UNITS= | ||
|DEFAULT= | |DEFAULT= | ||
− | 0 ( | + | 0 (Linear axis) |
|SCOPE= | |SCOPE= |
Revision as of 08:05, 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