Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Quereact Latest Questions

  • 54
Maesa

How to fix Error 80A3 Modbus TCP MB_client ?

Hi Everyone!

I use a s7-1500 controller. I use MB_CLIENT function to read data from an other PLC. Everything work fine until I make change in my project and download to the PLC. I have error 80A3 and impossible to acknowledge until I make a stop/Run of the plc.

Anyone can help me?

Best Regards,

0
0
Like1 User
1 User

Related Questions

4 Answers

  1. Hi,

    In my case, I used multiple MB_client function blocks to read data. I was using the same client ID for all of them. I changed the connection ID of those differents connections and the problem was fixed.

    if you have 3 instances of MB_client. you must set unique connection ID per instance

    Example:

    ID = 1  for MB_client_1 instance

    ID = 2  for MB_client_2 instance

    ID = 3  for MB_client_3 instance

    Regards

  2. Hi Maesa,

    If you use instances declared in a FB function.

    Try to use a global instance of MB_clien like this:

    use a global DB to declare the “ModbusDataconnectParamClient” structure.

    This will fix your problem and when you download the project, it will not cause problem for MB_client function.

    hope this will help you

Leave an answer

Leave an answer

Choose from here the video type.

Put Video ID here: https://www.youtube.com/watch?v=sdUUx5FdySs Ex: "sdUUx5FdySs".