From 424e33bad6b86951d6a1eb46eb49e978c746e248 Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Thu, 3 Aug 2006 16:46:26 +0000 Subject: [PATCH] Added Beckhoff EL5001 to slave DB. --- include/ecdb.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ecdb.h b/include/ecdb.h index e8f742c4..1f52028e 100644 --- a/include/ecdb.h +++ b/include/ecdb.h @@ -46,6 +46,9 @@ #define Beckhoff_EL4132_Output1 0x00000002, 0x10243052, 0x6411, 1 #define Beckhoff_EL4132_Output2 0x00000002, 0x10243052, 0x6411, 2 +#define Beckhoff_EL5001_Status 0x00000002, 0x13893052, 0x3101, 1 +#define Beckhoff_EL5001_Value 0x00000002, 0x13893052, 0x3101, 2 + /*****************************************************************************/ #endif -- GitLab