Lars Elgtvedt Susaas
Lars Elgtvedt Susaas
Thanks for reporting the bug @hepr-skylotec, It var very easy to reproduce with the information you gave us. Got a bugfix ready if you want to test it out now:...
Got good and bad news for you. Good news: * Other have got the editor to work with linux in the past at least. * We are working on converting...
totaly forgot about it, but the editor works with mono Tested it on Ubuntu 25.10 the other day and editing and exploring canopennode source files work without any problems. There...
Hi @mgiaco, No official plan to support ESI format or anything related to Ethercat. This is the closest you get to a official plan: https://github.com/CANopenNode/CANopenEditor/issues/102 The internal/common format used in...
something like this?  or is it possible/better to make a universal c/h file?
> > something like this?  > > Yes, this is OK. But you can also move CANopenNode exporter near other exporters into "Export..." Whatever you prefer. Okay, then it...
Hi @CANopenNode & @trojanobelix Starting to figure out why CanOpenNode version is a config thing This function is called almost every time something in the OD changes. https://github.com/CANopenNode/CANopenEditor/blob/40c02b38c8f4320bd3da0fdf1959c4c7f4376ff5/libEDSsharp/PDOHelper.cs#L375-L375 It looks...
Hi, We all need to "rant" sometimes. I would guess that your use are somewhat outside the norm, but a good first step is to make us aware of the...
Hi, Sorry, but i do not have a mac to test it on, but the CLI should work without wine if it is compiled with .net 6. Is that something...
> @nimrof I'm not good on .net. Could you help me with correct command to run? Yes ```shell #cd EDSSharp #dotnet --framwork net6.0 run ``` If that works it should...