Does the library provide the Measurement ID of the blf log?

Issue #42 resolved
Stoyan Nikolov created an issue

Vector CANoe uses "Measurement UUID: " to identify the execution session and this information is part of the header of the ASC files which are generated by their BLF representation, using CANoe as a log converter.

Is this information somehow parsed and present in the library?

I couldn't find any variable with similar name.

Comments (3)

  1. Tobias Lorenz

    Hi Stoyan,

    Currently there is nothing like this explicitly implemented. This either means:

    • The FileStatistics object might have been extended to cover this meanwhile, or
    • it might be coded in existing AppText object.

    We can try some things out:

    • Can you convert your file from ASC to BLF and back to ASC and check if the information is still there? If yes, then it must be contained in the BLF as well. If no, then it’s either not contained, or the converter doesn’t take it over.
    • Can you send me a minimal ASC file that contains the Measurement UUID and the corresponding converted BLF file, so I can check, where this might be?

    Bye

    Tobias

  2. Log in to comment