-
Notifications
You must be signed in to change notification settings - Fork 72
Add missing fields in File Info and Device Info. #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Will look into it
Looking at #154 that might be fixed by linking it with the value of identity object subindex 03. |
What build? Can not reproduce. Use latest build! |
I can confirm that "FileVersion" does work in the v4.2.3 version of the editor. But there is no field to fill-in the FileRevision. Thas number is always 1. Also the field [DeviceInfo] -> RevisionNumber is missing in the editor, in the generated EDS its always 0. Another issue I saw is that the "File Info" and "Product ID" fields are UNSIGNED8 types and you can now fill in anything in that field. The CiA306 says this about the type of fields:
It would be very nice if these fields are checked during save or export if its really a valid number. Regarding the linking of the above fields with the OD entries; to my opinion the Device Info and File Info section sould be autoritatitive and the Object dictionary should follow that. |
Please consider adding the following fields:
[FileInfo]
...
FileVersion=1
FileRevision=0
...
[DeviceInfo]
...
RevisionNumber=00
...
Some software requires these fields to display information when importing EDS files. Currently, I have to manually edit the EDS file text.
Thank you!
The text was updated successfully, but these errors were encountered: