Low Flow Setpoint

GPM

" data-techname="<%=channels["flowmonitor.low_flow_gpm"].techName %>" data-name="<%= channels["flowmonitor.low_flow_gpm"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.low_flow_gpm"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.low_flow_gpm"].channelId %>" class="btn btn-large btn-theme animated setstatic material-icons">send

Cost per BBL

$

" data-techname="<%=channels["flowmonitor.cost_per_bbl"].techName %>" data-name="<%= channels["flowmonitor.cost_per_bbl"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.cost_per_bbl"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.cost_per_bbl"].channelId %>" class="btn btn-large btn-theme animated setstatic material-icons">send
<% if (channels['flowmonitor.start_stop_enabled'].value == "True"){ %>

Start / Stop Relay Enabled

<% } else { %>

Start / Stop Relay Disabled

<% } %>
<% if (channels['flowmonitor.start_stop_enabled'].value == "True"){ %> " data-techname="<%=channels["flowmonitor.start_stop_enabled"].techName %>" data-name="<%= channels["flowmonitor.start_stop_enabled"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.start_stop_enabled"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.start_stop_enabled"].channelId %>" class="btn btn-large btn-theme animated setstatic">Disable Control <% } else { %> " data-techname="<%=channels["flowmonitor.start_stop_enabled"].techName %>" data-name="<%= channels["flowmonitor.start_stop_enabled"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.start_stop_enabled"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.start_stop_enabled"].channelId %>" class="btn btn-large btn-theme animated setstatic">Enable Control <% } %>
<% if (channels['flowmonitor.psi_pressure_enabled'].value == "True"){ %>

Pressure Transmitter Enabled

<% } else { %>

Pressure Transmitter Disabled

<% } %>
<% if (channels['flowmonitor.psi_pressure_enabled'].value == "True"){ %> " data-techname="<%=channels["flowmonitor.psi_pressure_enabled"].techName %>" data-name="<%= channels["flowmonitor.psi_pressure_enabled"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.psi_pressure_enabled"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.psi_pressure_enabled"].channelId %>" class="btn btn-large btn-theme animated setstatic">Disable Pressure Transmitter <% } else { %> " data-techname="<%=channels["flowmonitor.psi_pressure_enabled"].techName %>" data-name="<%= channels["flowmonitor.psi_pressure_enabled"].name%>" data-nodechannelcurrentId="<%= channels["flowmonitor.psi_pressure_enabled"].nodechannelcurrentId %>" id="<%= channels["flowmonitor.psi_pressure_enabled"].channelId %>" class="btn btn-large btn-theme animated setstatic">Enable Pressure Transmitter <% } %>