MC-Basic:pls.PLSHYSTERESIS

From SoftMC-Wiki
Revision as of 08:53, 22 May 2014 by Miborich (talk | contribs) (Miborich moved page Axystems:MC-Basic:pls.PLSHYSTERESIS to MC-Basic:pls.PLSHYSTERESIS: Global renaming of Axystems: namespace into (Main):)
Jump to: navigation, search

Set or query the hysteresis level of the PLS. Hysteresis is used to prevent a PLS from being fired repeatedly when the axis is at the defined position.

Short form

<pls>.Phys

Syntax

<pls>.PlsHysteresis = <hysteresis value>

?<pls>.PlsHysteresis

Availability

All versions

Type

Double

Range

Greater than 0

Units

User axis position units, as given by <axis>.POSITIONFACTOR

Default

0

Scope

Configuration, Task or Terminal

Limitations

The hysteresis may be set only when the PLS is disabled.

Examples

PLS1.Phys = 10

See Also