PDA

View Full Version : Feed mode does not turn skimmer off, but off main pump


Pran
07/22/2010, 07:36 PM
Hi I did some feed mode

where

FeedA 10 mins
FeedB 30 mins
FeedC 60 mins
FeedD 90 mins


so when I press the FeedA or any feed, my main pump turns off but not the skimmer


Skimmer Code:

Fallback ON
SET ON
If Outlet MainPump = OFF Then OFF //if MainPump off then Skimmer
//off too, but this does not work anymore


If Power EB8_3 Off 005 Then ON // if power is lost then on after 5 mins
Defer 005:00 Then OFF //turn on after 5 mins
If FeedA 030 Then OFF
If FeedB 000 Then OFF
If FeedC 030 Then OFF
If FeedD 000 Then OFF


MainPump Code:


Fallback OFF
Set ON
If FeedA 000 Then OFF
If FeedC 000 Then OFF



Please let me know what is wrong?.

thanks

Pran

kenargo
07/22/2010, 09:49 PM
I'm guessing here; how many EB8s do you have showing in the modules screen?

The program looks correct; same as I have in fact (but the names have been changed to protect the innocent:))

Pran
07/23/2010, 08:27 AM
I'm guessing here; how many EB8s do you have showing in the modules screen?

The program looks correct; same as I have in fact (but the names have been changed to protect the innocent:))



Hey, thanks

I only have one EB8 and thats what it shows in the module

btw can I change FeedA name to like, Coralfeed, feedb to SkimmerClean etc/


thx

kenargo
07/23/2010, 08:37 AM
Hey, thanks

I only have one EB8 and thats what it shows in the module

btw can I change FeedA name to like, Coralfeed, feedb to SkimmerClean etc/


thx


No, you cannot rename feed cycles.

Try removing the 'if outlet' line and then adding it back after a save; what you describe acts as if the outlet state isn't being detected.

Pran
07/23/2010, 11:20 AM
Thanks for your help dude

Prasanna