Could someone please help me get from modbus1 to modbus2 binding…
I´m using a serial dongle, but I simply cant get the connection to work. The doc´s are NOT very helpfull (to be honest), and there is no example of a setting up an serial. And how to set the parameters dont relly make any sense to me. I guess one will have to know, to be able to understand…
This is my modbus1 cfg.:
poll=3000
serial.pollinterval="6000"
writemultipleregisters=true
serial.nilan_input_device.connection=/dev/ttyUSB-RS486:19200:8:even:1:rtu
serial.nilan_input_device.id=30
serial.nilan_input_device.start=0
serial.nilan_input_device.length=4
serial.nilan_input_device.type=input
serial.nilan_holding_device.connection=/dev/ttyUSB-RS486:19200:8:even:1:rtu
serial.nilan_holding_device.id=30
serial.nilan_holding_device.start=0
serial.nilan_holding_device.length=1
serial.nilan_holding_device.type=holding
Notice , I use symlinks for serial port. I cant chose symlinks in paperUI, so I have to create the .things file manually.