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:Read more
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
This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Strictly Necessary Cookies
Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.
If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.
3rd Party Cookies
This website uses Google Analytics to collect anonymous information such as the number of visitors to the site, and the most popular pages.
Keeping this cookie enabled helps us to improve our website.
Please enable Strictly Necessary Cookies first so that we can save your preferences!
How to fix Error 80A3 Modbus TCP MB_client ?
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:Read more
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
See less