Difference between revisions of "MC-Basic:SYSTEMAXIS"
Line 41: | Line 41: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:COMMON SHARED or DIM SHARED or DIM ... AS GENERIC AXIS|COMMON SHARED or DIM SHARED or DIM ... AS GENERIC AXIS]] | * [[MC-Basic:COMMON SHARED or DIM SHARED or DIM ... AS GENERIC AXIS|COMMON SHARED or DIM SHARED or DIM ... AS GENERIC AXIS]] | ||
− | * [[MC-Basic:axis.ELEMENTID|axis.ELEMENTID]] | + | * [[AXY:MC-Basic:axis.ELEMENTID|axis.ELEMENTID]] |
[[Category:MC-Basic:Declarations|SYSTEMAXIS]] | [[Category:MC-Basic:Declarations|SYSTEMAXIS]] | ||
}} | }} |
Revision as of 06:36, 14 August 2017
Language: | [[::MC-Basic:SYSTEMAXIS|English]] • [[::MC-Basic:SYSTEMAXIS/zh-hans|中文(简体)]] |
---|
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
A valid axis handle.
Scope
Configuration, Task, Terminal
Limitations
Cannot serve as an axis in Motion commands.
Examples
GenericAxis = SystemAxis(1)
?SystemAxis(2).pcmd