EEPROM_generator icon indicating copy to clipboard operation
EEPROM_generator copied to clipboard

SOES EEPROM Generator and Slave Stack Code generation tool for EtherCAT devices using SOES library

Results 5 EEPROM_generator issues
Sort by recently updated
recently updated
newest added

The access setting of variable is always "RO"

Based on the information I have gathered, it seems that the supported mailbox protocols are located at the 0x1C position in the EEPROM

Hi, thanks for open-sourcing this great tool! I have a question about defining strings in PDOs. How to define the length of a VISIBLE_STRING variable in PDOs? What is its...

Hello, this repo helps me a lot and many thank for sharing such an awesome project! I wonder if it is possible to use 64-bit data, e.g. uint64_t, real64. If...

Hi, The generated `objectlist.c` file does not work with records (and possibly arrays?) containing more than 9 values. The cause of the error is that the `subindex_padded` function in `src/generators/objectlist.js`...