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

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
 
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.
 
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?
 
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
 
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!
 
@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
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top