10-19-2021 03:15 AM
Hi! everyone,
I have a problem turning my cRIO to active mode. (with error code Hex 0x8005441B), It says I have to turn my computer to EtherCAT, but I don't have an option on my computer term on MAX.
Thank you.
Duke
11-04-2021 03:45 AM
Hi,
Could you add a sequence structure with a Wait function to the beginning of your code to make it wait a few seconds before calling any functions? This may give the drivers enough time to start up, allowing it to run correctly.
Also, are you using any FPGA code in this application? Calling into the FPGA can interrupt EtherCAT communication under certain conditions, so I'd like to check whether that could be a problem.