Forums/Tips & Tricks

Acquire: How to do simple Pipeline Leak Detection

Andrew Webb
posted this on April 12, 2011 10:33

Acquire provides a simple leak detection capability that is based on monitoring the discrepancy in flow rate between two different flow computers based on the following formula:

flow discrepancy alarm = (flow rate 1 - flow rate 2) > flow rate limit

Setup Acquire with either:

  • 1 station with 2 flow computers 
    or
  • 2 stations with 1 flow computer each

Select 'Custom Fields…' from the 'Config' menu.

Screen_shot_2011-04-12_at_09.58.20.png

Click the 'Add' button.

Screen_shot_2011-04-12_at_10.06.09.png

Enter the name of the limit field into the 'Full Field Name' field.

Select the 'Type' as "Enterable".

Set the 'Security Level' to "1".

Set the 'Value' to a typical default value. This can be changed in the HMI later.

Click the 'OK' button.

Screen_shot_2011-04-12_at_10.19.25.png

Click the 'Apply' button to make the new field available in the next formula.

Click the 'Add' button to add another custom field.

Screen_shot_2011-04-12_at_10.00.57.png

Enter the name of the alarm in the 'Full Field name' field and check the 'Alarm' checkbox.

Click the formula's 'Edit' button.

Enter the formula:

value:=(field("[Omni 6000 1] STR01 Gross Flowrate")-field("[Omni 6000 2] STR01 Gross Flowrate"))>field("Flow Rate Limit")

Note that the first flow rate is from Omni 6000 1 and the second one is from Omni 6000 2. The flow rate limit is from the "Acquire" flow computer and is the limit that was just set up.

Screen_shot_2011-04-12_at_10.22.42.png

Click the 'OK' button.

Screen_shot_2011-04-12_at_10.23.34.png

Click the 'OK' button.

Screen_shot_2011-04-12_at_10.27.57.png

Click the 'OK' button.

Now when the difference in the flow rate exceeds the flow rate limit an alarm called "Flow Rate Alarm" will be raised.

Screen_shot_2011-04-12_at_10.30.22.png