Difference between revisions of "MC-Basic:axis.LIMITSWITCHTHRESHOLD"

From SoftMC-Wiki
Jump to: navigation, search
(fix property assigning name)
(fix for new fixed feature)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:axis.LIMITSWITCHTHRESHOLD}}
 
{{MC-Basic
 
{{MC-Basic
  
Line 8: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
4.17.5
+
4.18
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 20: Line 20:
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by <axis>.POSITIONFACTOR. ot mm
+
counts units
 +
 
  
 
|DEFAULT=
 
|DEFAULT=
0.05
+
100
  
 
|SCOPE=
 
|SCOPE=
Line 30: Line 31:
 
|EXAMPLE=
 
|EXAMPLE=
 
'''Axis''' <br>  
 
'''Axis''' <br>  
''A1''.LimitSWThreshold= 0.1
+
''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

See Also