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

add a new RPDO #232

Open jolaizolaa opened 3 years ago

jolaizolaa commented 3 years ago

Hi boys and girls.

Has anybody experienced an issue with the add new PDO button of the RX PDO Mapping tab? It does not add a new RPDO to the interface.

Contrary to this, the button of the TX PDO side works correctly.

Does anybody have a solution for this?

Thank you in advance.

orthemius commented 3 years ago

got the same issue

weblackey commented 3 years ago

Same issue with latest version : 0.8-125-g85dfd8e

CANopenNode commented 3 years ago

I made quite a lot of code for the latest versions. But didn't touch tabs: "TX PDO Mapping", "RX PDO Mapping" and "Modules".

"Device Info" and "Object Dictionary" are renewed and additional PDO can be added there. This is more raw approach, but I can currently maintain only that.

placoste-elio commented 2 years ago

Same issue with latest version : 0.8-125-g85dfd8e Any information about solving this problem or a working previous version?

koson commented 2 years ago

Hello, On this issue, I use the cloning method in the Object Dictionary tab. Right-click on the line "0x1403 RPDO communication parameter" and select "clone..." then edit anything you need. The same procedure on "0x1603 RPDO mapping parameter".

Take a look at the tab RX RPDO mapping, you'll see the addition RPDO.

I don't know how to fix this by programming.