Difference between revisions of "MC-Basic:axis.POSITIONMINENABLE"
m (Text replace - "''<axis>''" to "<''axis''>") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.POSITIONMINENABLE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>.PositionMinEnable = '' | + | <''axis''>.PositionMinEnable = <''expression''><br> |
? <''axis''>.PositionMinEnable | ? <''axis''>.PositionMinEnable | ||
Line 18: | Line 19: | ||
|RANGE= | |RANGE= | ||
0 (OFF)<br> | 0 (OFF)<br> | ||
− | |||
1 (ON) | 1 (ON) | ||
Line 25: | Line 25: | ||
|DEFAULT= | |DEFAULT= | ||
− | 0 ( | + | 0 (Disabled) |
|SCOPE= | |SCOPE= | ||
Line 37: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
− | * [[ | + | * [[MC-Basic:axis.POSITIONMIN|axis.POSITIONMIN]] |
}} | }} |
Latest revision as of 07:50, 20 April 2017
Language: | English • 中文(简体) |
---|
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