Delete no needed comments

This commit is contained in:
atef 2023-09-07 13:28:13 +02:00
parent 3b1a553be5
commit 1d116a5b33
1 changed files with 0 additions and 5 deletions

View File

@ -111,9 +111,6 @@ public partial class Battery48TlRecord
if (HasBit(27)) yield return "iCM2 : Charge current too high";
if (HasBit(29)) yield return "iDM2 : Discharge current too high";
if (HasBit(31)) yield return "MID2 : String voltage unbalance too high";
// if (HasBit(34)) yield return "AhFL :"; // This is doesn't exist in the manual
// if (HasBit(36)) yield return "TbCM :"; // This is doesn't exist in the manual
// if (HasBit(37)) yield return "BRNF :"; // This is doesn't exist in the manual
if (HasBit(42)) yield return "HTFS : Heater Fuse Blown";
if (HasBit(43)) yield return "DATA : Parameters out of range";
if (HasBit(45)) yield return "CELL2: Unbalance string voltages";
@ -139,9 +136,7 @@ public partial class Battery48TlRecord
if (HasBit(33)) yield return "CCBF : Internal charger hardware failure";
if (HasBit(35)) yield return "Ah_W: String SOC low";
if (HasBit(38)) yield return "MPMM: Midpoint wiring problem";
// if (HasBit(39)) yield return "TCMM:"; // This is doesn't exist in the manual
if (HasBit(40)) yield return "TCdi: Temperature difference between strings high";
// if (HasBit(41)) yield return "WMTO:"; // This is doesn't exist in the manual
if (HasBit(44)) yield return "LMPW : String voltages unbalance warning";
if (HasBit(47)) yield return "TOCW : ";
}