Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The example below shows how to configure filling of retention tank based on measurement of minimum and maximum water level.

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)

Configuring Equation smart rule

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.

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_exlevel;

doc_tap_InpOutp;


doc_tap_ConfEqua;

Info

doc_tap_LastStateTrueFalse;

doc_tap_EqActDur;