Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
doc_tap_exlevel;
Inputs:
- Reed contact for min level (Variable name: St)
- Reed contact for max level (Variable name: St1)
Output:
- Digital output for control of valve or pump (Name: Valve)
- doc doc_tap_InpOutp;
Configuring Equation smart rule
doc_tap_ConfEqua;
Info |
---|
Equation smart rule has internal variable called LastState. This variable returns TRUE or FALSE based on last result of evaluation of this smart rule. doc_tap_LastStateTrueFalse; |
Equation
(LastState AND !St1) OR (!LastState AND !St)
Action
If result is TRUE: Valve ... Turn On
If result is FALSE: Valve ... Turn Off
Duration
Minimum duration ... 0:05:00 minutes
doc_tap_EqActDur;