Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mmxfan

Pages: [1]
1
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

Pages: [1]