fp@171: ------------------------------------------------------------------------------- fp@171: fp@197: This is the README file of the IgH EtherCAT Master. fp@197: fp@171: $Id$ fp@171: fp@1685: vim: spelllang=en spell tw=78 fp@1685: fp@1685: ------------------------------------------------------------------------------- fp@1685: fp@197: Contents: fp@197: 1) General Information fp@197: 2) Requirements fp@198: 3) Building and installing fp@197: 4) Realtime & Tuning fp@197: 5) License fp@197: fp@171: ------------------------------------------------------------------------------- fp@171: fp@197: 1) General Information fp@197: ====================== fp@171: fp@785: This is an open-source EtherCAT master implementation for Linux 2.6. fp@171: fp@270: See the FEATURES file for a list of features. For more information, see fp@785: http://etherlab.org/en/ethercat. fp@171: fp@171: or contact fp@171: fp@561: Dipl.-Ing. (FH) Florian Pose fp@171: Ingenieurgemeinschaft IgH fp@171: Heinz-Baecker-Str. 34 fp@171: D-45356 Essen fp@171: http://igh-essen.com fp@171: fp@171: ------------------------------------------------------------------------------- fp@171: fp@197: 2) Requirements fp@197: =============== fp@171: fp@193: 1) Software requirements fp@193: fp@193: Configured sources for the Linux 2.6 kernel are required to build the EtherCAT fp@193: master. fp@193: fp@193: 2) Hardware requirements fp@193: fp@787: A table of supported hardware can be found at fp@787: http://etherlab.org/en/ethercat/hardware.php. fp@193: fp@193: ------------------------------------------------------------------------------- fp@193: fp@197: 3) Building and installing fp@197: ========================== fp@193: fp@198: See the INSTALL file. fp@171: fp@171: ------------------------------------------------------------------------------- fp@193: fp@197: 4) Realtime & Tuning fp@197: ==================== fp@193: fp@193: Realtime patches for the Linux kernel are supported, but not required. The fp@193: realtime processing has to be done by the calling module (see API fp@785: documentation). The EtherCAT master code itself is passive (except for the idle fp@785: mode and EoE). fp@193: fp@193: To avoid frame timeouts, deactivating DMA access for hard drives is fp@1685: recommended (hdparm -d0 ). fp@193: fp@193: ------------------------------------------------------------------------------- fp@197: fp@197: 5) License fp@197: ========== fp@197: fp@197: Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH fp@197: fp@197: This file is part of the IgH EtherCAT Master. fp@197: fp@1685: The IgH EtherCAT Master is free software; you can redistribute it and/or fp@1685: modify it under the terms of the GNU General Public License version 2, as fp@1685: published by the Free Software Foundation. fp@197: fp@1685: The IgH EtherCAT Master is distributed in the hope that it will be useful, but fp@1685: WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or fp@1685: FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more fp@1685: details. fp@197: fp@1685: You should have received a copy of the GNU General Public License along with fp@1685: the IgH EtherCAT Master; if not, write to the Free Software Foundation, Inc., fp@1685: 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@197: fp@1685: Using the EtherCAT technology and brand is permitted in compliance with the fp@1685: industrial property and similar rights of Beckhoff Automation GmbH. fp@246: fp@197: -------------------------------------------------------------------------------