CONTROL

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 %>">

VFD CONFIGURATION

MOTOR NAMEPLATE DATA

Motor FLA (A) " type="number" step="any" id="<%= channels["vfdipp.vfdnameplatefla"].channelId %>" value="<%=channels["vfdipp.vfdnameplatefla"].value %>">
Motor HP (HP) " type="number" step="any" id="<%= channels["vfdipp.vfdnameplatehp"].channelId %>" value="<%=channels["vfdipp.vfdnameplatehp"].value %>">
Motor RPM (RPM) " type="number" step="any" id="<%= channels["vfdipp.vfdnameplaterpm"].channelId %>" value="<%=channels["vfdipp.vfdnameplaterpm"].value %>">
Motor Frequency (Hz) " type="number" step="any" id="<%= channels["vfdipp.vfdnameplatehz"].channelId %>" value="<%=channels["vfdipp.vfdnameplatehz"].value %>">
Motor Overload Current (A) " type="number" step="any" id="<%= channels["vfdipp.vfdnameplateolcurrent"].channelId %>" value="<%=channels["vfdipp.vfdnameplateolcurrent"].value %>">
Motor Volts (V) " type="number" step="any" id="<%= channels["vfdipp.vfdnameplatevolts"].channelId %>" value="<%=channels["vfdipp.vfdnameplatevolts"].value %>">
Motor Poles " type="number" id="<%= channels["vfdipp.vfdmotorpoles"].channelId %>" value="<%=channels["vfdipp.vfdmotorpoles"].value %>">

VFD SETTINGS

Min. Frequency (Hz) " type="number" step="any" id="<%= channels["vfdipp.vfdminfreq"].channelId %>" value="<%=channels["vfdipp.vfdminfreq"].value %>">
Max. Frequency (Hz) " type="number" step="any" id="<%= channels["vfdipp.vfdmaxfreq"].channelId %>" value="<%=channels["vfdipp.vfdmaxfreq"].value %>">
Accel. Time (sec) " type="number" step="any" id="<%= channels["vfdipp.vfdacceltime"].channelId %>" value="<%=channels["vfdipp.vfdacceltime"].value %>">
Decel. Time (sec) " type="number" step="any" id="<%= channels["vfdipp.vfddeceltime"].channelId %>" value="<%=channels["vfdipp.vfddeceltime"].value %>">
Stop Mode <% 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 <% 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 Sensor Enabled

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

Pressure Trip

Pressure Shutdown Enabled " name="<%= channels["vfdipp.dhpressureshutdownenabled"].channelId %>">
Pressure Shutdown Limit (PSI) " type="number" step="any" id="<%= channels["vfdipp.dhpressureshutdownlimit"].channelId %>" value="<%=channels["vfdipp.dhpressureshutdownlimit"].value %>">
Pressure Restart Enabled " name="<%= channels["vfdipp.dhpressurestartupenabled"].channelId %>">
Pressure Startup Limit (PSI) " type="number" step="any" id="<%= channels["vfdipp.dhpressurestartup"].channelId %>" value="<%=channels["vfdipp.dhpressurestartup"].value %>">

Temperature Trip

Temp. Shutdown Enabled " name="<%= channels["vfdipp.dhtempshutdownenabled"].channelId %>">
Temp. Shutdown Limit (°F) " type="number" step="any" id="<%= channels["vfdipp.dhtempshutdown"].channelId %>" value="<%=channels["vfdipp.dhtempshutdown"].value %>">
Temp. Restart Enabled " name="<%= channels["vfdipp.dhtempstartupenabled"].channelId %>">
Temp. Startup Limit (°F) " type="number" step="any" id="<%= channels["vfdipp.dhtempstartuplimit"].channelId %>" value="<%=channels["vfdipp.dhtempstartuplimit"].value %>">

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 %>">