Difference between revisions of "MC-Basic:axis.LIMITSWITCHTHRESHOLD"
(Add property) |
(fix property assigning name) |
||
Line 3: | Line 3: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>. | + | <''axis''>.LimitSWThreshold= <''value''><br> |
− | ?<''axis''>. | + | ?<''axis''>.LimitSWThreshold |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 30: | Line 30: | ||
|EXAMPLE= | |EXAMPLE= | ||
'''Axis''' <br> | '''Axis''' <br> | ||
− | ''A1''. | + | ''A1''.LimitSWThreshold= 0.1 |
|SEE ALSO= | |SEE ALSO= | ||
* [[Limit_Switch_feature|Limit Switch feature]] | * [[Limit_Switch_feature|Limit Switch feature]] | ||
}} | }} |
Revision as of 08:55, 3 April 2018
Language: | [[::MC-Basic:axis.LIMITSWITCHTHRESHOLD|English]] |
---|
This property sets the position threshold that below it the axis gets out from following mode. See Limit Switch feature for better understanding.
Syntax
<axis>.LimitSWThreshold= <value>
?<axis>.LimitSWThreshold
Availability
4.17.5
Type
Double
Range
0 to Max Double
Units
User axis position units, as given by <axis>.POSITIONFACTOR. ot mm
Default
0.05
Scope
Task or Terminal
Examples
Axis
A1.LimitSWThreshold= 0.1