Move dos add/remove slider from auto/tbl to off?

A_Blind_Reefer

Valuable Member
View Badges
Joined
Aug 13, 2019
Messages
1,788
Reaction score
2,397
Rating - 0%
0   0   0
so hi should state
if mxbnhi closed then off ???

its listed now as closed then on?
No you’re changing the wrong end of the statement if you turn it off the the next virtual will not work. You need the high level alarm to be on when full so that the next outlet will see it and take action. Whatever the high level sensor is when wet triggers on. So if wet is closed then closed then on, if wet is open then open then on. Not off in either case for low or high
 

Sean Clark

7500 Club Member
View Badges
Joined
May 16, 2019
Messages
8,055
Reaction score
31,580
Location
Michigan
Rating - 0%
0   0   0
im ready to change his name to clark kent!
My kids name is Kent. Middle name Superman.

Standardized forms (last name, first name, middle name) always give him trouble.
 
OP
OP
I

ifreefingwasaperson

Active Member
View Badges
Joined
Oct 17, 2022
Messages
274
Reaction score
97
Location
usa
Rating - 0%
0   0   0
ok i made the changes and it works! when it gets to v_nsw_reset i changed the slider to off the dos went back to tbl..
should i set it back to auto after switching from off until my breakout box gets here?
the answer is yes switch it from off to auto so it will read the statements. the off and on statements are overrides. believe i read that in a sticky
 

A_Blind_Reefer

Valuable Member
View Badges
Joined
Aug 13, 2019
Messages
1,788
Reaction score
2,397
Rating - 0%
0   0   0
ok i made the changes and it works! when it gets to v_nsw_reset i changed the slider to off the dos went back to tbl..
should i set it back to auto after switching from off until my breakout box gets here?
Awesomesauce! Thank you @Sean Clark! I was getting ready to go all office space on my computer, whip out the old bat, crank up some geto boys and start smashin!
 

Sean Clark

7500 Club Member
View Badges
Joined
May 16, 2019
Messages
8,055
Reaction score
31,580
Location
Michigan
Rating - 0%
0   0   0
OP
OP
I

ifreefingwasaperson

Active Member
View Badges
Joined
Oct 17, 2022
Messages
274
Reaction score
97
Location
usa
Rating - 0%
0   0   0
@A_Blind_Reefer
Can you check the statement again? V_NSW_FILLED never turns on and send alert. Dos add and remove never go from tbl to off either. Doorbell does work by turning V_NSW_RESET from on to off.

V_NSW_LO
Set OFF
If MXBNLO OPEN Then ON
Defer 001:00 Then ON

V_NSW_HI
Set OFF
If MXBNHI CLOSED Then ON
Defer 001:00 Then ON

V_NSW_FILL
Fallback OFF
If Output V_NSW_LO = ON Then ON
If Output V_NSW_HI = ON Then OFF

V_NSW_FILLED
Set ON
If Output V_NSW_RESET = OFF Then OFF
If Output V_NSW_HI = OFF Then OFF

V_NSW_RESET
Fallback OFF
If Output V_NSW_FILL = ON Then ON
If Sw1 CLOSED Then OFF

RODI_NOID
Fallback OFF
Set OFF
If Output V_NSW_FILL = ON Then ON
If ATO_LO OPEN Then ON
If ATO_HI CLOSED Then OFF

DOS_ADD
If Output V_NSW_RESET = ON Then OFF

DOS_REM
If Output V_NSW_RESET = ON Then OFF

EmailAlm_I5
Set OFF
If Output V_NSW_FILLED = ON Then ON
If SMP_LK CLOSED Then ON
If SMP_LO OPEN Then ON
If ATO_LK CLOSED Then ON
If ATO_2 CLOSED Then ON
 

Just grow it: Have you ever added CO2 to your reef tank?

  • I currently use a CO2 with my reef tank.

    Votes: 8 5.9%
  • I don’t currently use CO2 with my reef tank, but I have in the past.

    Votes: 5 3.7%
  • I have never used CO2 with my reef tank, but I plan to in the future.

    Votes: 7 5.1%
  • I have never used CO2 with my reef tank and have no plans to in the future.

    Votes: 110 80.9%
  • Other.

    Votes: 6 4.4%
Back
Top