diff --git a/csharp/Lib/Devices/Battery48TL/DataTypes/Constants.cs b/csharp/Lib/Devices/Battery48TL/DataTypes/Constants.cs index cd115f88d..defd08f83 100644 --- a/csharp/Lib/Devices/Battery48TL/DataTypes/Constants.cs +++ b/csharp/Lib/Devices/Battery48TL/DataTypes/Constants.cs @@ -23,7 +23,7 @@ public static class Constants private const Double RStringMin = 0.125; private const Double RStringMax = 0.250; private const Double IMaxPerString = 20.0; - private const UInt16 NumberOfStrings = 5; + private const UInt16 NumberOfStrings = 5; public const Double RIntMin = RStringMin / NumberOfStrings; public const Double RIntMax = RStringMax / NumberOfStrings; diff --git a/csharp/Lib/Devices/Battery48TL/Doc/48TL200 ModBus protocol_rev.11-1.pdf b/csharp/Lib/Devices/Battery48TL/Doc/48TL200 ModBus protocol_rev.11-1.pdf new file mode 100644 index 000000000..a08d9e1ef Binary files /dev/null and b/csharp/Lib/Devices/Battery48TL/Doc/48TL200 ModBus protocol_rev.11-1.pdf differ diff --git a/csharp/Lib/Devices/Battery48TL/Doc/TI_48TL200 ModBus protocol_rev.INNOVENERGY.pdf b/csharp/Lib/Devices/Battery48TL/Doc/TI_48TL200 ModBus protocol_rev.INNOVENERGY.pdf deleted file mode 100644 index 568e5d84f..000000000 Binary files a/csharp/Lib/Devices/Battery48TL/Doc/TI_48TL200 ModBus protocol_rev.INNOVENERGY.pdf and /dev/null differ diff --git a/csharp/Lib/Devices/Battery48TL/Doc/TI_48TLxxx ModBus protocol_rev.7.1-1GoodOne.pdf b/csharp/Lib/Devices/Battery48TL/Doc/TI_48TLxxx ModBus protocol_rev.7.1-1GoodOne.pdf deleted file mode 100644 index 71ae84f67..000000000 Binary files a/csharp/Lib/Devices/Battery48TL/Doc/TI_48TLxxx ModBus protocol_rev.7.1-1GoodOne.pdf and /dev/null differ