|
12/27/2014, 08:01 AM | #26 | |
Registered Member
Join Date: Apr 2003
Location: Avon Lake, Ohio
Posts: 62
|
Quote:
__________________
Mark |
|
12/27/2014, 06:50 PM | #27 | |
Registered Member
Join Date: Nov 2012
Location: Phoenix, AZ
Posts: 1,712
|
Quote:
[Kalk-Bucket] Fallback OFF Set OFF If KALK-E CLOSED Then ON If KALK-E OPEN Then OFF If Outlet K-Reminder = ON Then OFF Defer 000:10 Then ON Defer 002:15 Then OFF [K-Reminder] If Outlet KALK-EMTY = ON Then ON Defer 999:55 Then OFF Defer 999:55 Then OFF [KALK-EMTY] Set OFF If KALK-E CLOSED Then ON Last edited by Jyetman; 12/27/2014 at 07:04 PM. |
|
12/28/2014, 11:12 AM | #28 | |
Registered Member
Join Date: Apr 2003
Location: Avon Lake, Ohio
Posts: 62
|
Quote:
Get rid of the KALK-EMTY outlet and try this: [K-Reset] (no statements at all and manually set to OFF via the dashboard) [Kalk-Bucket] Fallback OFF Set OFF If KALK-E CLOSED Then ON If Outlet K-Reminder = ON Then OFF Defer 000:10 Then ON Defer 002:15 Then OFF [K-Reminder] If Outlet Kalk-Bucket = ON Then ON If Outlet K-Reset = ON Then OFF What I believe this will accomplish (you'll need to test!) is when your KALK-E switch has been closed for 10 seconds, your Kalk-Bucket outlet will turn on and run for 2 minutes and 15 seconds, which I assume is the empirically-determined time it takes to refill the main bucket from the spare without running the pump dry for too long. (It might be better to have a 2nd float switch to tell when the bucket was full to turn off this pump, but I digress...) Note that when Kalk-Bucket turns on, this will cause K-Reminder to turn on. K-Reminder being on does several things: 1) It reminds you to refill the spare bucket. 2) It makes Kalk-Bucket turn back off, but not until the 2:15 defer expires. 3) It prevents Kalk-Bucket from running again if you haven't refilled the spare bucket. When you refill the spare bucket, simply turn K-Reset on (via the dashboard) for a couple seconds, then turn it back off. That will turn K-Reminder off, allowing the process to repeat. K-Reminder will stay on indefinitely until reset in this manner. Maybe reread post #23 for more info... Let me know how this works out for you.
__________________
Mark |
|
12/28/2014, 03:47 PM | #29 | |
Registered Member
Join Date: Nov 2012
Location: Phoenix, AZ
Posts: 1,712
|
Quote:
|
|
12/28/2014, 04:27 PM | #30 |
Registered Member
Join Date: Nov 2012
Location: Phoenix, AZ
Posts: 1,712
|
I have another programming question for my ATO outlet. My float system is configured opposite from others CLOSED for OFF / OPEN for on. I need a fail safe program so if the float remains open for 10+ minutes it shuts off the outlet. Can someone please help me with this. What I'm afraid might happen is if the floats fail the default switch condition is OPEN which would be disastrous for me.
Current program: [D-TOP-OFF] Fallback OFF OSC 000:00/000:03/005:00 Then ON If ATO CLOSED Then OFF If Scrub CLOSED Then OFF If ATO-LO CLOSED Then OFF If ATO-HI OPEN Then OFF If Power EB8_3 Off 000 Then OFF Last edited by Jyetman; 12/28/2014 at 04:37 PM. |
12/31/2014, 04:45 PM | #31 | |
Registered Member
Join Date: Nov 2012
Location: Phoenix, AZ
Posts: 1,712
|
Quote:
|
|
Tags |
apex, apex programming, defer statement |
|
|