SOEM
SOEM copied to clipboard
Simple Open Source EtherCAT Master
When I use an EK1100 and an EL6751, it works fine,When I use an EK1100 and multiple EL6751s, sometimes I can't get into the op state, but after I start...
- added a CMakeList for the red_test - fixed the compilation errors of the red_test
1.这个项目我看了很久,想用qt来移植它并使用他,弄了2个晚上,可是结果确不尽人意。 2.在win 平台上,只能用VS来写吗,是否可以出一个相关教程
the ec_slave[i].PO2SOconfig is this: int Postionsetup(uint16_t slave) { uint8_t u8val; uint16_t u16val; uint32_t u32val; // assign TxPDO mapping index 0x1a00 to input SM3 u8val = 0; ec_SDOwrite(slave, 0x1c12, 0x00, FALSE,...
Hey Im'm new in coding with VS Code and i have some troubles to implement the SOEM library. I downloaded the .zip, extracted it and installed CMake. I did the...
Hi all, in a small test application i called `ec_init("ETH0")` instead of `ec_init("eth0")` and everything seemed to work fine (return value > 0). In oshw/linux/nicdrv.c the return values the two...
Hi all, does SOEM support EtherCAT Hot Connect function as Beckhoff TwinCAT ? Let me just recap the functionality ... * *The principle The Beckhoff TwinCAT EtherCAT Hot Connect function...
I'm working on a master application that requires sending a lot of read SDO requests and I'm constantly getting an issue where they start failing after some time (the slave...
Using Multicast address as source MAC address causes problems when SOEM is used with hyper-v vmswitch. hyper-v vmswitch doesn't forward the packet if source MAC address is multicast closes #678...
Hi, we have discovered that the Hyper-V VMSwitch (we are using this for VLAN segmentation on our test setups) drops all packets coming from SOEM. After playing around a bit...