diff --git a/POCloud_Driver/HTML/Configuration.html b/POCloud_Driver/HTML/Configuration.html index 95123cc..efc8d6b 100644 --- a/POCloud_Driver/HTML/Configuration.html +++ b/POCloud_Driver/HTML/Configuration.html @@ -1,26 +1,32 @@
-
- -
+
+
+ +
+

VFD CONFIGURATION

- - - - - - - -

Motor Speed Reference (Hz)

- " - type="number" step="any" - id="<%= channels["vfdipp.vfdspeedref"].channelId %>" - value="<%=channels["vfdipp.vfdspeedref"].value %>"> -
+

Motor Speed Reference (Hz)

+ " + type="number" step="any" + id="<%= channels["vfdipp.vfdspeedref"].channelId %>" + value="<%=channels["vfdipp.vfdspeedref"].value %>"> +
+
+

Start Command

+ " name="<%= channels["vfdipp.startcommand"].channelId %>"> +
+
+

Stop Command

+ " name="<%= channels["vfdipp.stopcommand"].channelId %>"> +
+
+

Clear VFD Fault

+ " name="<%= channels["vfdipp.vfdclearfault"].channelId %>">

MOTOR NAMEPLATE DATA

@@ -179,20 +185,46 @@ Stop Mode - <%= channels["vfdipp.vfdstopmode"].value %> + + <% if (channels["vfdipp.vfdstopmode"].value == 0) { %> +

Coast

+ <% }else if (channels["vfdipp.vfdstopmode"].value == 1) { %> +

Ramp

+ <% }else if (channels["vfdipp.vfdstopmode"].value == 2) { %> +

Ramp to Hold

+ <% }else if (channels["vfdipp.vfdstopmode"].value == 3) { %> +

DC Brake

+ <% }else if (channels["vfdipp.vfdstopmode"].value == 4) { %> +

DCBrkAutoOff

+ <% }else if (channels["vfdipp.vfdstopmode"].value == 5) { %> +

Current Limit

+ <% }else if (channels["vfdipp.vfdstopmode"].value == 6) { %> +

Fast Brake

+ <% } %> + Torque Perf. Mode - <%= channels["vfdipp.vfdtorqueperfmode"].value %> + + <% if (channels["vfdipp.vfdtorqueperfmode"].value == 0){ %> +

V/Hz

+ <% } else if (channels["vfdipp.vfdtorqueperfmode"].value == 1){ %> +

SVC

+ <% } else if (channels["vfdipp.vfdtorqueperfmode"].value == 2){ %> +

Economize

+ <% } else if (channels["vfdipp.vfdtorqueperfmode"].value == 3){ %> +

Vector

+ <% } %> +
-
+ -

DOWNHOLE CONFIGURATION

-
+

DOWNHOLE CONFIGURATION

+

Downhole Sensor Enabled

" name="<%= channels["vfdipp.downholetoolenabled"].channelId %>"> @@ -253,14 +285,14 @@ - + - + - + - + - + + - +
Temperature Shutdown EnabledTemp. Shutdown Enabled " name="<%= channels["vfdipp.dhtempshutdownenabled"].channelId %>">
Temperature Shutdown Limit (deg F)Temp. Shutdown Limit (°F)
Temperature Restart EnabledTemp. Restart Enabled " name="<%= channels["vfdipp.dhtempstartupenabled"].channelId %>">
Temperature Startup Limit (deg F)Temp. Startup Limit (°F) - - + +

PRESSURE TRANSDUCER CONFIGURATION

+
+
+

Tubing Pressure Transducer Enabled

+ " name="<%= channels["vfdipp.tubingpressuretransducerenabled"].channelId %>"> +
+
+

Scaling Values

+
+ + + + + + + + + + + + +
Min Value (PSI) + " + type="number" step="any" + id="<%= channels["vfdipp.tubingpressureeumin"].channelId %>" + value="<%=channels["vfdipp.tubingpressureeumin"].value %>"> +
Max Value (PSI) + " + type="number" step="any" + id="<%= channels["vfdipp.tubingpressureeumax"].channelId %>" + value="<%=channels["vfdipp.tubingpressureeumax"].value %>"> +
+
+
+ +
+

Trip Settings

+
+ + + + + + + + + + + + + + + + + + + + + + + +
Low Limit (PSI) + " + type="number" step="any" + id="<%= channels["vfdipp.tubingpressurelosp"].channelId %>" + value="<%=channels["vfdipp.tubingpressurelosp"].value %>"> +
High Limit (PSI) + " + type="number" step="any" + id="<%= channels["vfdipp.tubingpressurehisp"].channelId %>" + value="<%=channels["vfdipp.tubingpressurehisp"].value %>"> +
Startup Delay (sec) + " + type="number" step="any" + id="<%= channels["vfdipp.tubingpressurealarmstartupdelay"].channelId %>" + value="<%=channels["vfdipp.tubingpressurealarmstartupdelay"].value %>"> +
Trip Delay (sec) + " + type="number" step="any" + id="<%= channels["vfdipp.tubingpressurealarmdelay"].channelId %>" + value="<%=channels["vfdipp.tubingpressurealarmdelay"].value %>"> +
+
+
+
+
+
+ +
+ diff --git a/POCloud_Driver/HTML/Trends.html b/POCloud_Driver/HTML/Trends.html new file mode 100644 index 0000000..499db51 --- /dev/null +++ b/POCloud_Driver/HTML/Trends.html @@ -0,0 +1,27 @@ +
+
+ + to + + + Run + +
+
+
+
+ diff --git a/POCloud_Driver/HTML/VFD.html b/POCloud_Driver/HTML/VFD.html index 14b44c0..711a776 100644 --- a/POCloud_Driver/HTML/VFD.html +++ b/POCloud_Driver/HTML/VFD.html @@ -3,7 +3,7 @@

Speed Feedback

-
+
<%= channels["vfdipp.vfdspeedfdbk"].timestamp %>
@@ -17,21 +17,21 @@

Output Current

-
" data-colors="0.1:#DF5353,0.5:#DDDF0D,0.9:#55BF3B" data-valuefontsize="18px">
+
" data-colors="0.1:#DF5353,0.5:#DDDF0D,0.9:#55BF3B" data-valuefontsize="18px">
<%= channels["vfdipp.vfdoutputcurrent"].timestamp %>

Output Voltage

-
+
<%= channels["vfdipp.vfdoutputvoltage"].timestamp %>

DC Bus Voltage

-
+
<%= channels["vfdipp.vfddcbusvoltage"].timestamp %>
@@ -201,12 +201,39 @@
Stop Mode<%= channels["vfdipp.vfdstopmode"].value %> + <% if (channels["vfdipp.vfdstopmode"].value == 0){ %> +

Coast

+ <% } else if (channels["vfdipp.vfdstopmode"].value == 1){ %> +

Ramp

+ <% } else if (channels["vfdipp.vfdstopmode"].value == 2){ %> +

Ramp to Hold

+ <% } else if (channels["vfdipp.vfdstopmode"].value == 3){ %> +

DC Brake

+ <% } else if (channels["vfdipp.vfdstopmode"].value == 4){ %> +

DCBrkAutoOff

+ <% } else if (channels["vfdipp.vfdstopmode"].value == 5){ %> +

Current Limit

+ <% } else if (channels["vfdipp.vfdstopmode"].value == 6){ %> +

Fast Brake

+ <% } %> +
Torque Perf. Mode<%= channels["vfdipp.vfdtorqueperfmode"].value %> + <% if (channels["vfdipp.vfdtorqueperfmode"].value == 0){ %> +

V/Hz

+ <% } else if (channels["vfdipp.vfdtorqueperfmode"].value == 1){ %> +

SVC

+ <% } else if (channels["vfdipp.vfdtorqueperfmode"].value == 2){ %> +

Economize

+ <% } else if (channels["vfdipp.vfdtorqueperfmode"].value == 3){ %> +

Vector

+ <% } %> +