diff --git a/POCloud/HTML/Configuration.html b/POCloud/HTML/Configuration.html index f29aa46..4c2b8b9 100644 --- a/POCloud/HTML/Configuration.html +++ b/POCloud/HTML/Configuration.html @@ -1,189 +1,292 @@ -

CONTROL

+
+
+

Control

+
+ + " - data-techname="<%=channels["advvfdipp.modbuswrite"].techName %>" - data-name="<%= channels["advvfdipp.modbuswrite"].name%>" - data-nodechannelcurrentId="<%= channels["advvfdipp.modbuswrite"].nodechannelcurrentId %>" - id="<%= channels["advvfdipp.modbuswrite"].channelId %>" - class="btn btn-large btn-theme animated confirmstatic setstatic pad15"> + data-channelId="<%= channels['advvfdipp.modbuswrite'].channelId %>" + data-techname="<%=channels['advvfdipp.modbuswrite'].techName %>" + data-name="<%= channels['advvfdipp.modbuswrite'].name%>" + data-nodechannelcurrentId="<%= channels['advvfdipp.modbuswrite'].nodechannelcurrentId %>" + id="<%= channels['advvfdipp.modbuswrite'].channelId %>" + class="btn btn-large btn-theme animated confirmstatic pad15"> Start +
" - data-techname="<%=channels["advvfdipp.modbuswrite"].techName %>" - data-name="<%= channels["advvfdipp.modbuswrite"].name%>" - data-nodechannelcurrentId="<%= channels["advvfdipp.modbuswrite"].nodechannelcurrentId %>" - id="<%= channels["advvfdipp.modbuswrite"].channelId %>" - class="btn btn-large btn-theme animated confirmstatic setstatic pad15"> + data-channelId="<%= channels['advvfdipp.modbuswrite'].channelId %>" + data-techname="<%=channels['advvfdipp.modbuswrite'].techName %>" + data-name="<%= channels['advvfdipp.modbuswrite'].name%>" + data-nodechannelcurrentId="<%= channels['advvfdipp.modbuswrite'].nodechannelcurrentId %>" + id="<%= channels['advvfdipp.modbuswrite'].channelId %>" + class="btn btn-large btn-theme animated confirmstatic pad15"> Stop
-
+
+

PID Settings

+
+
-

Flow Setpoint

-
- " - type="number" step="any" - value="<%=channels["advvfdipp.flowsetpoint"].value %>"> - -
+

Flow Setpoint + <% if (channels["advvfdipp.pidcontrolmode"].value == "Flow"){ %> + ACTIVE + <% } %> +

+
+
+ +
+ + send +
+ + Activate Flow Control
-
+
-

Intake Pressure Setpoint

-
- " - type="number" step="any" - value="<%=channels["advvfdipp.intakepressuresetpoint"].value %>"> - -
+

Intake Pressure Setpoint + <% if (channels["advvfdipp.pidcontrolmode"].value == "Intake Pressure"){ %> + ACTIVE + <% } %> +

+
+
+ +
+ + send +
+ + Activate Intake Pressure Control
-
+
-

Tubing Pressure Setpoint

-
- " - type="number" step="any" - value="<%=channels["advvfdipp.tubingpressuresetpoint"].value %>"> - -
+

Tubing Pressure Setpoint + <% if (channels["advvfdipp.pidcontrolmode"].value == "Tubing Pressure"){ %> + ACTIVE + <% } %> +

+
+
+ +
+ + send +
+ + Activate Tubing Pressure Control +
+
+ +
+
+

Manual Frequency Setpoint + <% if (channels["advvfdipp.pidcontrolmode"].value == "Manual"){ %> + ACTIVE + <% } %> +

+
+
+ +
+ + send +
+ + Activate Manual Control
+
+
+

PID Settings

+
+ + + +
+