-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ethercat Master 1.6 and network device compatibility #129
Comments
Hi, |
I am using ethercat 1.6.0 , with intel net card. not using generic, using e1000e, |
Hi, I'm using ethercat 1.6 with I225 network card. Really appreciate! |
I have added support for real-time network card drivers e100e, r8169, igc, and igb for the Linux 6.5.2 kernel in version 1.6.2. If you're willing to upgrade your kernel to 6.5.2, you can use them directly. The r8169 driver has some bugs, such as not being able to reconnect after the network cable is disconnected, but no other issues have been found so far. You can access it here: https://github.com/allzergdead/ethercat-master-linux6.5.2- Additionally, I will be open-sourcing a motion control function library based on IGH, which will implement S7 positioning, velocity mode, torque mode control, and corresponding speed-tension and torque-tension control algorithm application code. |
Based on my tests, the EOE feature may have bugs in some brands of servo drives. I recommend disabling the EOE feature during compilation |
Hello,
I would like share some information, I tested with igh master stable-1.6 it is OK. Also I would like to learn device compatibility on docker solution. Is it possible use igc network device rather than generic? If yes, should we configure with --enable-igc option?
Here is some part of the Dockerfile
The text was updated successfully, but these errors were encountered: