From 44dc0aa83ee1282119e7d55d6a70a84b503c7209 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Mon, 12 Sep 2016 14:54:34 -0500 Subject: [PATCH] Revert "Adds Configuration HTML template from IPP" This reverts commit 1d4a0ba7be6a2efc870df687ef607d8f57becc11. --- POCloud/HTML/Configuration.html | 936 -------------------------------- 1 file changed, 936 deletions(-) delete mode 100644 POCloud/HTML/Configuration.html diff --git a/POCloud/HTML/Configuration.html b/POCloud/HTML/Configuration.html deleted file mode 100644 index b8b2cd5..0000000 --- a/POCloud/HTML/Configuration.html +++ /dev/null @@ -1,936 +0,0 @@ -
-
-
- -
-
-

CONTROL

-
-
-

Start Command

- " name="<%= channels["ipp.startcommand"].channelId %>"> -
-
-

Stop Command

- " name="<%= channels["ipp.stopcommand"].channelId %>"> -
-
-

VFD CONFIGURATION

-
-
-

MOTOR CONFIGURATION

- - - - - - - -
Motor FLA (A) - " - type="number" step="any" - id="<%= channels["ipp.cfgcflasetting"].channelId %>" - value="<%=channels["ipp.cfgcflasetting"].value %>"> -
-
-
- -

DOWNHOLE CONFIGURATION

-
-
-

Downhole Sensor Enabled

- " name="<%= channels["ipp.downholetoolenabled"].channelId %>"> -
-
-

Pressure Trip

-
- - - - - - - - - - - - - - - - - - - - - - - -
Pressure Shutdown Enabled - " name="<%= channels["ipp.pressureshutdownenabled"].channelId %>"> -
Pressure Shutdown Limit (PSI) - " - type="number" step="any" - id="<%= channels["ipp.pressureshutdown"].channelId %>" - value="<%=channels["ipp.pressureshutdown"].value %>"> -
Pressure Restart Enabled - " name="<%= channels["ipp.pressurestartupenabled"].channelId %>"> -
Pressure Startup Limit (PSI) - " - type="number" step="any" - id="<%= channels["ipp.pressurestartup"].channelId %>" - value="<%=channels["ipp.pressurestartup"].value %>"> -
-
-
- -
-

Temperature Trip

-
- - - - - - - - - - - - - - - - - - - - - - - -
Temp. Shutdown Enabled - " name="<%= channels["ipp.tempshutdownenabled"].channelId %>"> -
Temp. Shutdown Limit (°F) - " - type="number" step="any" - id="<%= channels["ipp.tempshutdown"].channelId %>" - value="<%=channels["ipp.tempshutdown"].value %>"> -
Temp. Restart Enabled - " name="<%= channels["ipp.tempstartupenabled"].channelId %>"> -
Temp. Startup Limit (°F) - " - type="number" step="any" - id="<%= channels["ipp.tempstartup"].channelId %>" - value="<%=channels["ipp.tempstartup"].value %>"> -
-
-
-
-

PRESSURE TRANSDUCER CONFIGURATION

-
-
-

Tubing Pressure Transducer Enabled

- " name="<%= channels["ipp.pressuretransducerenabled"].channelId %>"> -
-
-

Scaling Values

-
- - - - - - - - - - - - -
Min Value (PSI) - " - type="number" step="any" - id="<%= channels["ipp.pressureeumin"].channelId %>" - value="<%=channels["ipp.pressureeumin"].value %>"> -
Max Value (PSI) - " - type="number" step="any" - id="<%= channels["ipp.pressureeumax"].channelId %>" - value="<%=channels["ipp.pressureeumax"].value %>"> -
-
-
- -
-

Trip Settings

-
- - - - - - - - - - - - - - - - - - - - - - - -
Low Limit (PSI) - " - type="number" step="any" - id="<%= channels["ipp.pressurelosp"].channelId %>" - value="<%=channels["ipp.pressurelosp"].value %>"> -
High Limit (PSI) - " - type="number" step="any" - id="<%= channels["ipp.pressurehisp"].channelId %>" - value="<%=channels["ipp.pressurehisp"].value %>"> -
Startup Delay (sec) - " - type="number" step="any" - id="<%= channels["ipp.pressurealarmstartupdelay"].channelId %>" - value="<%=channels["ipp.pressurealarmstartupdelay"].value %>"> -
Trip Delay (sec) - " - type="number" step="any" - id="<%= channels["ipp.pressurealarmdelay"].channelId %>" - value="<%=channels["ipp.pressurealarmdelay"].value %>"> -
-
-
-
-

OVERLOAD CONFIGURATION

-
-
-

Voltage Protection

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterTrip EnabledWarning EnabledStartup DelayTrip DelayWarning LimitTrip Limit
Undervoltage - " name="<%= channels["ipp.tripenablevundervoltage"].channelId %>"> - - " name="<%= channels["ipp.warningenablevundervoltage"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvundervoltageinhibittime"].channelId %>" - value="<%=channels["ipp.cfgvundervoltageinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvundervoltagetripdelay"].channelId %>" - value="<%=channels["ipp.cfgvundervoltagetripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvundervoltagewarninglevel"].channelId %>" - value="<%=channels["ipp.cfgvundervoltagewarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvundervoltagetriplevel"].channelId %>" - value="<%=channels["ipp.cfgvundervoltagetriplevel"].value %>"> -
Overvoltage - " name="<%= channels["ipp.tripenablevovervoltage"].channelId %>"> - - " name="<%= channels["ipp.warningenablevovervoltage"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvovervoltageinhibittime"].channelId %>" - value="<%=channels["ipp.cfgvovervoltageinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvovervoltagetripdelay"].channelId %>" - value="<%=channels["ipp.cfgvovervoltagetripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvovervoltagewarninglevel"].channelId %>" - value="<%=channels["ipp.cfgvovervoltagewarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvovervoltagetriplevel"].channelId %>" - value="<%=channels["ipp.cfgvovervoltagetriplevel"].value %>"> -
Underfrequency - " name="<%= channels["ipp.tripenablevunderfrequency"].channelId %>"> - - " name="<%= channels["ipp.warningenablevunderfrequency"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvunderfrequencyinhibittime"].channelId %>" - value="<%=channels["ipp.cfgvunderfrequencyinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvunderfrequencytripdelay"].channelId %>" - value="<%=channels["ipp.cfgvunderfrequencytripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvunderfrequencywarninglevel"].channelId %>" - value="<%=channels["ipp.cfgvunderfrequencywarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvunderfrequencytriplevel"].channelId %>" - value="<%=channels["ipp.cfgvunderfrequencytriplevel"].value %>"> -
Overfrequency - " name="<%= channels["ipp.tripenablevoverfrequency"].channelId %>"> - - " name="<%= channels["ipp.warningenablevoverfrequency"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvoverfrequencyinhibittime"].channelId %>" - value="<%=channels["ipp.cfgvoverfrequencyinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvoverfrequencytripdelay"].channelId %>" - value="<%=channels["ipp.cfgvoverfrequencytripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvoverfrequencywarninglevel"].channelId %>" - value="<%=channels["ipp.cfgvoverfrequencywarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvoverfrequencytriplevel"].channelId %>" - value="<%=channels["ipp.cfgvoverfrequencytriplevel"].value %>"> -
Voltage Imbalance - " name="<%= channels["ipp.tripenablevvoltageunbalance"].channelId %>"> - - " name="<%= channels["ipp.warningenablevvoltageunbalance"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvvoltageimbalanceinhibittim"].channelId %>" - value="<%=channels["ipp.cfgvvoltageimbalanceinhibittim"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvvoltageimbalancetripdelay"].channelId %>" - value="<%=channels["ipp.cfgvvoltageimbalancetripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvvoltageimbalancewarninglev"].channelId %>" - value="<%=channels["ipp.cfgvvoltageimbalancewarninglev"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgvvoltageimbalancetriplevel"].channelId %>" - value="<%=channels["ipp.cfgvvoltageimbalancetriplevel"].value %>"> -
- -

Current Protection

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterTrip EnabledWarning EnabledStartup DelayTrip DelayWarning LimitTrip Limit
Undercurrent - " name="<%= channels["ipp.tripenablediundercurrent"].channelId %>"> - - " name="<%= channels["ipp.warningenablediundercurrent"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiundercurrentinhibittime"].channelId %>" - value="<%=channels["ipp.cfgiundercurrentinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiundercurrenttripdelay"].channelId %>" - value="<%=channels["ipp.cfgiundercurrenttripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiundercurrentwarninglevel"].channelId %>" - value="<%=channels["ipp.cfgiundercurrentwarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiundercurrenttriplevel"].channelId %>" - value="<%=channels["ipp.cfgiundercurrenttriplevel"].value %>"> -
Overcurrent - " name="<%= channels["ipp.tripenablediovercurrent"].channelId %>"> - - " name="<%= channels["ipp.warningenablediovercurrent"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiovercurrentinhibittime"].channelId %>" - value="<%=channels["ipp.cfgiovercurrentinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiovercurrenttripdelay"].channelId %>" - value="<%=channels["ipp.cfgiovercurrenttripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiovercurrentwarninglevel"].channelId %>" - value="<%=channels["ipp.cfgiovercurrentwarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiovercurrenttriplevel"].channelId %>" - value="<%=channels["ipp.cfgiovercurrenttriplevel"].value %>"> -
Underload - " name="<%= channels["ipp.tripenablediunderload"].channelId %>"> - - " name="<%= channels["ipp.warningenablediunderload"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiunderloadinhibittime"].channelId %>" - value="<%=channels["ipp.cfgiunderloadinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiunderloadtripdelay"].channelId %>" - value="<%=channels["ipp.cfgiunderloadtripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiunderloadwarninglevel"].channelId %>" - value="<%=channels["ipp.cfgiunderloadwarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgiunderloadtriplevel"].channelId %>" - value="<%=channels["ipp.cfgiunderloadtriplevel"].value %>"> -
Jam - " name="<%= channels["ipp.tripenabledijam"].channelId %>"> - - " name="<%= channels["ipp.warningenabledijam"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgijaminhibittime"].channelId %>" - value="<%=channels["ipp.cfgijaminhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgijamtripdelay"].channelId %>" - value="<%=channels["ipp.cfgijamtripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgijamwarninglevel"].channelId %>" - value="<%=channels["ipp.cfgijamwarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgijamtriplevel"].channelId %>" - value="<%=channels["ipp.cfgijamtriplevel"].value %>"> -
Stall - " name="<%= channels["ipp.tripenabledistall"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgistallenabledtime"].channelId %>" - value="<%=channels["ipp.cfgistallenabledtime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgistalltriplevel"].channelId %>" - value="<%=channels["ipp.cfgistalltriplevel"].value %>"> -
Phase Loss - " name="<%= channels["ipp.tripenablediphaseloss"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgplphaselossinhibittime"].channelId %>" - value="<%=channels["ipp.cfgplphaselossinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgplphaselosstripdelay"].channelId %>" - value="<%=channels["ipp.cfgplphaselosstripdelay"].value %>"> -
Line Loss - " name="<%= channels["ipp.tripenabledilineloss"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgilinelossinhibittime"].channelId %>" - value="<%=channels["ipp.cfgilinelossinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgilinelosstripdelay"].channelId %>" - value="<%=channels["ipp.cfgilinelosstripdelay"].value %>"> -
Current Imbalance - " name="<%= channels["ipp.tripenabledicurrentimbalance"].channelId %>"> - - " name="<%= channels["ipp.warningenabledicurrentimbalanc"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgicurrentimbalanceinhibittim"].channelId %>" - value="<%=channels["ipp.cfgicurrentimbalanceinhibittim"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgicurrentimbalancetripdelay"].channelId %>" - value="<%=channels["ipp.cfgicurrentimbalancetripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgicurrentimbalancewarninglev"].channelId %>" - value="<%=channels["ipp.cfgicurrentimbalancewarninglev"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfgicurrentimbalancetriplevel"].channelId %>" - value="<%=channels["ipp.cfgicurrentimbalancetriplevel"].value %>"> -
Ground Fault - " name="<%= channels["ipp.tripenabledigroundfault"].channelId %>"> - - " name="<%= channels["ipp.warningenabledigroundfault"].channelId %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfggfgroundfaultinhibittime"].channelId %>" - value="<%=channels["ipp.cfggfgroundfaultinhibittime"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfggfgroundfaulttripdelay"].channelId %>" - value="<%=channels["ipp.cfggfgroundfaulttripdelay"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfggfgroundfaultwarninglevel"].channelId %>" - value="<%=channels["ipp.cfggfgroundfaultwarninglevel"].value %>"> - - " - type="number" step="any" - id="<%= channels["ipp.cfggfgroundfaulttriplevel"].channelId %>" - value="<%=channels["ipp.cfggfgroundfaulttriplevel"].value %>"> -
-
-
-
-
- -
- -
- -