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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.AXNM |SYNTAX= ''<axis>''.AxisName = ''<new axis name>'' |AVAILABILITY= All versions |DESCRIPTION= This property allows you to assign a new n…')
 
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.AXISNAME}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.AXNM
+
<''axis''>.AXNM
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.AxisName = ''<new axis name>''
+
<''axis''>.AxisName = ''<new axis name>''
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:AXISLIST|AXISLIST]]
+
* [[MC-Basic:AXISLIST|AXISLIST]]
 
 
  
 +
[[Category:MC-Basic:Declarations|axis.AXISNAME]]
 
}}
 
}}

Latest revision as of 07:50, 17 April 2017

Language: English  • 中文(简体)‎

This property allows you to assign a new name to an axis.

Short form

<axis>.AXNM

Syntax

<axis>.AxisName = <new axis name>

Availability

All versions

Range

Any string that is not a keyword in the system.

Default

Default names for the participating axes are:

A1, A2, A3, to An

Scope

Configuration

Limitations

Can only be set during SERCOS communications phase.

Examples

A1.AxisName=Xaxis

See Also