Adding Pump Equipment Class Properties
After creating the equipment class for a pump (PMP), you need to add the control properties Command and Status.
You might think that each tank would have only one pump. However, for liquid tanks, keep in mind that what goes in must come out, so each tank has an input pump and an output pump. Since you are using the same properties for both input and output, you can use the Pump equipment class for all six devices (three input pumps and three output pumps).
To add Pump equipment class properties:
- In Workbench, go to Project Explorer, and expand Assets > Equipment classes > Tank Farm Classes.
-
Right-click PMP and select Add Equipment class property. The equipment class property pane appears.
-
For each tab, add the Command property parameters specified in the following table, then click Apply, and then click New.
Tab Name
Enter or select the following properties…
General
- Name: CMD
- Display Name: Command (Running/Stopped)
- Description: Pump Command (Running/Stopped)
Real-time Data
- Source type: Real-time Data Source
- Real-time data source: /?PARAM__CMD?/
Historical Data
- Source type: Historical Tag
-
For each tab, add the Status property parameters specified in the following table, then click Apply, and then click New.
Tab Name
Enter or select the following properties…
General
- Name: STS
- Display Name: Status (Running/Stopped)
- Description: Pump Status (Running/Stopped)
Real-time Data
- Source type: Real-time Data Source
- Real-time data source: /?PARAM_STS?/
Historical Data
- Source type: Historian Tag
- Expand Assets > Equipment classes > Tank Farm Classes.
- Double-click PMP, select the Parameters tab, and then click Detect. All the pump parameters are listed.
- Click Apply & Close. The Pump (PMP) equipment class with properties is complete.
- Continue with adding valve equipment class properties.