Control Valves
To add a control valve drag the control valve icon from the device palette.
This will bring up the device properties window for the control valve.

Specify the field as follows:
| Field |
Description |
| This is the status of the valve (see below). |
This field indicates which parameter should be used to control.
Set the value of this field to be:
1 - Flowrate
2 - Inlet Pressure
3 - Outlet Pressure
|
This field indicates whether the field is in manual or automatic mode.
Set the value of this field to be:
1 - Manual
2 - Automatic
|
| This is the measured flow rate field. |
| This is the flow rate setpoint that should be maintained while the valve is in automatic mode. If the mode is automatic this field is not used. |
| This is the maximum flow rate. |
| This is the minimum flow rate. |
| This is the inlet pressure field. |
| This is the inlet pressure setpoint that should be maintained while the valve is in automatic mode. If the mode is automatic this field is not used. |
| This is the maximum inlet pressure. |
| This is the minimum inlet pressure. |
| This is the outlet pressure field. |
| This is the outlet pressure setpoint that should be maintained while the valve is in automatic mode. If the mode is automatic this field is not used. |
| This is the maximum inlet pressure. |
| This is the minimum outlet pressure. |
| This has the position of the valve. |
| This is the keypad position of the valve. |
Linking to the Control Valve Detail Page
Each control valve can be linked to a detailed page.
- Double click on the control valve in the P&ID to bring up the device properties.
- Click the 'Screen' checkbox. This will automatically create the control valve screen.
- Click the 'OK' button.
- Choose 'Save' from the 'File' menu in order to save the P&ID.
This will insert a 'Details' button in the sidebar. The screen will automatically use the fields defined in the field properties
Tip: You may have to refresh the P&ID to make the button appear.

Valve Positions
The icon displayed on the P&ID is based on a status value from the flow computer/ PLC.
| |
Bit 3 |
Bit 2 |
Bit 1 |
Bit 0 |
Icon |
Status |
Word Value |
| Spare |
Locked |
Spare |
Open |
Closed |
|
|
|
| 0 |
0 |
0 |
0 |
0 |
 |
Illegal |
0 |
| 0 |
0 |
0 |
0 |
1 |
 |
Opened |
1 |
| 0 |
0 |
0 |
1 |
0 |
 |
Closed |
2 |
| 0 |
0 |
0 |
1 |
1 |
 |
Moving |
3 |
| 0 |
1 |
0 |
0 |
0 |
 |
Illegal (locked) |
8 |
| 0 |
1 |
0 |
0 |
1 |
 |
Opened (locked) |
9 |
| 0 |
1 |
0 |
1 |
0 |
 |
Closed (locked) |
10 |
| 0 |
1 |
0 |
1 |
1 |
 |
Moving (locked) |
11 |