View Single Post
  #1  
Old 12-28-2012, 06:49 PM
Psyire's Avatar
Psyire Psyire is offline
Member
 
Join Date: Dec 2004
Location: Northern Alberta
Posts: 605
Psyire is on a distinguished road
Default Apex ATO Programming Help

I'm pretty new to the APEX programming.. I'm trying to setup my ATO programming and it seems to be working but I'm hesitant to leave it be without having someone else review the code. So here it is:

Setup is RODI with a Solenoid connected to the Avast Marine ATO. (Pressure Switch w/ backup float valve on RODI line into the tank)

ATO_3_4
Fallback OFF
Set OFF
If Outlet ATO_ADD = ON Then ON

ATO_ADD
Set OFF
If Switch1 CLOSED Then ON
If Time 07:00 to 19:00 Then OFF
Defer 001:00 Then ON

ATO_HIGH
Set OFF
If Outlet ATO_ADD = ON Then ON
Defer 010:00 Then ON

ATO_LOW
Set OFF
If Switch1 CLOSED Then ON
Defer 999:00 Then ON

Email_ALM
Set OFF
If Temp > 80.5 Then ON
If Temp < 77.0 Then ON
If Outlet ATO_HIGH = ON Then ON
If Outlet ATO_LOW = ON Then ON

Is this functional? Basically it's adding only during the night and if the switch is closed (adding) for longer than 10 mins or doesn't call to top off for 999 mins then it alarms. Both conditions would indicate something isn't working properly. Is there a way to defer for longer than 999mins? Basically I wanted it to alarm if it didn't top off at all for 24 hours, or for longer than 10 mins.
Reply With Quote