https://github.com/OpenEtherCATsociety/SOES
Simple Open Source EtherCAT Slave
https://github.com/OpenEtherCATsociety/SOES
c ethercat industrial-automation soes
Last synced: about 1 year ago
JSON representation
Simple Open Source EtherCAT Slave
- Host: GitHub
- URL: https://github.com/OpenEtherCATsociety/SOES
- Owner: OpenEtherCATsociety
- License: other
- Created: 2014-09-10T14:54:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T11:43:34.000Z (about 1 year ago)
- Last Synced: 2025-04-08T12:35:55.284Z (about 1 year ago)
- Topics: c, ethercat, industrial-automation, soes
- Language: C
- Size: 688 KB
- Stars: 648
- Watchers: 55
- Forks: 274
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-robotic-tooling - SOES - SOES is an EtherCAT slave stack written in C. (Network and Middleware / Ethernet and Wireless Networking)
README
Simple Open Source EtherCAT Slave
====
[](https://github.com/OpenEtherCATsociety/SOES/actions?workflow=build)
SOES (Simple OpenSource EtherCAT Slave Stack) is an opensource slave
stack that is very easy to use and provides a small footprint. It is a
good alternative to more complex stacks on the market.
Overview
----
SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
how an EtherCAT slave functions.
Feature list:
- Address offset based HAL for easy ESC read/write access via any
interface
- Mailbox with data link layer
- CoE
- Object dictionary
- SDO read and write for all sizes including segmented transfers
- Easy portable C-code suited for embedded applications
- Fixed and/or dynamic PDO mapping
- FoE with bootstrap template
- Support for Little and Big endian targets
- Run polling, mixed polling/interrupt or interrupt
- Support for SM Synchronization
- Support DC sync0 and DC Synchronization
- Add stack configuration via new configuration parameter to/or from
"stack"_init
- EoE
TODO
- Update documentation
- Add EoE sample application