Apex Dos DDR.....Switch open or closed?

clhardy5

Active Member
View Badges
Joined
Jun 20, 2020
Messages
400
Reaction score
246
Location
Aurora, CO
Rating - 0%
0   0   0
I've been running my Apex dos with DDR for several months now - without a hiccup. Usually on the dashboard the DDRALK and DDRCalc switches are both closed - I've never seen them open. However today, the DDRALK switch says 'open' and DDRCALC is still closed. What do these 'switches' control....and what should they be on? Open or closed?
 

revhtree

Owner Administrator
View Badges
Joined
May 8, 2006
Messages
47,762
Reaction score
87,128
Rating - 100%
1   0   0
Moved to the controller forum! Maybe this will help get you an answer!
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,216
Location
Oregon
Rating - 0%
0   0   0
I've been running my Apex dos with DDR for several months now - without a hiccup. Usually on the dashboard the DDRALK and DDRCalc switches are both closed - I've never seen them open. However today, the DDRALK switch says 'open' and DDRCALC is still closed. What do these 'switches' control....and what should they be on? Open or closed?

The DDR's optical sensors report CLOSED when they are covered with liquid, and OPEN when the liquid level is below the sensor. This is the same for Neptune's optical sensors used to measure water levels in a sump or barrel.

You can use the status of these switches in your Apex programming to send you an alert when the DDR is low, or even to turn off the DOS until you have a chance to refill the DDR.

Example to send an alarm:
[EmailAlm]
Set OFF
If DDRALK OPEN Then ON

Example to stop the DOS:
(add this to the Advanced tab on your DOS)
If DDRALK OPEN Then OFF

DDR (1).png
 
Last edited:
OP
OP
clhardy5

clhardy5

Active Member
View Badges
Joined
Jun 20, 2020
Messages
400
Reaction score
246
Location
Aurora, CO
Rating - 0%
0   0   0
The DDR's optical sensors report CLOSED when they are covered with liquid, and OPEN when the liquid level is below the sensor. This is the same for Neptune's optical sensors used to measure water levels in a sump or barrel.

You can use the status of these switches in your Apex programming to send you an alert when the DDR is low, or even to turn off the DOS until you have a chance to refill the DDR.

Example to send an alarm:
[EmailAlm]
Set OFF
If DDRALK OPEN Then ON

Example to stop the DOS:
(add this to the Advanced tab on your DOS)
If DDRALK OPEN Then OFF

DDR (1).png
Thank you so much!
 

ddc0715

Valuable Member
View Badges
Joined
Jun 8, 2018
Messages
1,149
Reaction score
642
Rating - 0%
0   0   0
one of my sensors has started reporting open nonstop and its covered with liquid any opinions?
 

Algae invading algae: Have you had unwanted algae in your good macroalgae?

  • I regularly have unwanted algae in my macroalgae.

    Votes: 20 35.1%
  • I occasionally have unwanted algae in my macroalgae.

    Votes: 13 22.8%
  • I rarely have unwanted algae in my macroalgae.

    Votes: 4 7.0%
  • I never have unwanted algae in my macroalgae.

    Votes: 5 8.8%
  • I don’t have macroalgae.

    Votes: 14 24.6%
  • Other.

    Votes: 1 1.8%
Back
Top