<?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; SETSenergoMeter</p>
  <hr />
  <img src="images/SETSenergoMeterLogo.jpg" width="200" height="82" alt="SETSenergoMeter Smart Metering System" />
  <h1>SETSenergoMeter Smart Metering System</h1>

<p>SWH SETS and its partner SIA “Teliko” provide an integrated solution for the automatic remote reading of utility meters – heat, electricity, water, gas –  and the processing of meter data.</p><p>
Each meter is connected to a MET-BOX telemetry device, which acquires data through RS485, RS232, M-Bus or pulse inputs. Readings are transmitted through the mobile network using data compression and a special protocol via GPRS, SMS or USSD, ensuring operation even in areas with poor signal strength.</p><p>
A dedicated Linux Meter Data Server receives the data through the mobile operator, and stores it in a MySQL database, allowing the accumulation of several year’s data. A web based application gives authorized local and remote clients access to manage the meters.</p><p>
A separate Billing System Server with its own web based application connects to the Meter Data Server’s MySQL database to provide a comprehensive billing service. Other software applications may access the Meter Data Server’s database, ensuring flexibility for future enhancements.</p><p>
The integrated solution leads to long term cost savings, ensures higher data reliability and faster invoicing. It gives automatic warnings of leakages and detects anomalies.</p>
<button type="button" onClick="window.open('files/SETSenergoMeter.pdf')" id="ViewPDF">View PDF</button>

  <h2>Components</h2>
  <h3>1. Telemetry device</h3>
  <ul>
    <li>Data acquisition from meters via RS485, RS232, M-Bus or pulse inputs;</li>
    <li>Data is stored in internal memory;</li>
    <li>Internal battery ensures continuity in case of mains failure;</li>
    <li>Device has SIM card and can communicate using GPRS, SMS or USSD using data compression;</li>
    <li>Meter reading interval and transmission frequency configurable remotely;</li>
    <li>Custom data requests allow for immediate reading;</li>
    <li>Telemetry device supplied by SIA “Teliko”.</li>
  </ul>
  <hr />
<img src="images/SETSenergoMeterDiag1.gif" width="600" height="362" alt="SETSenergoMeter Diagram" />
<h3>2. Meter Data Server</h3>
  <ul>
    <li>Dedicated Linux server;</li>
    <li>Receives data from mobile service;</li>
    <li>Data stored in MySQL database;</li>
    <li>Several years’ data may be accumulated on server;</li>
    <li>Visualizes data in response to operator requests;</li>
    <li>Validates data;</li>
    <li>Detects meter problems and anomalous behavior; issues warnings;</li>
    <li>Supports custom communication with telemetry devices for custom data request or testing;</li>
    <li>Meter Data Server may be accessed by authorized local and remote clients.</li>
  </ul>
  <hr />
<img src="images/SETSenergoMeterDiag2.gif" width="600" height="362" alt="SETSenergoMeter Diagram" />
<h3>3. Billing System Server</h3>
  <ul>
    <li>Any platform which supports Java applications;</li>
    <li>Runs specialized Web application software;</li>
    <li>Reads data from MySQL database on Meter Data Server;</li>
    <li>Billing System Server may be accessed by authorized local and remote clients.</li>
  </ul>
 
  <h2>Benefits</h2>
  <ul>
	<li>Long term cost savings;</li>
    <li>Higher data reliability;</li>
    <li>Faster invoicing;</li>
    <li>Flexibility in data analysis;</li>
    <li>Automatic leakage and anomaly detection.</li>
</ul>

<h2>Users</h2>
  <ul>
	<li>SETSenergoMeter and SETSenergo is currently in use by Fortum <a href="http://www.fortum.com" target="_blank">(www.fortum.com).</a></li>
    <li>A number of utilities are in negotiations to implement SETSenergoMeter and SETSenergo.</li>
</ul>
  </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>
