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