Search
MENU
  • Expressions / Script language
  • Users and Permissions
  • Backup, restore, reset to factory settings
  • Software release notes
  • Configuring hysteresis control via Equation Smart Rule

    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

    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