THE DOWNHOLE SENSOR IS DISABLED
@@ -12,24 +12,24 @@
Intake Pressure
-
" data-colors="0.1:#DF5353,0.5:#DDDF0D,0.9:#55BF3B" data-valuefontsize="18px">
-
<%= channels["vfdipp.dhintakepressure"].timestamp %>
+
" data-colors="0.1:#DF5353,0.5:#DDDF0D,0.9:#55BF3B" data-valuefontsize="18px">
+
<%= channels["ipp.dhintakepressure"].timestamp %>
Fluid Level
-
-
<%= channels["vfdipp.dhfluidlevel"].timestamp %>
+
+
<%= channels["ipp.dhfluidlevel"].timestamp %>
Intake Temperature
-
-
<%= channels["vfdipp.dhintaketemperature"].timestamp %>
+
+
<%= channels["ipp.dhintaketemperature"].timestamp %>
@@ -37,15 +37,15 @@
Instrument Status
- <% if(channels["vfdipp.dhdownholestatusint"].value == 0) { %>
+ <% if(channels["ipp.dhdownholestatusint"].value == 0) { %>
OK
- <% } else if (channels["vfdipp.dhdownholestatusint"].value == 1){ %>
+ <% } else if (channels["ipp.dhdownholestatusint"].value == 1){ %>
Connecting...
- <% } else if (channels["vfdipp.dhdownholestatusint"].value == 2){ %>
+ <% } else if (channels["ipp.dhdownholestatusint"].value == 2){ %>
Open Circuit
- <% } else if (channels["vfdipp.dhdownholestatusint"].value == 3){ %>
+ <% } else if (channels["ipp.dhdownholestatusint"].value == 3){ %>
Shorted
- <% } else if (channels["vfdipp.dhdownholestatusint"].value == 4){ %>
+ <% } else if (channels["ipp.dhdownholestatusint"].value == 4){ %>
Cannot Decode
<% } %>
@@ -59,22 +59,22 @@
| Max Pressure (Startup) |
- <%= channels["vfdipp.dhmaxintakepressurestartup"].value %> |
+ <%= channels["ipp.dhmaxintakepressurestartup"].value %> |
| Max Pressure (Lifetime) |
- <%= channels["vfdipp.dhmaxintakepressureforever"].value %> |
+ <%= channels["ipp.dhmaxintakepressureforever"].value %> |
| Max Temp. (Startup) |
- <%= channels["vfdipp.dhmaxintaketemperaturestartup"].value %> |
+ <%= channels["ipp.dhmaxintaketemperaturestartup"].value %> |
| Max Temp. (Lifetime) |
- <%= channels["vfdipp.dhmaxintaketemperatureforever"].value %> |
+ <%= channels["ipp.dhmaxintaketemperatureforever"].value %> |
@@ -96,7 +96,7 @@