Is there any way to name switches? I have quite a few switches on my system for high and low water conditions etc.... but when I am at work and my phone gets a text that Switchx5_1 is open I struggle to remember what switch that is!
Pick unused hardware addresses (I used Pxx when I had an AC3), define dummy timers, then corresponding program statements.
Let's say you have float 2 switches in a ATO reservoir.
LHI&-P01 // Level High
LLO&-P02 // Level Low
If Time > 00:00 Then ALM OFF
If Switch1 Closed Then LHI ON
If Switch1 Open Then LHI OFF
If Timer LHI = ON Then ALM ON
If Switch2 Closed Then LLO ON
If Switch2 Open Then LLO OFF
If Timer LLO = ON Then ALM ON
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.