From 8dc239126f426c55fe16d17a1db45094d9892731 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 13 Sep 2016 01:28:22 -0500 Subject: [PATCH] Work on IPP-141, adding code to write to PLC from POCloud --- POCloud/HTML/Configuration.html | 189 ++++++++++++++++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 POCloud/HTML/Configuration.html diff --git a/POCloud/HTML/Configuration.html b/POCloud/HTML/Configuration.html new file mode 100644 index 0000000..f29aa46 --- /dev/null +++ b/POCloud/HTML/Configuration.html @@ -0,0 +1,189 @@ + +

CONTROL

+
+ + +
+ +
+
+
+

Flow Setpoint

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

Intake Pressure Setpoint

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

Tubing Pressure Setpoint

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