00001 /****************************************************************************** 00002 * 00003 * $Id: ecdb.h 533 2006-09-01 12:35:41Z fp $ 00004 * 00005 * Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH 00006 * 00007 * This file is part of the IgH EtherCAT Master. 00008 * 00009 * The IgH EtherCAT Master is free software; you can redistribute it 00010 * and/or modify it under the terms of the GNU General Public License 00011 * as published by the Free Software Foundation; either version 2 of the 00012 * License, or (at your option) any later version. 00013 * 00014 * The IgH EtherCAT Master is distributed in the hope that it will be 00015 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 00016 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00017 * GNU General Public License for more details. 00018 * 00019 * You should have received a copy of the GNU General Public License 00020 * along with the IgH EtherCAT Master; if not, write to the Free Software 00021 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 00022 * 00023 * The right to use EtherCAT Technology is granted and comes free of 00024 * charge under condition of compatibility of product made by 00025 * Licensee. People intending to distribute/sell products based on the 00026 * code, have to sign an agreement to guarantee that products using 00027 * software based on IgH EtherCAT master stay compatible with the actual 00028 * EtherCAT specification (which are released themselves as an open 00029 * standard) as the (only) precondition to have the right to use EtherCAT 00030 * Technology, IP and trade marks. 00031 * 00032 *****************************************************************************/ 00033 00039 /*****************************************************************************/ 00040 00041 #ifndef __ECDB_H__ 00042 #define __ECDB_H__ 00043 00044 /*****************************************************************************/ 00045 00048 #define Beckhoff_EL1004_Inputs 0x00000002, 0x03EC3052, 0x3101, 1 00049 00050 #define Beckhoff_EL1014_Inputs 0x00000002, 0x03F63052, 0x3101, 1 00051 00052 #define Beckhoff_EL2004_Outputs 0x00000002, 0x07D43052, 0x3001, 1 00053 00054 #define Beckhoff_EL2032_Outputs 0x00000002, 0x07F03052, 0x3001, 1 00055 00056 #define Beckhoff_EL3102_Status1 0x00000002, 0x0C1E3052, 0x3101, 1 00057 #define Beckhoff_EL3102_Input1 0x00000002, 0x0C1E3052, 0x3101, 2 00058 #define Beckhoff_EL3102_Status2 0x00000002, 0x0C1E3052, 0x3102, 1 00059 #define Beckhoff_EL3102_Input2 0x00000002, 0x0C1E3052, 0x3102, 2 00060 00061 #define Beckhoff_EL3162_Status1 0x00000002, 0x0C5A3052, 0x3101, 1 00062 #define Beckhoff_EL3162_Input1 0x00000002, 0x0C5A3052, 0x3101, 2 00063 #define Beckhoff_EL3162_Status2 0x00000002, 0x0C5A3052, 0x3102, 1 00064 #define Beckhoff_EL3162_Input2 0x00000002, 0x0C5A3052, 0x3102, 2 00065 00066 #define Beckhoff_EL4102_Output1 0x00000002, 0x10063052, 0x6411, 1 00067 #define Beckhoff_EL4102_Output2 0x00000002, 0x10063052, 0x6411, 2 00068 00069 #define Beckhoff_EL4132_Output1 0x00000002, 0x10243052, 0x6411, 1 00070 #define Beckhoff_EL4132_Output2 0x00000002, 0x10243052, 0x6411, 2 00071 00072 #define Beckhoff_EL5001_Status 0x00000002, 0x13893052, 0x3101, 1 00073 #define Beckhoff_EL5001_Value 0x00000002, 0x13893052, 0x3101, 2 00074 00075 #define Beckhoff_EL5101_Value 0x00000002, 0x13ED3052, 0x6000, 2 00076 00079 /*****************************************************************************/ 00080 00081 #endif
1.4.6