Controllers indirectly control a regulator in order to achieve a defined setpoint.
The following example models controlling the flow through a conduit by using an incremental controller to control the setting of a Variable Discharge Orifice.
In this example, the flow in the control conduit is measured. The setting of the Variable Discharge Orifice is changed by increments to maintain this flow at 0.580 m3/s.
The RTC is defined by adding components to a Variable Discharge Orifice regulator in the RTC Window Editor.
Component |
Parameters |
Effect |
---|---|---|
RANGE 1 |
Range type: Q - flowLocation link: H.1Minimum: Maximum: 0.580 m3/s |
TRUE if flow in conduit H.1 is less than 0.580 m3/s |
RANGE 2 |
Range type: Q - flowLocation link: H.1Minimum: 0.580 m3/sMaximum: |
TRUE if flow in conduit H.1 is more than or equal to 0.580 m3/s |
CONTROLLER 1 |
Type: INCMeasurement Interval: 300 s |
Measurement interval of orifice increment equals 300 s |
RULE 1
|
Condition: RANGE 1Rule type: CTRL Controller: CONTROLLER 1 Setpoint: FIXED 0.010 m3/s |
Increment REGULATOR by 0.01 m3/s if RANGE 1 is TRUE |
RULE 2 |
Condition: RANGE 2Rule type: CTRL Controller: CONTROLLER 1 Setpoint: FIXED -0.010 m3/s |
Decrement REGULATOR by 0.01 m3/s if RANGE 2 is TRUE |