CANopenNode / CANopenEditor

CANopen Object Dictionary Editor
GNU General Public License v3.0
120 stars 60 forks source link

Mapping issue II #28

Closed trojanobelix closed 1 year ago

trojanobelix commented 2 years ago
  1. Changes in the PDOview list (e.g. COB-ID) are not reflected in the textBox.

Example: The selected item (0x1801) in the PDOview list the COB_ID been changed to "180". In the textbox has still the old value of 180.

image

  1. Pressing the "Save" button does not save the changes made in the textBoxes or in the PDOview list. The changes will be lost.

Example: If you change the COB-ID in the PDOview list and in the textBox from 280 to 180 after pressing the "Save" button both values are changed to the old value of 280 instead of saving the new value (180)

Before ( COB ID of 1801 is 280 ): image

Change COB ID of 1801 to 180 (TextBox and PDOview) image

After "Save" ( COB ID of 1801 is 280 again): image

xenpac commented 2 years ago

Does anybody know an alternate opensource editor that works ?

trojanobelix commented 1 year ago

Should be fixed with 4851453