AcroSteve
Make my Funk a P-Funk
I am currently controlling my CA reactor PH with my AQ using the following commands
If pH > 6.65 Then CO2 ON
If pH < 6.68 Then CO2 OFF
I want to add a set of steps that will override the ones looking at the PH, and only let the CO2 become active between a certain time of day. And during this time, keep the PH between the previous values. Here are the lines based on the time
If Time > 9:00 Then CO2 ON
If Time > 21:00 Then CO2 OFF
What order do I need to place these 4 commands in to achieve my goals on the 1st try? Do I need any additional lines of code?
Thanks.
If pH > 6.65 Then CO2 ON
If pH < 6.68 Then CO2 OFF
I want to add a set of steps that will override the ones looking at the PH, and only let the CO2 become active between a certain time of day. And during this time, keep the PH between the previous values. Here are the lines based on the time
If Time > 9:00 Then CO2 ON
If Time > 21:00 Then CO2 OFF
What order do I need to place these 4 commands in to achieve my goals on the 1st try? Do I need any additional lines of code?
Thanks.