Hello, I just wanted to report, that GetCpInfo has an error. Change Info.MaxPduLength = S7.GetIntAt(PDU, 2); Info.MaxConnections = S7.GetIntAt(PDU, 4); Info.MaxMpiRate = S7.GetDIntAt(PDU, 6); Info.MaxBusRate = S7.GetDIntAt(PDU, 10); To Info.MaxPduLength = S7.GetIntAt(SZL.Data, 2); Info.MaxConnections = S7.GetIntAt(SZL.Data, 4); Info.MaxMpiRate = S7.GetDIntAt(SZL.Data, 6); Info.MaxBusRate = S7.GetDIntAt(SZL.Data, 10); And there must be an error with ReadSZL too, because GetCpuInfo and things like...
Hello, I just wanted to report, that GetCpInfo has an error. Change Info.MaxPduLength = S7.GetIntAt(PDU, 2); Info.MaxConnections = S7.GetIntAt(PDU, 4); Info.MaxMpiRate = S7.GetDIntAt(PDU, 6); Info.MaxBusRate = S7.GetDIntAt(PDU, 10); To Info.MaxPduLength = S7.GetIntAt(SZL.Data, 2); Info.MaxConnections = S7.GetIntAt(SZL.Data, 4); Info.MaxMpiRate = S7.GetDIntAt(SZL.Data, 6); Info.MaxBusRate = S7.GetDIntAt(SZL.Data, 10); And there must be an error with ReadSZL too, because client.ReadSZL(0x0132, 0x001,...