You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to auto-generate CO_OD.? for my project, I fire up EDSEditor v0.8 (built from the latest sources as of issue date), and export the CO_OD.? files .. but when I attempt to use the files un-edited, I get this:
./CO_OD.h:120:31: error: duplicate member 'PDO_MappingEntry' UNSIGNED32 PDO_MappingEntry;
.. which spews on for a while, since there are many duplicate definitions ..
Is this something I'm doing wrong with the EDSEditor itself? FWIW, I take EDS files created directly from Lenze Engineer HighLevel V2.28.0.0 without any modifications, open them in EDSEditor, and do a simple export (CANOPEN_V2) .. obviously I can fix up the files by hand myself, but it would be better (I think) to know what is happening here and whether I can fix this in the pipeline somehow ..
The text was updated successfully, but these errors were encountered:
Hi,
Attempting to auto-generate CO_OD.? for my project, I fire up EDSEditor v0.8 (built from the latest sources as of issue date), and export the CO_OD.? files .. but when I attempt to use the files un-edited, I get this:
./CO_OD.h:120:31: error: duplicate member 'PDO_MappingEntry' UNSIGNED32 PDO_MappingEntry;
.. which spews on for a while, since there are many duplicate definitions ..
Is this something I'm doing wrong with the EDSEditor itself? FWIW, I take EDS files created directly from Lenze Engineer HighLevel V2.28.0.0 without any modifications, open them in EDSEditor, and do a simple export (CANOPEN_V2) .. obviously I can fix up the files by hand myself, but it would be better (I think) to know what is happening here and whether I can fix this in the pipeline somehow ..
The text was updated successfully, but these errors were encountered: