AdvancedHMI Software

General Category => Open Discussion => Topic started by: mmxfan on January 19, 2018, 12:33:07 AM

Title: modbus driver problem in FC 15 for multiple coins writing.
Post by: mmxfan on January 19, 2018, 12:33:07 AM
c# code:
modbusRTUCom1.Write("00001", new string[] { "1", "0", "0", "1", "1", "0" });

output sequence from Advanced HMI:
01 0F 00 00 00 06 19 C9 55

missing 01 between "06" and "19"
correct sequence:
01 0F 00 00 00 06 01 19 5E 9
Title: Re: modbus driver problem in FC 15 for multiple coins writing.
Post by: Archie on January 19, 2018, 07:18:17 AM
This has been confirmed as a bug and will be fixed in the next update.