CANopenNode / CANopenEditor

CANopen Object Dictionary Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

MartinHolcik opened this issue · comments

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

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 ad5da4c

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

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

commented

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

I thought it is unimplemented, so I just disabled it, here: 43592ba