Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensS7Communicator.cs
@@ -358,6 +358,9 @@ return Encoding.Default.GetString((byte[])GetContent(plc.Read(address, length), address)).ToArray(); return (char)GetContent(plc.ReadByte(address), address); case TypeCode.SByte: return Encoding.Default.GetString((byte[])GetContent(plc.Read(address, 20), address)).ToArray(); default: throw new CommunicationException(string.Format(CommunicationExceptionMessage.DataTypeErrorException, typeCode.ToString(), address), CommunicationErrorType.TypeError); }