Apex programming question

ulferik

Community Member
View Badges
Joined
Feb 5, 2022
Messages
28
Reaction score
2
Location
norway
Rating - 0%
0   0   0
Hi


My atk is working great, but sometimes(maybe 2times a year) it does not fill up whats needed. unsure why. maybe i forgot too put the automation back too auto..

I would like too know if i can program, so if the lower switch on the atk is closed(out of water) more than 20min. i get an alarm. so i can bring the levels back witout dumping big amounts of ro water in to level this.. any ideas? i do have a upper alarm level for salinity that do help. but i think this would catch the problem sooner..

thanks
 
The standard ATK programing does this already if you run the Task function to set up your ATK. The time is not 20 minuets but you can set it to 20 minuets if you like.

If you want to set an alarm up another way specifically for your Low level sensor you can add a virtual outlet and this code.

Step 1
Create a virtual outlet (I named mine LowOpenAlarm) and add it to your dashboard. Set it to "AUTO".
Add these three lines of code:

If (atk low sensor name) CLOSED Then OFF
If (atk low sensor name) OPEN Then OFF
When ON > 020:00 Then ON

Send to Apex to save.

Step 2
Go into your Email_Alarm and add this line:

If ERROR LowOpenAlarm Then ON

Change the ouput name to whatever you named your virtual outlet.

Send to Apex to save.

Step 3
Go into your ATK programing and add this line of code to the end/bottom of your program:

If ERROR LowOpenAlarm Then OFF

Again, change the ouput name to whatever you named your virtual outlet.

Send to Apex to save.

Done.

When your low level sensor is open (dry) for 20 minutes the virtual outlet alrm will trip, ato will stop, alert will be sent. You will need to reset the virtual outlet by sliding the switch from OFF back to AUTO manually. This is a safety feature.
 
Last edited:

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top