From 46783af1a0baa1c6634addab30dfdb2fdf5d3341 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Mon, 3 Oct 2016 18:46:40 -0500 Subject: [PATCH] Completes IPP-166. Also converts overview screen to gauge-style --- POCloud/HTML/Configuration.html | 16 +- POCloud/HTML/Overview.html | 23 ++- POCloud/HTML/newOverview.html | 270 ++++++++++++++++++++++++++++++++ 3 files changed, 296 insertions(+), 13 deletions(-) create mode 100644 POCloud/HTML/newOverview.html diff --git a/POCloud/HTML/Configuration.html b/POCloud/HTML/Configuration.html index 4c2b8b9..c284075 100644 --- a/POCloud/HTML/Configuration.html +++ b/POCloud/HTML/Configuration.html @@ -84,10 +84,10 @@ -
+
-

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

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

@@ -96,12 +96,12 @@ + value="<%=channels['advvfdipp.fluidlevelsetpoint'].value %>">
- Activate Intake Pressure Control + Activate Fluid Level Control
diff --git a/POCloud/HTML/Overview.html b/POCloud/HTML/Overview.html index a7e6be6..a7523cc 100644 --- a/POCloud/HTML/Overview.html +++ b/POCloud/HTML/Overview.html @@ -47,17 +47,18 @@
-

Downhole Temperature

-
- - <%= channels["advvfdipp.intaketemperature"].timestamp %> +

Motor Frequency

+
+ + <%= channels["advvfdipp.vfdfrequency"].timestamp %>
-
+
+

Motor Current

@@ -84,6 +85,18 @@
+
+
+

Downhole Temperature

+
+ + <%= channels["advvfdipp.intaketemperature"].timestamp %> +
+
+
+
+
+
diff --git a/POCloud/HTML/newOverview.html b/POCloud/HTML/newOverview.html new file mode 100644 index 0000000..a5f2905 --- /dev/null +++ b/POCloud/HTML/newOverview.html @@ -0,0 +1,270 @@ +
+
+

Well Status

+
+
+
+
+
+

Fluid Level

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.fluidlevel"].timestamp %> + +
+
+ +
+

Flow Rate

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.flowrate"].timestamp %> + +
+
+ +
+

Intake Pressure

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.intakepressure"].timestamp %> + +
+
+ +
+

Motor Frequency

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.vfdfrequency"].timestamp %> + +
+
+ +
+

Motor Current

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.vfdcurrent"].timestamp %> + +
+
+ +
+

Tubing Pressure

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.tubingpressure"].timestamp %> + +
+
+ +
+

Intake Temperature

+
+
+
+
+ + + +
+ + <%= channels["advvfdipp.intaketemperature"].timestamp %> + +
+
+
+
+
+
+
+
+ + \ No newline at end of file