Error : CRC error in Modbus read node

I am trying to read Energy Meter values using the Modbus read node. But I get this CRC Error. Can anyone help fix this??

Below is my flow and configuration. Urgent help in this. Please respond as soon as you can.

[{"id":"278c3ffc.fa40d8","type":"tab","label":"Modbus HTTP","disabled":false,"info":""},{"id":"39e8d4aa.21d4bc","type":"debug","z":"278c3ffc.fa40d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":640,"y":340,"wires":[]},{"id":"947baffa.8495d","type":"modbus-read","z":"278c3ffc.fa40d8","name":"","topic":"","showStatusActivities":true,"logIOActivities":false,"showErrors":true,"unitid":"1","dataType":"HoldingRegister","adr":"0","quantity":"10","rate":"2","rateUnit":"s","delayOnStart":true,"startDelayTime":"5","server":"d9430583.5fc5f8","useIOFile":false,"ioFile":"","useIOForPayload":false,"emptyMsgOnFail":true,"x":260,"y":300,"wires":[["39e8d4aa.21d4bc"],[]]},{"id":"d9430583.5fc5f8","type":"modbus-client","name":"","clienttype":"serial","bufferCommands":true,"stateLogEnabled":false,"queueLogEnabled":false,"tcpHost":"127.0.0.1","tcpPort":"502","tcpType":"DEFAULT","serialPort":"COM4","serialType":"RTU-BUFFERD","serialBaudrate":"9600","serialDatabits":"8","serialStopbits":"1","serialParity":"none","serialConnectionDelay":"100","unit_id":"1","commandDelay":"1","clientTimeout":"1000","reconnectOnTimeout":true,"reconnectTimeout":"2000","parallelUnitIdsAllowed":true}]```

SOLVED !!!!! I had used the Wrong Register address. For example to access the data of the register 40157 we need to query from the 156th register as it takes up two byte of data. Any one who is still facing this issue kindly ping me.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.