SOEM EtherCAT Master library for STM Nucleo F767ZI

Dependents:   EasyCAT_LAB_simple EasyCAT_LAB_very_simple EasyCAT_LAB

  • It has been developed for the EasyCAT LAB , a complete educational and experimental EtherCAT® system, composed of one master and two slaves .

Warning

/media/uploads/EasyCAT/easycat_lab.jpg

Revision:
0:543d6784d4cc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SOEM/ethercatprint.h	Tue Jun 11 10:29:09 2019 +0000
@@ -0,0 +1,32 @@
+/*
+ * Licensed under the GNU General Public License version 2 with exceptions. See
+ * LICENSE file in the project root for full license information
+ */
+
+/** \file
+ * \brief
+ * Headerfile for ethercatprint.c
+ */
+
+#ifndef _ethercatprint_
+#define _ethercatprint_
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+char* ec_sdoerror2string( uint32 sdoerrorcode);
+char* ec_ALstatuscode2string( uint16 ALstatuscode);
+char* ec_soeerror2string( uint16 errorcode);
+char* ecx_elist2string(ecx_contextt *context);
+
+#ifdef EC_VER1
+char* ec_elist2string(void);
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif