Skip to content

v8.1

Compare
Choose a tag to compare
@mocakturk mocakturk released this 18 Jul 12:23
· 1 commit to main since this release
9e39e53

Release Date: 2024-02-23

  • Support to associate A2L file to a CSV archive file (CLF-316). #archive

  • Load/save support for bus-monitoring window layout (CLF-320). #bus_monitoring

  • Name filter when selecting elements in measure-data-export window (CLF-322). #archive_export

  • Move cursor to an exact timestamp in archive window (CLF-323). #archive

  • Compression support to MDF4 recording files (CLF-311). That provides reducing file size to ~10% of uncompressed file. #archive #archive_export

  • Performance improvements for MDF typed archive file operations like open, save or export. #archive #archive_export

  • Exporting current cursor values in the archive window to CSV/CDF/PACO/DCM... file (CLF-87). #archive_export

    Using this functionality, you’ll be able to export instant values of signals/arrays/curves/maps, the time that cursor points.
    The output format is, one of calibration format that VISU supports, e.g. CDF, PACO, DCM, CVX, CSV...
    This functionality is good especially to export parameters.

  • Calibration comparison delta window is no more shown. Up/down arrows are used instead (CLF-318).

  • Binary-display support for scalar elements (CLF-85). #screen


    Binary display should be enabled from Properties panel:

  • "Find Displaying Window" feature is added in order to find the window(s) that label is displayed on screen (CLF-324). #screen

    Once the window is found, the owner tab is selected. Then, the window is focused.

  • Support to import color-sets from another screen file (CLF-325). #screen

  • Acquisition will start even if tool cannot connect to an ECU, when multiple ECUs are used.
    Previous behavior was, tool does not allow to start measurement if one of ECU is not connectable.
    With the new behavior, tool will start measurement if at least one ECU is connectable.

  • [Minor] Check All/None/Revert possibility in the Filter Series window of 2D display (CLF-314).

  • [Minor] Vista style dialogs used where applicable.
    image

  • [Bug Fix] "Step Size" field is not visible in screen. #screen

  • [Bug Fix] A memory-leak causes UI rendering problem after long time usage. #screen