Difference between revisions of "MC-Basic:axis.AXISTYPE"
m (Text replace - "''<expression>''" to "<''expression''>") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.7.14 | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | Defines the type of an axis as ''' | + | Defines the type of an axis as '''rotary''' or '''linear'''. |
Possible values: | Possible values: | ||
* 0 = Linear axis | * 0 = Linear axis | ||
− | * 1 = | + | * 1 = Rotary axis |
Units of axes position values: | Units of axes position values: | ||
− | * | + | * Rotary axes are in degrees [°] |
* Linear axes are in millimeters [mm] | * Linear axes are in millimeters [mm] | ||
Note: | Note: | ||
− | By now AxisType only influences [[ | + | By now AxisType only influences [[Motion Dynamics|motion dynamics]] computation. |
|TYPE= | |TYPE= | ||
Line 36: | Line 36: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | * | + | * Read/Write |
* Modal only | * Modal only | ||
|EXAMPLE= | |EXAMPLE= | ||
|SEE ALSO= | |SEE ALSO= | ||
− | + | ||
}} | }} |
Latest revision as of 13:43, 4 August 2014
Defines the type of an axis as rotary or linear.
Possible values:
- 0 = Linear axis
- 1 = Rotary axis
Units of axes position values:
- Rotary axes are in degrees [°]
- Linear axes are in millimeters [mm]
Note:
By now AxisType only influences motion dynamics computation.
Syntax
<axis>.AxisType = <expression>
Availability
Since Version 4.7.14
Type
Long
Default
0 (Linear axis)
Scope
Task and Terminal
Limitations
- Read/Write
- Modal only