libedssharp icon indicating copy to clipboard operation
libedssharp copied to clipboard

A CanOpen EDS editor and library in C# with CanOpenNode export for Object Dictionary

Results 69 libedssharp issues
Sort by recently updated
recently updated
newest added

file ./libEDSsharp/PDOHelper.cs line 411 there is `if( (configindex= 0x1a00) || ((configindex>=1600) && (configindex=0x1600) && (configindex

there is if( (configindex= 0x1a00) || ((configindex>=1600) && (configindex=0x1600) && (configindex

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...

Could there be a note that this is no longer the main repo and development is continuing on CANopenEditor per this post https://github.com/CANopenNode/CANopenNode/issues/314?

This PR adds instructions to the Makefile to install SourceGrid with nuget before attempting the build.

CANOpen spec requires the ObjFlags field to be a 32bit unsigned integer. I changed this and some leftover trailing whitespaces.

To allow multiple OD to coexist in CANopenNode, one needs to prefix all constants and variables to avoid duplicate names between the ODs. Further I have added a const struct...

This PR adds generation of a C macro, which is able to initialize a CO_config_t structure. So you can write: CO_config_t myConfig; xxx_OD_INIT_CONFIG(myConfig) Below are a small sample of the...

Generate placeholders for storage attributes on OD data structures. make the "ROM" option matter.

Hello, I'm currently using the latest auto build v0.8-126 and when updating the Tx PDO or Rx PDO Mappings the app automatically changes the access privileges to and deletes the...