Fishie Nut
Premium Member
I put this in another thread re Programmable Logic, but no response; therefor, I'm repeating it here. Please help.
How would I use the programmable logic to do the following:
If Con1 is less than 1.025, then I want Doser 3 to turn on to top off the tank and add more saltwater; therefore, I want Level 1 off. This will increase my kg/l to 1.025.
If Con1 is 1.025 or above, then Level 1 is used to top off tank.
so...
IF con1 is > 1.025 AND Level 1- THEN Doser 3 ON AND Water 1 OFF
IF Con1 is < 1.025 Level 1- THEN Water 1 ON
Right now I set the following:
G1 to AND Cond 1 Increase/Doser 3 -- set PL to Doser 3
G2 to AND Cond 1 Decrease/Water1 -- set PL to Water 1
but it doesn't take into consideration that if Cond 1 >1.025 then Doser 3 is off and Water 1 takes over -- does it?
Logic was ont my strong suit, LOL.
How would I use the programmable logic to do the following:
If Con1 is less than 1.025, then I want Doser 3 to turn on to top off the tank and add more saltwater; therefore, I want Level 1 off. This will increase my kg/l to 1.025.
If Con1 is 1.025 or above, then Level 1 is used to top off tank.
so...
IF con1 is > 1.025 AND Level 1- THEN Doser 3 ON AND Water 1 OFF
IF Con1 is < 1.025 Level 1- THEN Water 1 ON
Right now I set the following:
G1 to AND Cond 1 Increase/Doser 3 -- set PL to Doser 3
G2 to AND Cond 1 Decrease/Water1 -- set PL to Water 1
but it doesn't take into consideration that if Cond 1 >1.025 then Doser 3 is off and Water 1 takes over -- does it?
Logic was ont my strong suit, LOL.