MC-Basic:axis.LIMITSWITCHTHRESHOLD

From SoftMC-Wiki
Revision as of 08:55, 3 April 2018 by Ron (talk | contribs) (fix property assigning name)
Jump to: navigation, search
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

See Also