Difference between revisions of "MC-Basic:axis.POSITIONMINENABLE"
m (1 revision) |
m (Text replace - "''<axis>''" to "<''axis''>") |
||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.PMinEn |
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.PositionMinEnable = ''<expression>''<br> |
− | ? '' | + | ? <''axis''>.PositionMinEnable |
|AVAILABILITY= | |AVAILABILITY= |
Revision as of 17:47, 16 March 2014
This property is used to enable or disable the lower position limit.
Short form
<axis>.PMinEn
Syntax
<axis>.PositionMinEnable = <expression>
? <axis>.PositionMinEnable
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.PMinEn = 1