<?php $theTab=3; ?>
<?php require_once('ietvert/theHeader.php'); ?>
<?php // require_once('Connections/DatuConnect.php'); ?>
<?php require_once('ietvert/theFunctions.php'); ?>
</head>
<?php
    /*** turn off error reporting ***/
/** ini_set('display_errors', 0); **/
?>

<body>

<div id="container">

<?php require_once('ietvert/pageHeader.php'); ?>
 
<div class="col810">
<div class="col624 borderSETSLightGreen">

  <div id="content">

  <p class="breadcrumb"> <span>You are here: </span> <a href="index.php">Home</a>&nbsp; &raquo; <a href="products.php">Products</a>&nbsp; &raquo; LeakAnalyzer</p>
  <hr />
  <img src="images/LeakAnalyzerLogo.jpg" width="200" height="82" alt="LeakAnalyzer - Oil products pipeline leakage detection and monitoring" />
  <h1>Leak Analyzer - Oil products pipeline leakage detection and monitoring</h1>

<p>The LeakAnalyzer Leakage Detection System assists in the remote monitoring of liquid flow in a trunk pipeline, and determines the location of any leakage. Data from multiple Control Points distributed along the pipeline is obtained by the Data Collection Server, and supplied to Analysis Client Workstations.</p>
<button type="button" onClick="window.open('files/LeakAnalyzer.pdf')" id="ViewPDF">View PDF</button>

  <h2>Functional Scope</h2>
  <p>LeakAnalyzer  functionality includes:</p>
  <ul>
    <li>Remote monitoring of liquid flow in the trunk pipeline;</li>
    <li>Determination of leakage location;</li>
    <li>Graphical presentation of data for convenient viewing and assisting the analyst in the estimation of any leakage location on the pipeline.</li>
</ul>
 
  <h2>Architecture</h2>
  <ul>
<li>Multiple Control Points distributed along the pipeline send data to the Data Collection Server;</li>
    <li>Data Collection Server exchanges measurement data with the SCADA system and a remote FTP server;</li>
    <li>Data is supplied to Analysis Client Workstations.</li>
</ul>

<h2>Technologies</h2>
  <ul>
<li>The Data Collection Server runs Windows 2003;</li>
    <li>Each Control Point contains an industrial PC with a connected GPS receiver, pressure sensor(s) as well as optional flowmeter and temperature sensor. The industrial PCs run real-time software under Windows CE 5.0 for data acquisition and transmission to the Data Collection Server via the TCP network;</li>
    <li>The Analysis Client Workstations run the .NET-based LeakAnalyzer application.</li>
</ul>
  <img src="images/LeakAnalyzerScreen.jpg" width="600" height="350" alt="LeakAnalyzer Screen" /></div> <!-- content -->
  
</div> <!-- col624 -->
    
<div id="LastCol">
<?php require_once('ietvert/rightColGeneral.php'); ?>
</div> <!-- LastCol -->
    
</div> <!-- col810 -->
  
<?php require_once('ietvert/pageFooter.php'); ?>

</div> <!-- container -->

</body>
</html>
