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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m
 
(2 intermediate revisions by one other user not shown)
Line 32: Line 32:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
The PLS position data must be monotonic.
+
The PLS position data must be monotonic increasing.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]]
+
* [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]]
  
  
 
}}
 
}}

Latest revision as of 13:51, 10 October 2018

Enable or disable the PLS(s). After being defined, a PLS is disabled. That is, the output pattern is not generated. The output is fired when the PLS is enabled. The PLS output is set to the defined initial state when the PLS is enabled.

Short form

<pls>.PEn

Syntax

<pls>.PlsEnable = 1 | 0

?<pls>.PlsEnable

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

0

Scope

Configuration, Task or Terminal

Limitations

The PLS position data must be monotonic increasing.

Examples

PLS1.Pen = 10

See Also