Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Boss lady on 7/8/2024 in #code-review
Resolving "No EtherCAT Slaves Found" Error on BeagleBone AI with Embedded Linux
It seems like the problem might be with the network configuration or the way the EtherCAT library is initialized. Make sure your network configuration does not interfere with EtherCAT communication. Also, ensure the
ec_init
function is correctly initializing the network interface and you could add some debug prints in your code to ensure that the initialization steps are executed as expected. Modify your code like this to get more details:
14 replies