Multiple control for skimmer help

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

Cali9dub

Well-Known Member
View Badges
Joined
Aug 18, 2013
Messages
943
Reaction score
393
Location
Cape Coral, Florida
Rating - 100%
1   0   0
Here is my goal: (1) to have my skimmer turn off when skimmate is full via the use of a level sensor (2) have my skimmer off for maintenance/water change (3) have a delayed start after the maintenance function is disabled or power outages ,etc.
I have my skimmer on maintenance 3 that is 120 minutes of various equipment off for maintenance (works as intended)
I have a level sensor that when skimmate is full it shuts down the skimmer and triggers an alarm (works as intended)
How do I add a 2 minute delay after a power outage or after the maintenance function has ended or been disabled ??

the skimmate full function is using control circuit 1 (leakage detection, fill), level sensor 1

I’m shakey at best with advanced programming so I need some help with this one to make it work correctly or clean up what I already have.
 

Vinny@GHLUSA

Valuable Member
View Badges
Joined
Jul 27, 2016
Messages
1,149
Reaction score
1,509
Rating - 0%
0   0   0
Answers are in the Knowledge Base. :)

Skimmer control (This answers your question 1 and 2)

Maintenance mode Delay (Answers question 3)

Once the functions are setup, use PL to combine functions. In this case, you'd be combining the leak function (skimmer off when cup is full) with the maintenance delay, then assign it to the socket that powers the skimmer. The AND function would be used here.
 
OP
OP
Cali9dub

Cali9dub

Well-Known Member
View Badges
Joined
Aug 18, 2013
Messages
943
Reaction score
393
Location
Cape Coral, Florida
Rating - 100%
1   0   0
Can you post your function for your skimmer´s switch channel

Sincerely Lasse
Here is the switch, what maint it is also attached to and the level sensor info:
IMG_0387.png

IMG_0388.png

IMG_0389.png

IMG_0390.png
 

Lasse

10K Club member
View Badges
Joined
Mar 20, 2016
Messages
10,888
Reaction score
29,892
Location
Källarliden 14 D Bohus, Sweden
Rating - 0%
0   0   0
I would combine your current function with a maintenance mode delay as described in Vinny´s answer. It could look like this

Create a PL like this gate x (in my example gate 31) -
1683098100502.png


Create a new PL (in my example gate 32)

1683098251558.png


Knit this last PL to the actual socket - in my case S63. NOTE the blackout delay - to set this to 2 minutes - you delay the socket for 2 minutes after a power blackout or after a break of connection between the PB and the computer

1683098428726.png


I have not test this - please test it before you run it sharp

Sincerely Lasse
 
OP
OP
Cali9dub

Cali9dub

Well-Known Member
View Badges
Joined
Aug 18, 2013
Messages
943
Reaction score
393
Location
Cape Coral, Florida
Rating - 100%
1   0   0
I would combine your current function with a maintenance mode delay as described in Vinny´s answer. It could look like this

Create a PL like this gate x (in my example gate 31) -
1683098100502.png


Create a new PL (in my example gate 32)

1683098251558.png


Knit this last PL to the actual socket - in my case S63. NOTE the blackout delay - to set this to 2 minutes - you delay the socket for 2 minutes after a power blackout or after a break of connection between the PB and the computer

1683098428726.png


I have not test this - please test it before you run it sharp

Sincerely Lasse
Didn’t work. Skimmer just stays off
 

Lasse

10K Club member
View Badges
Joined
Mar 20, 2016
Messages
10,888
Reaction score
29,892
Location
Källarliden 14 D Bohus, Sweden
Rating - 0%
0   0   0
I´m sorry did not test. Have done that now. You need to do gate 31 (in my example) in the second PL (gate 32 in my example) inverted - as this

1683179903393.png


Sincerely Lasse
 

Lasse

10K Club member
View Badges
Joined
Mar 20, 2016
Messages
10,888
Reaction score
29,892
Location
Källarliden 14 D Bohus, Sweden
Rating - 0%
0   0   0
The first version state (in order to have the socket active) that both argument should be true (no full skimmer cup and maintenance 3 active (with delay off)) When you invert the argument maintenance 3 delay off - you simply state the opposite. The socket is only active if skimmer chamber is not full and if maintenance 3 delay off is not active.

Sincerely Lasse
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

    Votes: 37 15.9%
  • I wear reef gear primarily at fish events and my LFS.

    Votes: 13 5.6%
  • I wear reef gear primarily for water changes and tank maintenance.

    Votes: 1 0.4%
  • I wear reef gear primarily to relax where I live.

    Votes: 30 12.9%
  • I don’t wear gear from reef brands.

    Votes: 135 58.2%
  • Other.

    Votes: 16 6.9%
Back
Top