HELP with writing a code for dosing

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
here is what i got. i will start dosing t.elemnet via dos at 21:00 thru 21:10 and I want to automatically turn my skimmer off for 30 mins or 1 hr after once the dosing starts at 21:00 hrs. I took a stab at it and got an error, can I control the power to my skimmer in this manner? or do I just code the skimmer to go off at 21:00 thru 22:00? coding is new to me so all help is appreciated.

the short version is this.
dos pump 150tdos starts dosing at 21:00, skimmer needs to be powered down for 30mins starting at 21:00.
Capture1.JPG


Capture 4.JPG
 

MnFish1

10K Club member
View Badges
Joined
Dec 28, 2016
Messages
22,722
Reaction score
21,898
Rating - 100%
1   0   0
here is what i got. i will start dosing t.elemnet via dos at 21:00 thru 21:10 and I want to automatically turn my skimmer off for 30 mins or 1 hr after once the dosing starts at 21:00 hrs. I took a stab at it and got an error, can I control the power to my skimmer in this manner? or do I just code the skimmer to go off at 21:00 thru 22:00? coding is new to me so all help is appreciated.

the short version is this.
dos pump 150tdos starts dosing at 21:00, skimmer needs to be powered down for 30mins starting at 21:00.
Capture1.JPG


Capture 4.JPG
Where is that code - is it in your skimmer section or your DOS. I believe it should be in your skimmer. That said - by far the easiest way - is to turn your skimmer off from 21:00-22:00. It also is the least likely to cause issues IMHO.
 
OP
OP
ddc0715

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
Yes I wrote that under the skimmers outlet advance tab. I agree with you. So what would that line of code look like .
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,214
Location
Oregon
Rating - 0%
0   0   0
No, the DOS will always report "ON" when its output is set to AUTO and running on the schedule you define. It will still report ON even as the DOS is idle.

Instead, add an If Time exclusion to your skimmer.
 
OP
OP
ddc0715

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
thanks, yall.
here is what i wrote under my skimmer.
If Time 21:00 to 22:00 Then OFF

here's what I added to my o3 gen and its air pump.
If Time 20:30 to 22:00 Then OFF

that should allow for the trace and amminos to circulate a while.
 

MnFish1

10K Club member
View Badges
Joined
Dec 28, 2016
Messages
22,722
Reaction score
21,898
Rating - 100%
1   0   0
thanks, yall.
here is what i wrote under my skimmer.
If Time 21:00 to 22:00 Then OFF

here's what I added to my o3 gen and its air pump.
If Time 20:30 to 22:00 Then OFF

that should allow for the trace and amminos to circulate a while.
The other thing is - that I do not believe that 1) stopping the skimmer will affect the aminos much (i.e. they will still be skimmed out), and 2) if you left the skimmer running it would have a slight (if any) effect)
 

Clear reef vision: How do you clean the inside of the glass on your aquarium?

  • Razor blade

    Votes: 168 62.2%
  • Plastic scraper

    Votes: 70 25.9%
  • Clean-up crew

    Votes: 93 34.4%
  • Magic eraser

    Votes: 46 17.0%
  • Other

    Votes: 70 25.9%
Back
Top