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

From SoftMC-Wiki
Jump to: navigation, search
Line 2: Line 2:
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.Type = ''<expression>''
+
''<axis>''.AxisType = ''<expression>''
  
 
|AVAILABILITY=
 
|AVAILABILITY=
FW 4.8.x
+
FW 4.7.14
  
 
|DESCRIPTION=
 
|DESCRIPTION=
 
Defines the type of an axis as '''rotatory''' or '''linear'''.
 
Defines the type of an axis as '''rotatory''' or '''linear'''.
* Units of rotatory axes are degrees [°]
+
 
* Units of linear axes are millimeters [mm]
+
Possible values:
 +
* 0 = Linear axis
 +
* 1 = Rotatory axis
 +
 
 +
Units of axes position values:
 +
* Rotatory axes are in degrees [°]
 +
* Linear axes are in millimeters [mm]
  
 
|TYPE=
 
|TYPE=
Line 16: Line 22:
  
 
|RANGE=
 
|RANGE=
* 0 = Linear axis
 
* 1 = Rotatory axis
 
  
 
|UNITS=
 
|UNITS=
 +
 
|DEFAULT=
 
|DEFAULT=
 
0 (Linear axis)
 
0 (Linear axis)
Line 33: Line 38:
 
|SEE ALSO=
 
|SEE ALSO=
 
}}
 
}}
 
[[Category:AXY:IDM properties]]
 

Revision as of 11:27, 23 October 2011

Defines the type of an axis as rotatory or linear.

Possible values:

  • 0 = Linear axis
  • 1 = Rotatory axis

Units of axes position values:

  • Rotatory axes are in degrees [°]
  • Linear axes are in millimeters [mm]

Syntax

<axis>.AxisType = <expression>

Availability

FW 4.7.14

Type

Long

Default

0 (Linear axis)

Scope

Task and Terminal

Limitations

  • R/W
  • Modal only