IgH EtherCAT Master for Linux
Go to file
Florian Pose 420e6150f5 Merge branch 'tty-write-6.6' into 'master'
tty/module.c: fix prototype of ec_tty_write for >= 6.6

See merge request etherlab.org/ethercat!103
2024-01-08 09:06:53 +00:00
devices Merge branch 'add-igc' into 'master' 2023-11-29 09:30:01 +00:00
documentation Removed $Id$. 2023-01-09 12:42:37 +01:00
examples Minor line length change. 2022-09-21 09:09:33 +02:00
include Applied 0000-version-magic.patch and bumped to 1.6 2022-06-23 12:20:47 +02:00
lib lib: use O_CLOEXEC flag when opening EtherCAT master device 2022-08-30 14:39:32 +02:00
master Applied base-0028-ec_master_exec_slave_fsms-external-datagram-fix 2023-08-29 14:38:54 +02:00
script Add igc for kernel 6.6 2023-10-27 12:43:56 +02:00
tool Applied base-0024-Sdo-directory-now-only-fetched-on-request 2023-08-29 14:38:54 +02:00
tty tty/module.c: fix prototype of ec_tty_write for >= 6.6 2024-01-05 22:08:21 +01:00
.gitignore Merge branch 'fix_cmake' (also) into stable. 2022-03-04 10:12:12 +01:00
.gitlab-ci.yml Using CI file from stable-1.5. 2023-01-09 11:39:34 +01:00
.hgignore update ccat driver to v0.14 2021-08-24 15:41:36 +02:00
.pre-commit-config.yaml Removed duplicate pre-commit rule. 2022-06-23 11:22:08 +02:00
AUTHORS Changed email and postal address. 2023-01-09 10:01:24 +01:00
COPYING Removed --foreign switch for autotools. 2006-11-06 09:43:36 +00:00
COPYING.LESSER Fixed COPYING.LESSER to be LGPL 2.1 (like in file headers). 2012-07-13 11:18:52 +02:00
CodingStyle.md Cherry-picked markdown conversions from stable-1.5. 2023-01-30 11:19:08 +01:00
Doxyfile.in Reverted default branch to stable-1.5. 2014-11-03 15:20:05 +01:00
FEATURES.md Cherry-picked markdown conversions from stable-1.5. 2023-01-30 11:19:08 +01:00
INSTALL Cherry-picked markdown conversions from stable-1.5. 2023-01-30 11:19:08 +01:00
INSTALL.md Cherry-picked markdown conversions from stable-1.5. 2023-01-30 11:19:08 +01:00
Kbuild.in Reverted default branch to stable-1.5. 2014-11-03 15:20:05 +01:00
Makefile.am Put md files in EXTRA_DIST. 2023-01-30 11:31:56 +01:00
Makefile.kbuild Merge branch 'fix-make-clean' into 'stable-1.5' 2021-08-31 13:09:09 +02:00
NEWS Applied 0000-version-magic.patch and bumped to 1.6 2022-06-23 12:20:47 +02:00
README.EoE merge -c1609 branches/stable-1.4: INSTALL, README. 2009-01-26 11:51:53 +00:00
README.md Add automatic TOC to README.md 2023-05-04 08:27:56 +02:00
TODO Updated TODOs. 2021-08-24 17:18:04 +02:00
bootstrap Remove empty m4/Makefile.am 2021-08-24 17:35:36 +02:00
configure.ac Add igc for kernel 6.6 2023-10-27 12:43:56 +02:00
ethercat.spec.in Reverted default branch to stable-1.5. 2014-11-03 15:20:05 +01:00
globals.h Also changed license of gloabl headers to LGPL. 2021-08-24 17:40:06 +02:00

README.md

This is the README file of the IgH EtherCAT Master.

Contents:

[[TOC]]

General Information

This is an open-source EtherCAT master implementation for Linux 2.6 or newer.

See the features file for a list of features. For more
information, see http://etherlab.org/en/ethercat.

or contact

Dipl.-Ing. (FH) Florian Pose fp@igh.de
Ingenieurgemeinschaft IgH
Nordsternstraße 66
D-45329 Essen
http://igh.de

Documentation

Handbook

The PDF documentation is generated via LaTeX and can be build with the
following steps:

cd documentation
make

The PDF is automatically held up-to-date and can be downloaded from
GitLab
.

Doxygen

To generate the Doxygen documentation, the following commands can be used.
Therefore, the configure script must have run (see the install
file
).

git submodule update --init
make doc

An up-to-date Doxygen output can be found on
docs.etherlab.org.

Requirements

Software requirements

Configured sources for the Linux 2.6 (or newer) kernel are required to build
the EtherCAT master.

Hardware requirements

A table of supported hardware can be found at
http://etherlab.org/en/ethercat/hardware.php.

Building and installing

See the install file.

Realtime and Tuning

Realtime patches for the Linux kernel are supported, but not required. The
realtime processing has to be done by the calling module (see API
documentation). The EtherCAT master code itself is passive (except for the
idle mode and EoE).

To avoid frame timeouts, deactivating DMA access for hard drives is
recommended (hdparm -d0 <DEV>).

License

Copyright (C) 2006-2023 Florian Pose, Ingenieurgemeinschaft IgH

This file is part of the IgH EtherCAT Master.

The IgH EtherCAT Master is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2, as
published by the Free Software Foundation.

The IgH EtherCAT Master is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License along with
the IgH EtherCAT Master; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


The license mentioned above concerns the source code only. Using the EtherCAT
technology and brand is only permitted in compliance with the industrial
property and similar rights of Beckhoff Automation GmbH.

Coding Style

Developers shall use the coding style rules in the coding style
file
.