Start Permissive |
<% if (channels["ipp.startpermissive"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| Overload Relay | <% if (channels["ipp.sptrip"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| Mode | <% if (channels["ipp.spmode"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| DH Pressure | <% if (channels["ipp.sppressure"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| DH Temperature | <% if (channels["ipp.sptemperature"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
Run Permissive |
<% if (channels["ipp.runpermissive"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| Overload Relay | <% if (channels["ipp.rptrip"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| Mode | <% if (channels["ipp.rpmode"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| DH Pressure | <% if (channels["ipp.rppressure"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| DH Temperature | <% if (channels["ipp.rptemperature"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |
| Tubing Pressure | <% if (channels["ipp.rptubingpressure"].value == 1){ %> OK <% } else { %> NOT OK <% } %> |