From ef1b68c021faf6f5cef84e6c636b14ffa054d390 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Wed, 14 Sep 2016 10:06:05 -0500 Subject: [PATCH] Progress on IPP-141 Added ability to configure PID --- POCloud/HTML/Configuration.html | 375 ++++++++++++++++++++------------ 1 file changed, 239 insertions(+), 136 deletions(-) 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

+
-
+
+

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

+
+ + + +
+