3/25/2011 2:36 AM | |
Joined: 10/7/2005 Last visit: 4/17/2025 Posts: 3047 Rating:
|
HelloSVg Error 0E62hex can be found in theCP MODBUS RTU protocolS7 is master manual on page 90and means: " Reply message with Exception Code 02: Illegal data address" What thismeans in plain english is that you did succesfully send a (request) message to the Modbus slave to read whatever Modbus registers from it and that the Modbus Slavereplies with "Sorry,I do NOT have the Modbus registers that you requested to read from me". To fix this you'll need to check the manual of the Modbus Slave to see what registers can be read and make sure you request complies with it. If still unsure please let us know what registers you intend to read (as per modbus Slave manual) and upload your S7 project to see whatregisters you are actually trying to read. I hope this helps |
Cheers |
|
This contribution was helpful to
2 thankful Users |
3/25/2011 8:24 AM | |
Joined: 10/7/2005 Last visit: 4/17/2025 Posts: 3047 Rating:
|
Hello SVg gut feeling tells me that it is on the PLC side (I wonder what register numbers you are requesting), but I can only speculate here without being able to look at your PLC code. Please upload your S7 program here and give us the information about what registers you intend to read. |
Cheers |
|
3/25/2011 9:13 AM | |
Posts: 50 Rating:
|
Hi Fritz thanks for reply Please see the attched uploading modbus master plc backup Please help me out Thanks in advance AttachmentModbus_s.zip (228 Downloads) |
3/25/2011 4:30 PM | |
Posts: 50 Rating:
|
hi All, Please help me out solving this particular problem Thanks in advance |
2/25/2017 6:27 AM | |
Joined: 12/2/2010 Last visit: 4/2/2024 Posts: 61 Rating:
|
Hi, My program settings are below. Slave ID: 1 Function code: 4 Starting address: 7 No. of registers : 2 and the attached manual is for Modbus slave registry details. Hope, my setting are ok in program. if anything , i have to try, pls. let me know. AttachmentP642 P643 P645 - MODBUS MAPPING DETAILS.PDF (218 Downloads) |
Last edited by: Sankar at: 2/27/2017 4:49:57 AMRegards \ Sankar |
|
Follow us on