Dear Godra, good morning.
I just ran the test with the event "DataReceived".
The result remains the same, that is, I get an error, the response of the slave through what the serial port shows me is as follows:
"05 81 51 C0 6D"
Interpreting the PLC manufacturer's manual, it tells me that code 51 determines the following:
"
Exception Code 51
Telegram error (function code error, error coding
Registration, data quantity error) "
This error, I interpret, is generated by me because I am not sending you the Correct Mdbus Telegram,
I am sending the following telegram:
"05 01 2C 30 00 01 F4 D1"
When should I send the following telegram:
"05 01 2C 30 00 10 34 DD"
Since the manufacturer of the PLC asks me that when using the Modbus function "01" always use multiples of 16.
How could I send the telegram with the Modbus function "01" and multiples of 16 in AdvancedHMI?
I hope I have been clear in the development of the problem I have.
Thank you very much for the help.