Tool/software:
Hi TI team,
I am interested in real-time EtherCAT communication of data variables (mainly; float values) between TMS320F28388 and Host PC (master). In master, I need to develop a GUI to display the received float data and also send some float values from GUI to the DSP processor.
Upon following EtherCAT slave implementation guide, I could find various application layer protocols like CoE, AoE etc. I am confused on which one to follow.
I tried to follow EtherCAT slave controller User Guide from TI and tried working with the example code - CPU1 Echoback Solution Example. Upon contacting Beckhoff for assistance on TwinCAT, got some info that ADS protocol is to be followed there. So, at DSP end, how should we start the application code, or which protocol is to be followed.
Being a beginner, I would like to have some detailed guidance on how to start my development. Sample codes are looking complex and also not sure how and where to modify the code to pass our custom float values.
Kindly guide to kick off the development process.