Skip to content
Snippets Groups Projects
Commit 3e11c632 authored by Florian Pose's avatar Florian Pose
Browse files

Added EL1014v2.

parent 8ab5d73d
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
/** /**
\file \file
EtherCAT Slave Database. EtherCAT Slave Database.
\warn Please do not create any dependencies to this file! It may be changed
between releases. Provide a copy, if you want to use it in foreign
projects.
*/ */
/*****************************************************************************/ /*****************************************************************************/
...@@ -58,6 +62,9 @@ ...@@ -58,6 +62,9 @@
#define Beckhoff_EL1014_PDO_Inputs 0x3101, 1 #define Beckhoff_EL1014_PDO_Inputs 0x3101, 1
#define Beckhoff_EL1014_Inputs Beckhoff_EL1014, Beckhoff_EL1014_PDO_Inputs #define Beckhoff_EL1014_Inputs Beckhoff_EL1014, Beckhoff_EL1014_PDO_Inputs
#define Beckhoff_EL1014v2_PDO_Inputs 0x6000, 1
#define Beckhoff_EL1014v2_Inputs Beckhoff_EL1014, Beckhoff_EL1014v2_PDO_Inputs
#define Beckhoff_EL2004 0x00000002, 0x07D43052 #define Beckhoff_EL2004 0x00000002, 0x07D43052
#define Beckhoff_EL2004_PDO_Outputs 0x3001, 1 #define Beckhoff_EL2004_PDO_Outputs 0x3001, 1
#define Beckhoff_EL2004_Outputs Beckhoff_EL2004, Beckhoff_EL2004_PDO_Outputs #define Beckhoff_EL2004_Outputs Beckhoff_EL2004, Beckhoff_EL2004_PDO_Outputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment