Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
;Checks staus of ConfLoop0, resets if to many units are disabled.
proc main
integer DisChannels=0
transmit "****"
pause 1
transmit "LD 38^M"
waitfor "."
pause 2
transmit "STAT 0^M"
; extract input here......
; insert value into variable DisChannels
waitfor "."
transmit "****"
waitfor ">"
pause 2
if DisChannels > 25
call DisEnLoop
termwrites "Loop was reset. Reason: To many disabled units.`n`r"
else
termwrites "Loop looks OK.`n`r"
endif
endproc
proc DisEnLoop
transmit "LD 38^M"
waitfor "."
pause 2
transmit "DISL 0^M"
waitfor "."
transmit "ENLL 0^M"
waitfor "."
transmit "****"
waitfor ">"
endproc
CNFC 00 DSBL 01 BUSY
CHAN 00 DSBL 01 BUSY