User Activity

  • Modified a comment on discussion Bugs reporting on Snap7

    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...

  • Posted a comment on discussion Bugs reporting on Snap7

    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,...

View All

Personal Data

Username:
funkey
Joined:
2018-02-08 18:02:46

Projects

  • No projects to display.

Personal Tools