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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 37: Line 37:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[Axystems:MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]
 
* [[Axystems:MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]
* [[Axystems:MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]]
+
* [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]]
  
  
 
}}
 
}}

Revision as of 08:36, 22 May 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