CANopenNode / CANopenEditor

CANopen Object Dictionary Editor
GNU General Public License v3.0
141 stars 64 forks source link

Impossible to import .eds file from Weidmueller UR20-FBC-CAN #69

Open MartinHolcik opened 1 year ago

MartinHolcik commented 1 year ago

Hello, I am getting these warnings when attempting to import WI133489V1_25.eds file (Weidmueller's UR20-FBC-CAN EDS): image Can you give me a hint what I am doing wrong or where can be the issue? EDIT: I guess it will be caused by the OD definition of each module I guess: image I think [M1SubExt1027] is what causes trouble. How should I place descriptions for the used modules in .eds file? My HW setup is: UR20-FBC-CAN(IM)

Many thanks for any inputs Regards Martin

trojanobelix commented 1 year ago

I have corrected the module parsing and it should be okay now. The module tab view is not implemented, so you will not see the modules. That needs to be fixed in future. Please try the latest bugfix commit ad5da4c43001ff84901e9dbcc622350e34fef04d

trojanobelix commented 1 year ago

@CANopenNode Do you know what happens to the module view?

trojanobelix commented 1 year ago

WI133489V1_25.eds.txt

MartinHolcik commented 1 year ago

Many thanks @trojanobelix, editor now works (open .eds works), nevertheless I can't add objects from module to T/RPDO configuration: image 5003sub8 is the last IM object but there are Mxy objects (objects of modules) which hare not possible to map: image

CANopenNode commented 1 year ago

@CANopenNode Do you know what happens to the module view?

I thought it is unimplemented, so I just disabled it, here: https://github.com/CANopenNode/CANopenEditor/commit/43592ba22ea9438d3f9987d60a371aa47d56c1d8