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

From SoftMC-Wiki
Jump to: navigation, search
(specification)
 
Line 24: Line 24:
  
 
|SCOPE=
 
|SCOPE=
 +
Task and Terminal
 +
 
|LIMITATIONS=
 
|LIMITATIONS=
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 08:40, 31 May 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 = Rotatory axis
  • 1 = Linear axis

Default

0 (Rotatory axis)

Scope

Task and Terminal