Difference between revisions of "MC-Basic:pls.PLSHYSTERESIS"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 21: Line 21:
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by ''<axis>''.POSITIONFACTOR
+
User axis position units, as given by <''axis''>.POSITIONFACTOR
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 08:03, 17 March 2014

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