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

ObjFlags in EDS files are read as Byte #225

Open jipihorn opened 4 years ago

jipihorn commented 4 years ago

According the 306 standard, they are Unsigned32 type. I have EDS files with non zero values and the application can not read them!

Here is an example : https://www.dis-sensors.com/media/downloads/Downloads/EDS_files/oct2019/QG_Dtype_3_axis_8g.eds

Jerome