From 1d116a5b33033f357c7711edf2f29da2aeef969d Mon Sep 17 00:00:00 2001 From: atef Date: Thu, 7 Sep 2023 13:28:13 +0200 Subject: [PATCH] Delete no needed comments --- csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs b/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs index 6d0004234..142f1de2a 100644 --- a/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs +++ b/csharp/Lib/Devices/Battery48TL/Battery48TlRecord.Api.cs @@ -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 : "; }