You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current goal is to establish TCP/IP communication through an Ethernet cable between an Intel NUC (Ubuntu 20.04) - BECKHOFF PC CX5140 (TwinCAT3). The most desired method of communication is ROS-TwinCAT3.
For communication, we have:
Successfully made the ADS git on the Ubuntu PC,
Communicated using ADSLib based on C++ for ROS,
Communicated using pyads,
Communicated using C++ based ADSLib from the ADS GitHub,
Added a route connection on the BECKHOFF PC.
However, all attempts have failed due to the same error code 6. We have disabled the firewalls on both the Ubuntu and BECKHOFF PCs.
We have set up the following in this order.
BECKHOFF PC IP, AmsNetId setting
IP : 192.168.0.2
AmsNetId: 192.168.0.2.1.1
config mode
Add Route
Also add at StaticRouts.xml( I saw another Issues post and then setting it)
We are able to successfully send pings and it feels like we have tried every possible method. Is there any other solution you could suggest? Thank you.
The text was updated successfully, but these errors were encountered:
Switching to run mode and executing the code, methods 1 (C++ ADS) and 2 (Python) worked well. Method 3 (ROS) still encounters a 1797 error, but I will try modifying variables to fix it. Before editing the .xml file, it did not work even in RUN mode, but it seems to work after modifying the .xml file. Thank you.
Our current goal is to establish TCP/IP communication through an Ethernet cable between an Intel NUC (Ubuntu 20.04) - BECKHOFF PC CX5140 (TwinCAT3). The most desired method of communication is ROS-TwinCAT3.
For communication, we have:
Successfully made the ADS git on the Ubuntu PC,
Communicated using ADSLib based on C++ for ROS,
Communicated using pyads,
Communicated using C++ based ADSLib from the ADS GitHub,
Added a route connection on the BECKHOFF PC.
However, all attempts have failed due to the same error code 6. We have disabled the firewalls on both the Ubuntu and BECKHOFF PCs.
We have set up the following in this order.
Add Route
Also add at StaticRouts.xml( I saw another Issues post and then setting it)
ubuntu : 192.168.0.5
AmsnetId: 192.168.0.5.1.1
check Routs
try method 1 : example.cpp
ADSError: error code 6
try method 2 :pyads
error code 6 : ADSError: target port not found ADS Server not started (6).
try method3 : ros (repo: [twincat_talker](https://github.com/lemanhtrung/twincat_talker))
error : error code 6
control pc
We are able to successfully send pings and it feels like we have tried every possible method. Is there any other solution you could suggest? Thank you.
The text was updated successfully, but these errors were encountered: