MC-Basic:axis.LIMITSWITCHTHRESHOLD

From SoftMC-Wiki
Revision as of 07:32, 25 October 2017 by Ron (talk | contribs) (Add property)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>.LimitSwitchThreshold = <value>

?<axis>.LimitSwitchThreshold

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.LimitSwitchThreshold = 0.1

See Also