Difference between revisions of "MC-Basic:axis.LIMITSWITCHTHRESHOLD"
(Add property) |
(fix for new fixed feature) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:axis.LIMITSWITCHTHRESHOLD}} |
{{MC-Basic | {{MC-Basic | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>. | + | <''axis''>.LimitSWThreshold= <''value''><br> |
− | ?<''axis''>. | + | ?<''axis''>.LimitSWThreshold |
|AVAILABILITY= | |AVAILABILITY= | ||
− | 4. | + | 4.18 |
|DESCRIPTION= | |DESCRIPTION= | ||
Line 20: | Line 20: | ||
|UNITS= | |UNITS= | ||
− | + | counts units | |
+ | |||
|DEFAULT= | |DEFAULT= | ||
− | + | 100 | |
|SCOPE= | |SCOPE= | ||
Line 30: | Line 31: | ||
|EXAMPLE= | |EXAMPLE= | ||
'''Axis''' <br> | '''Axis''' <br> | ||
− | ''A1''. | + | ''A1''.LimitSWThreshold = 50 |
|SEE ALSO= | |SEE ALSO= | ||
* [[Limit_Switch_feature|Limit Switch feature]] | * [[Limit_Switch_feature|Limit Switch feature]] | ||
}} | }} |
Latest revision as of 08:59, 3 April 2018
Language: | 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.18
Type
Double
Range
0 to Max Double
Units
counts units
Default
100
Scope
Task or Terminal
Examples
Axis
A1.LimitSWThreshold = 50