ethercat slave.
A light linux ethercat slave that interacts with etherlab.
Follow light ethercat slave
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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