Difference between revisions of "MC-Basic:pls.plsoutputtoggle"
(Add more details to the description.) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 12: | Line 12: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| − | Sets behavior of PLS output | + | Sets the behavior of PLS output:<br> |
| + | toggle(0): toggle the output each time a [[MC-Basic:pls.PLSPOSITION|PLSposition]] is crossed.<br> | ||
| + | set(1): set the output only once, when the closest [[MC-Basic:pls.PLSPOSITION|PLSposition]] is crossed.<br> | ||
|TYPE= | |TYPE= | ||
| Line 40: | Line 42: | ||
|SEE ALSO= | |SEE ALSO= | ||
* [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]] | * [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]] | ||
| − | * [[MC-Basic:SYSTEM.PLSDEFAULTOUTPUTTOGGLE | | + | * [[MC-Basic:SYSTEM.PLSDEFAULTOUTPUTTOGGLE |System.PlsDefaultOutputToggle ]] |
| + | * [[MC-Basic:pls.PLSPOSITION|PLSposition]] | ||
}} | }} | ||
Latest revision as of 12:14, 19 May 2025
Sets the behavior of PLS output:
toggle(0): toggle the output each time a PLSposition is crossed.
set(1): set the output only once, when the closest PLSposition is crossed.
Syntax
<pls>.plsoutputtoggle= 1 or 0
?<pls>.plsoutputtoggle
Availability
All versions
Type
Long
Range
0 (OFF)
1 (ON)
Default
0
Scope
Configuration, Task or Terminal
Examples
PLS1.plsoutputtoggle= 1