Difference between revisions of "MC-Basic:axis.POSITIONMINENABLE"
Line 36: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
* [[Axystems:MC-Basic:axis.POSITIONMIN|axis.POSITIONMIN]] | * [[Axystems:MC-Basic:axis.POSITIONMIN|axis.POSITIONMIN]] | ||
}} | }} |
Revision as of 08:35, 22 May 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 (Disabled)
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