Hi,
I have an application that needs to read some of the Modbus function code 08 (diagnostics - error counters etc) and also read the slave device identification - function code 43. I understand that these function codes are not supported in AdvancedHMI.
These are part of the Modbus standard, but not all that commonly used, so I understand why they are not implemented. I am certainly not suggesting they should be, just looking for a work around.
In order to access these less common functions and possibly others, is it possible to call some existing low level function (maybe the data link layer) with a string etc containing the Modbus query (ie the PDU) to be sent and then receive the PDU from the reply as a raw un-parsed string into the text property of a control or another callback function etc?
Ron