Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

OD File Validation + Error Spec Collumn

Compare
Choose a tag to compare
@dmitri-mcguckin dmitri-mcguckin released this 23 May 17:34
· 15 commits to master since this release

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