robincornelius / libedssharp

A CanOpen EDS editor and library in C# with CanOpenNode export for Object Dictionary
GNU General Public License v3.0
227 stars 134 forks source link

Incorrect sCO_OD_ROM CO_OD_ROM creation #236

Open dpgood opened 3 years ago

dpgood commented 3 years ago

Changing the name of any of the optional objects (at least in the 1400s range) causes the structure to be incorrectly built, i.e. image

This causes a compile error. The issue is only resolved by reverting the name of the object. The object name field should not be editable until this is fixed - it's not easy to identify the source of the problem except by trial and error.

This is the change that causes the error: image