You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on the development of a product family using CANopen. 90% of the OD of all devices is shared but there are differences between them, owing to:
Product information (eg. device type, etc)
HW differences
Feature differentiation
I am thinking it would be great if we can expand (or use existing features of) EDSSharp so that we can have a base OD definition (EDS/XDD) and then apply "patches" to it which will add, remove, or modify ID entries. This way for example it will be easy to programmatically create the ODs for different devices sharing a common OD base but with different features which enable different OD entries. Instead of that currently we have to maintain multiple OD definitions that share 90% of the entries.
Maybe this is already possible, I have seen references of EDS "modules", don't know if that is something similar to what I describe above.
I would be interested in contributing to such an effort for CANopenEditor / EDSSharp