Hi I am trying to get Modbus RTU data (TRB145 should work as Modbus serial master) and the send to a MQTT-Broker.
I was able to configure ( Period 10, Timeout 5) and see RS485 modbus data (request from TRB145 and answer from the device):
[16:34:23.536] request:01 04 88 BE 00 02 3A 4F Answer: 01 04 04 00 00 BC 38 8A 96
[16:34:28.543] 01 04 88 BE 00 02 3A 4F 01 04 04 00 00 BC 35 4B 53
[16:34:33.548] 01 04 88 BB 00 02 2A 4E 01 04 04 00 00 41 4B 8B E3
[16:34:53.567] 01 04 88 BB 00 02 2A 4E 01 04 04 00 00 41 4B 8B E3
[16:34:58.572] 01 04 88 BB 00 02 2A 4E 01 04 04 00 00 41 4B 8B E3
[16:35:03.580] 01 04 88 BE 00 02 3A 4F 01 04 04 00 00 BC 3A 0B 57
But the test function “REQUEST CONFIGURATION TESTING” in “MODBUS SLAVE DEVICE CONFIGURATION” will not work, error message:
“Failed to send test request, daemon is down”
Why the TRBG145 doesn’t seem to understand the data from the Modbus slave ?
How to send the Modbus data to a MQTT-Broker ?