This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
OD File Validation + Error Spec Collumn
Bug Fixes
- Validate OD files to only define Index types in range
0x0000 - 0x0023
- Automatically reject any OD files that violate the CANOpen 301 specification
- Modified the EDS parser to behave like a dictionary when accessing non-existent keys, (it now throws a
KeyError
for missing keys) - Updated incorrect message data-type codes to the 301 spec
Features
- Added an
Error
column to the message pane to display optional error messages from message parsing