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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.AXISNAME to MC-Basic:axis.AXISNAME: Global renaming of Axystems: namespace into (Main):)
Line 38: Line 38:
 
* [[MC-Basic:AXISLIST|AXISLIST]]
 
* [[MC-Basic:AXISLIST|AXISLIST]]
  
[[Category:Axystems:MC-Basic:Declarations|axis.AXISNAME]]
+
[[Category:MC-Basic:Declarations|axis.AXISNAME]]
 
}}
 
}}

Revision as of 09:14, 22 May 2014

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