OpenEtherCATsociety / SOEM

Simple Open Source EtherCAT Master
Other
1.34k stars 681 forks source link

How to use SOEM to parse ENI files #305

Closed farawayfromhome closed 5 years ago

farawayfromhome commented 5 years ago

According to the title, how do I use the ENI file to configure the master and slaves in soem?

nakarlsson commented 5 years ago

SOEM don't include support for XML or ENI parser. If you would add/implement that part you would be able to perform some of the requested operations like InitCmds and similar.

It would be nice to have but not yet realized.

farawayfromhome commented 5 years ago

Thanks for your help.

nakarlsson commented 5 years ago

I think a xml component would be needed to make it possible to use different XML libraries implementing an ENI parsing API

farawayfromhome commented 5 years ago

Thank you very much for your answer. I also created a question in SOES society, and I would be very grateful if you can answer it.