Timur Ruziev
Timur Ruziev
I have the same problem. [https://youtu.be/G2oBH00CnqA](url) Please, I got this problem on few Android devices
The same shit. Does anybody found solution? 🥺
@nimrof I'm not good on .net. Could you help me with correct command to run? I have downloaded [v4.2.2 from Releases](https://github.com/CANopenNode/CANopenEditor/releases/tag/v4.2.2). I'm trying to run EDSEditor.exe from `net6.0-windows` folder. ```bash...
@nimrof If you mean run command in source code `EDSSharp` folder There is no result 😔 ```bash # command in EDSSharp folder dotnet --framwork net6.0 run # result Could not...
@nimrof Could you help me with correct cli command? I have tried but it does not working ```sh dotnet EDSSharp.exe --infile something.xdd --outfile something.eds ```
looks like `dotnet EDSSharp.dll` works but something wrong. ```sh ➜ net8.0 dotnet EDSSharp.dll Usage: EDSEditor --infile file.[xdd|eds] --outfile [valid output file] [OPTIONAL] --type [exporter type] The output file format depends...
@CANopenNode Thank you! The error message in logs has despaired. But I have no idea why I can't see TPDO CAN messages by sniffer. My test TPDO mapping: This part...
@CANopenNode Got it! I tried to find reason why my node can't work on operational mode. `x1001_errorRegister` shows me `16` as I understand it means communication error ```c++ CO_ERR_REG_COMMUNICATION =...
@CANopenNode Thank you! I fixed the error above but I have faced with new trouble. TPDO messages is constantly zero. I'm changing variable from OD. ```c OD_RAM.x6000_test_1 = OD_RAM.x6000_test_1 +...