Programming UV

AdamSabina

New member
I want my UV to shut off if:

Return is off
Return has error
Return is drawing less than 50watt
Apex had alarm
If EB83-2 has low voltage.

Should also wait 20 minuets to start if it's trying to start.

This is what I had so far and it's kinda working but has the Wattage doesn't work and I don't have apex alarm.

Fallback OFF
Set ON
If FeedA 030 Then OFF
If Output Return_COR15 = OFF Then OFF
If Output Return_COR15 Watts < 50 Then OFF
If Error Return_COR15 Then OFF
Defer 020:00 Then ON


Sent from my iPhone using Tapatalk
 
Back
Top