ethercat slave.
A light linux ethercat slave that interacts with etherlab.
Follow light ethercat slave
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Goog starting point to "play" with ethercat. But trying to make the kernel module I get: /home/slave1/ecslave-code/kernel/../kernel/ecat_timer.c: In function ‘ecat_create_timer’: /home/slave1/ecslave-code/kernel/../kernel/ecat_timer.c:65:2: error: too few arguments to function ‘ecat_get_dcstart’ sec = ecat_get_dcstart(0); ^ In file included from /home/slave1/ecslave-code/kernel/../kernel/ecat_timer.c:10:0: /home/slave1/ecslave-code/kernel/../stack/ec_regs.h:26:10: note: declared here uint32_t ecat_get_dcstart(int port,struct __ecat_slave__*); ^ make[2]: *** [/home/slave1/ecslave-code/kernel/../kernel/ecat_timer.o] Error 1 make[1]: *** [_module_/home/slave1/ecslave-code/kernel] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-3.16.0-30-generic' make: *** [default] Error 2 UPDATE: I got rid of this and other errors in the kernel module: bitbucket.org/cunlo/ec_slave