Hi folks, anyone used Modbus RTU and sucessfully polled from any device?
I'm really struggling to get anything from the Meanwell DRS device I'm currently working on, no matter what setting or configuration I cannot get a response.
Using latest RoS (7.13rc3)
Meanwell Manual states:
Baud Rate: 115200
Data Bits: 8
Stop Bits: 1
Parity: None
Flow Control: None
Which is matched in the port settings of the KNOT.
I have attempted to use the transceive command for RTU but everytime I receive "failure: Timeout"
Some of the commands I've tried are:
> iot/modbus/transceive address=3 function=4 values=80
> iot/modbus/transceive address=0x83 function=0x04 values=0050
> iot/modbus/transceive address=03 function=04 values=80
Slave ID being: 0x83 (Device Number)
Function Code: 0x04 (Read Input Register)
Register Address: 0x0050 (Read VIN)
Any advice or input would be very much appreciated!