Difference between revisions of "MC-Basic:axis.POSITIONMAXENABLE"
m (Text replace - "''<axis>''" to "<''axis''>") |
m (Text replace - "''<expression>''" to "<''expression''>") |
||
Line 4: | Line 4: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>.PositionMaxEnable = '' | + | <''axis''>.PositionMaxEnable = <''expression''><br> |
?<''axis''>.PositionMaxEnable | ?<''axis''>.PositionMaxEnable | ||
Revision as of 08:23, 17 March 2014
This property is used to enable or disable the upper position limit.
Short form
<axis>.PMaxEn
Syntax
<axis>.PositionMaxEnable = <expression>
?<axis>.PositionMaxEnable
Availability
All versions
Type
Long
Range
0 (OFF)
1 (ON)
Default
0 (Disable)
Scope
Configuration, Task or Terminal
Limitations
To set the value within a task, the axis must be attached to that task (using the ATTACH command).
Examples
Xaxis.PMaxEn = 1