UPC range example
At its simplest, a scenario consists of a single range and rules.
The following example shows a scenario for starting a pump when the level in a reservoir drops to a defined depth.
Under this scenario, the pump will be switched on when the pressure at RHighL (depth in reservoir RHighL) drops below the trigger level of 2m. When the level in the reservoir rises to 2m the pump will be switched off by default.
The scenario is defined by adding components to a pump regulator in the UPC window.
Component | Parameters | Effect |
---|---|---|
RANGE 1 |
Range type: Pressure Location node: RHighL |
TRUE if pressure at node RHighL is less than 2m |
RULE 1 |
Condition: _default_ Rule type: OFF |
Default status of pump is OFF |
RULE 2 |
Condition: RANGE 1 |
Switch pump ON if RANGE 1 is TRUE |
- Range 1: Defines Reservoir RHighL as the control point with a maximum value of 2m. Show image
- Rule 1: Unless subsequent rules are TRUE, the pump will be set to the default status of OFF. Show image
- Rule 2: Switches the pump ON if the level in the reservoir is below 2m. Show image
For a further example including ranges and other dependents, see UPC example (three point PRV).