Hello,
I have an issue where I am using the T3-Nano to convert BACnet over IP to Modbus TCP and obtain the following trace when pulling in the Modbus TCP:
When pulling the BACnet data using YABE it is clean, using thingsboard for the same bacnet point to modbus is also clean as per this image:
I have tried adding delays between each poll and have been unsuccessful in rectifying this issue, The only program code I have in this device:
10 OATTEMP = 11011AI1
20 ROOMTMP1 = 11011AI2
30 WAIT 00:00:01
40 EMTODAY = 11011AI10
50 EMPREV = 11011AI13
60 WAIT 00:00:01
70 EMNOW = 11011AI19
80 WAIT 00:00:01
11011 is the device number and then Analogue Input number.
Any suggestions on how to rectify this would be greatly appreciated