Difference between revisions of "MC-Basic:axis.AXISTYPE"

From SoftMC-Wiki
Jump to: navigation, search
 
(15 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.Type = ''<expression>''
+
<''axis''>.AxisType = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
FW 4.8.x
+
Since Version 4.7.14
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Defines the type of an axis as '''rotatory''' or '''linear'''.
+
Defines the type of an axis as '''rotary''' or '''linear'''.
* Units of rotatory axes are degrees [°]
+
 
* Units of linear axes are millimeters [mm]
+
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|motion dynamics]] computation.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 26:
  
 
|RANGE=
 
|RANGE=
* 0 = Rotatory axis
 
* 1 = Linear axis
 
  
 
|UNITS=
 
|UNITS=
 +
 
|DEFAULT=
 
|DEFAULT=
0 (Rotatory axis)
+
0 (Linear axis)
  
 
|SCOPE=
 
|SCOPE=
Line 27: Line 36:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
 +
* Read/Write
 +
* Modal only
 +
 
|EXAMPLE=
 
|EXAMPLE=
 
|SEE ALSO=
 
|SEE ALSO=
 +
 +
 
}}
 
}}
 
[[Category:AXY:IDM properties]]
 

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