Programming question utilizing timers

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

Corolling

New Member
View Badges
Joined
Aug 28, 2021
Messages
12
Reaction score
1
Location
Canada
Rating - 0%
0   0   0
Hi all,

Wondering if this is possible.
I have a cyclic timer setup to turn a switch on for 3 mins every half hour. I'd like to have it turn on if my ph is lower than 8.4. if ph is higher, do not turn on switch.

Is this possible?

I'd also like it to not turn on if ph is 8.0ish or my ALK is lower than 10. Is this possible?

Thank you. I did read the documentation, but couldn't find this possibility.

Many thanks
 

Lasse

10K Club member
View Badges
Joined
Mar 20, 2016
Messages
10,895
Reaction score
29,906
Location
Källarliden 14 D Bohus, Sweden
Rating - 0%
0   0   0
It would be possible - however you will work with two different nominal values of pH. This demand that you make one virtual pH probe based on your real pH probes measurement and have a nominal value of 8.4 in one of the probes and 8 in the other. Do you use a KH director?

Sincerely Lasse
 
OP
OP
C

Corolling

New Member
View Badges
Joined
Aug 28, 2021
Messages
12
Reaction score
1
Location
Canada
Rating - 0%
0   0   0
It would be possible - however you will work with two different nominal values of pH. This demand that you make one virtual pH probe based on your real pH probes measurement and have a nominal value of 8.4 in one of the probes and 8 in the other. Do you use a KH director?

Sincerely Lasse
I sure do!

How do I make a virtual probe? Do I have to use the control on the p4 to create it?

Thanks Lasse!
 

Lasse

10K Club member
View Badges
Joined
Mar 20, 2016
Messages
10,895
Reaction score
29,906
Location
Källarliden 14 D Bohus, Sweden
Rating - 0%
0   0   0
Yes - it is the only way with p4 - P3 have a virtual control panel too,

Page 70 here explain how to do with virtual probes.

Your normal probe - nominal value 8.4. Virtual probe nominal value 8

Create a PL port x : timer x AND (normal probe - increase)
Create a new PL port y: PL x AND (virtual probe - decrease)

Knit this to socket Z This will do that your socket is on if timer x is on and pH below 8.4 but not below 8

How to implant you demand that not turn on if KH is below 10 - I cant say for the moment - have to check at work) But I think you can set the nominal value to 10 kH

Create a new PL - PL z; PL y AND KH decrease. Knit that to you socket instead of PLy

Sincerely Lasse
 

Lasse

10K Club member
View Badges
Joined
Mar 20, 2016
Messages
10,895
Reaction score
29,906
Location
Källarliden 14 D Bohus, Sweden
Rating - 0%
0   0   0
I think none - just put in 10 as nominal value

1630217836033.png


In the PL - chose KH decrease

1630217942225.png


I´m not sure but I think that this is the way to do it - test it

Sincerely Lasse
 

When to mix up fish meal: When was the last time you tried a different brand of food for your reef?

  • I regularly change the food that I feed to the tank.

    Votes: 32 26.2%
  • I occasionally change the food that I feed to the tank.

    Votes: 40 32.8%
  • I rarely change the food that I feed to the tank.

    Votes: 37 30.3%
  • I never change the food that I feed to the tank.

    Votes: 9 7.4%
  • Other.

    Votes: 4 3.3%
Back
Top