Difference between revisions of "MC-Basic:axis.OPMODEMAP"
Line 2: | Line 2: | ||
|SHORT FORM= OpModeMap | |SHORT FORM= OpModeMap | ||
|SYNTAX=<axis>.OpModeMap[<index>] = <value> | |SYNTAX=<axis>.OpModeMap[<index>] = <value> | ||
+ | <br> | ||
?<axis>.OpModeMap[<index>] | ?<axis>.OpModeMap[<index>] | ||
|AVAILABILITY= From 4.9.0 and up | |AVAILABILITY= From 4.9.0 and up | ||
Line 14: | Line 15: | ||
|LIMITATIONS= Modal-Only | |LIMITATIONS= Modal-Only | ||
|EXAMPLE= | |EXAMPLE= | ||
+ | Ax1.OpModemap[1] = 0 | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[Axystems:MC-Basic:TORQUE|TORQUE ]] | * [[Axystems:MC-Basic:TORQUE|TORQUE ]] |
Revision as of 09:59, 10 November 2011
Short form
OpModeMap
Syntax
<axis>.OpModeMap[<index>] = <value>
?<axis>.OpModeMap[<index>]
Availability
From 4.9.0 and up
Type
array of integers
Range
- Index 1-3
- Values: 0-7
Units
None
Scope
Task, Terminal
Limitations
Modal-Only
Examples
Ax1.OpModemap[1] = 0