| VFD Active | <% if (channels["vfdipp.vfdactive"].value == 1){ %> True <% } else { %> False <% } %> |
| VFD Ready | <% if (channels["vfdipp.vfdready"].value == 1){ %> True <% } else { %> False <% } %> |
| VFD At Speed | <% if (channels["vfdipp.vfdatspeedref"].value == 1){ %> True <% } else { %> False <% } %> |
| VFD Disabled | <% if (channels["vfdipp.vfddisabled"].value == 1){ %> True <% } else { %> False <% } %> |
| VFD Faulted | <% if (channels["vfdipp.vfdfault"].value == 1){ %> True <% } else { %> False <% } %> |
| VFD Fault Code | <%= channels["vfdipp.vfdfaultcode"].value %> |
| Motor FLA | <%= channels["vfdipp.vfdnameplatefla"].value %> A |
| Motor HP | <%= Math.round(channels["vfdipp.vfdnameplatehp"].value * 10) / 10 %> HP |
| Motor RPM | <%= channels["vfdipp.vfdnameplaterpm"].value %> RPM |
| Motor Frequency | <%= channels["vfdipp.vfdnameplatehz"].value %> Hz |
| Motor Overload Current | <%= channels["vfdipp.vfdnameplateolcurrent"].value %> A |
| Motor Volts | <%= channels["vfdipp.vfdnameplatevolts"].value %> V |
| Motor Poles | <%= channels["vfdipp.vfdmotorpoles"].value %> |
| Min. Frequency | <%= channels["vfdipp.vfdminfreq"].value %> Hz |
| Max. Frequency | <%= channels["vfdipp.vfdmaxfreq"].value %> Hz |
| Accel. Time | <%= channels["vfdipp.vfdacceltime"].value %> s. |
| Decel. Time | <%= channels["vfdipp.vfddeceltime"].value %> s. |
| Stop Mode | <%= channels["vfdipp.vfdstopmode"].value %> |
| Torque Perf. Mode | <%= channels["vfdipp.vfdtorqueperfmode"].value %> |