Adds POCloud support for HART totalizer data
This commit is contained in:
@@ -287,6 +287,92 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% if (parseFloat(channels['advvfdipp.hartnettotal'].value) !== 0.0) { %>
|
||||
|
||||
<div class="row row-flex box-me">
|
||||
<div class="col-xs-12 text-center">
|
||||
<h1>HART Flowmeter Data</h1>
|
||||
</div>
|
||||
<div class='col-xs-4 text-center box-me'>
|
||||
<h2>Net Flow</h2>
|
||||
<div class="gauge-box">
|
||||
<div data-labelheight="10"
|
||||
style="height: 170px; background: transparent; margin: 0 auto;"
|
||||
id="gauge-hartnettotal"
|
||||
data-chart="solidgauge"
|
||||
data-nodename="advvfdipp.hartnettotal"
|
||||
data-units="BBL"
|
||||
data-min="0"
|
||||
data-max="1000000"
|
||||
data-decimalplaces="1"
|
||||
data-colors="0.1:#DF5353,0.5:#DDDF0D,0.9:#55BF3B"
|
||||
data-valuefontsize="18px">
|
||||
</div>
|
||||
<div class- "timestamp-box">
|
||||
<a href="#" data-channelId="<%= channels['advvfdipp.hartnettotal'].channelId %>" class="data-table" title="Download Channel History">
|
||||
<i class="fa fa-download"></i>
|
||||
</a>
|
||||
</div>
|
||||
<span data-timeupdate="hartnettotal">
|
||||
<%= channels["advvfdipp.hartnettotal"].timestamp %>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='col-xs-4 text-center box-me'>
|
||||
<h2>Forward Flow</h2>
|
||||
<div class="gauge-box">
|
||||
<div data-labelheight="10"
|
||||
style="height: 170px; background: transparent; margin: 0 auto;"
|
||||
id="gauge-hartfwdtotal"
|
||||
data-chart="solidgauge"
|
||||
data-nodename="advvfdipp.hartfwdtotal"
|
||||
data-units="BBL"
|
||||
data-min="0"
|
||||
data-max="1000000"
|
||||
data-decimalplaces="1"
|
||||
data-colors="0.1:#DF5353,0.5:#DDDF0D,0.9:#55BF3B"
|
||||
data-valuefontsize="18px">
|
||||
</div>
|
||||
<div class- "timestamp-box">
|
||||
<a href="#" data-channelId="<%= channels['advvfdipp.hartfwdtotal'].channelId %>" class="data-table" title="Download Channel History">
|
||||
<i class="fa fa-download"></i>
|
||||
</a>
|
||||
</div>
|
||||
<span data-timeupdate="hartfwdtotal">
|
||||
<%= channels["advvfdipp.hartfwdtotal"].timestamp %>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='col-xs-4 text-center box-me'>
|
||||
<h2>Reverse Flow</h2>
|
||||
<div class="gauge-box">
|
||||
<div data-labelheight="10"
|
||||
style="height: 170px; background: transparent; margin: 0 auto;"
|
||||
id="gauge-hartrevtotal"
|
||||
data-chart="solidgauge"
|
||||
data-nodename="advvfdipp.hartrevtotal"
|
||||
data-units="BBL"
|
||||
data-min="-1000000"
|
||||
data-max="0"
|
||||
data-decimalplaces="1"
|
||||
data-colors="0.1:#DF5353,0.5:#DDDF0D,0.9:#55BF3B"
|
||||
data-valuefontsize="18px">
|
||||
</div>
|
||||
<div class- "timestamp-box">
|
||||
<a href="#" data-channelId="<%= channels['advvfdipp.hartrevtotal'].channelId %>" class="data-table" title="Download Channel History">
|
||||
<i class="fa fa-download"></i>
|
||||
</a>
|
||||
</div>
|
||||
<span data-timeupdate="hartrevtotal">
|
||||
<%= channels["advvfdipp.hartrevtotal"].timestamp %>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<div class="row box-me">
|
||||
<div class='col-xs-12'>
|
||||
<div style="height:300px"
|
||||
|
||||
6690
POCloud/modbusMap.p
6690
POCloud/modbusMap.p
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user