<% if (channels["flowmonitor.start_stop_enabled"].value == "True"){ %>
" data-techname="<%=channels["flowmonitor.startcmd"].techName %>" data-name="<%= channels["flowmonitor.startcmd"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.startcmd"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.startcmd"].channelId %>" class="btn btn-large btn-theme animated setstatic">Start
" data-techname="<%=channels["flowmonitor.stopcmd"].techName %>" data-name="<%= channels["flowmonitor.stopcmd"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.stopcmd"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.stopcmd"].channelId %>" class="btn btn-large btn-theme animated setstatic">Stop
<% } %>

GPM Flow

<%= channels["flowmonitor.gpm_flow"].timestamp %>

BPD Flow

<%= channels["flowmonitor.bpd_flow"].timestamp %>
<% if (channels["flowmonitor.psi_pressure_enabled"].value == "True") { %>

Pressure Transmitter

<%= channels["flowmonitor.psi_pressure"].timestamp %>
<% } %>
<% if (channels["flowmonitor.cost_per_bbl"].value > 0.0){ %> <% } %>
Today Yesterday This Month Last Month
Gallon Total <%= Math.round(channels["flowmonitor.gal_total"].value * 100) / 100 %> <%= Math.round(channels["flowmonitor.gal_total_yesterday"].value * 100) / 100 %> Gal. <%= Math.round(channels["flowmonitor.gal_total_thismonth"].value * 100) / 100 %> Gal. <%= Math.round(channels["flowmonitor.gal_total_lastmonth"].value * 100) / 100 %> Gal.
BBL Total <%= Math.round(channels["flowmonitor.bbl_total"].value * 100) / 100 %> <%= Math.round(channels["flowmonitor.bbl_total_yesterday"].value * 100) / 100 %> BBL <%= Math.round(channels["flowmonitor.bbl_total_thismonth"].value * 100) / 100 %> BBL <%= Math.round(channels["flowmonitor.bbl_total_lastmonth"].value * 100) / 100 %> BBL
Cost ($<%= channels["flowmonitor.cost_per_bbl"].value %> / BBL) $<%= Math.round(channels["flowmonitor.gal_total"].value * channels["flowmonitor.cost_per_bbl"].value * 100) / 100 %> $<%= Math.round(channels["flowmonitor.gal_total_yesterday"].value * channels["flowmonitor.cost_per_bbl"].value * 100) / 100 %> $<%= Math.round(channels["flowmonitor.cost_thismonth"].value * 100) / 100 %> $<%= Math.round(channels["flowmonitor.cost_lastmonth"].value * 100) / 100 %>
data-nodename2="flowmonitor.psi_pressure" data-datalabel2="Pressure (PSI)" <% } %> data-daysofhistory="2" data-chartlabel="Last 48 Hours" data-ylabel="" data-xlabel="Date" data-units="">