-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Measurement File Comment: Only Default Comment is Read #438
Comments
Please give a concrete example (screenshots of MDFValidator or asammdf GUI) . I don't use ETAS and don't know what specific handling they use |
Should work now with the development branch code |
can you show the comment block from the initial mdf file? (hd_txblock @ 0x0221) |
ok, I think the new code covers everything |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python version
('python=3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit '
'(AMD64)]')
'os=Windows-7-6.1.7601-SP1'
'numpy=1.19.4'
'asammdf=5.23.1'
Code
MDF version
3.0 + 4.1
Code snippet
N/A
Traceback
N/A
Description
Task: Convert MDF 3.0 file to MDF 4.1 with compression.
Result:
When opening the original MDF 3.0 file, the measurement comment is read, but only the part "Default Comments" (in ETAS MDA terminology).
Exporting basically works, but in the exported file, all of the comments are missing.
When opening the exported MDF 4.1 file, the measurement comment reads like follows:
<HDComment> <TX></TX> <common_properties> <e name="author"></e> <e name="department"></e> <e name="project"></e> <e name="subject"></e> </common_properties> </HDComment>
The text was updated successfully, but these errors were encountered: