Difference between revisions of "MC-Basic:SYSTEMAXIS"

From SoftMC-Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
<''generic_axis''> = systemaxis (<''long_expression''>)
+
<''generic_axis''> = systemaxis (<''long_expression''>) <br>
? systemaxis (<''long_expression''>).<property>
+
? systemaxis (<''long_expression''>).<axis_property>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 16: Line 16:
  
 
|RANGE=
 
|RANGE=
 
+
Valid axis handle.
  
 
|UNITS=
 
|UNITS=
Line 28: Line 28:
  
 
|LIMITATIONS=  
 
|LIMITATIONS=  
SystemAxis cannot replace an axis within Motion commands.
+
Cannot replace an axis within Motion commands.
  
  

Revision as of 12:15, 13 November 2014

Returns an axis according to the handle received through the argument.

Syntax

<generic_axis> = systemaxis (<long_expression>)
? systemaxis (<long_expression>).<axis_property>

Type

AXIS

Range

Valid axis handle.

Scope

Configuration, Task, Terminal

Limitations

Cannot replace an axis within Motion commands.

Examples

GenericAxis = SystemAxis(1)

?SystemAxis(2).pcmd

See Also