Skip to content

v8.4

Choose a tag to compare

@mocakturk mocakturk released this 06 May 07:19
· 6 commits to main since this release
cfc8e09
  • Measure data (archive) analysis:
    • Restore multiple archive file references by saving as archive-bundle (arcxml) file, in which the offsets are kept (CLF-362).
    • A2L file association to any archive file (MDF, CSV) for reading enum types. Association is kept in an "ini" file with same name as archive. (CLF-336)
      This feature can be used for MDF files generated by ATI Vision, because it does not store enumerations in archive.
    • Bus database file is optional when converting BLF/ASC bus traces to MDF (CLF-356).
    • Support to export ASCII elements to TXT/CSV archive.
    • Tool displays MDF4 events as ASCII elements. Display them on Sample window, or export to CSV/MDF. (CLF-374)
  • Measurement:
    • TEST_CONNECTION_PERIOD and XCP_CONNECT_MODE configs are added.
      Use 0 as TEST_CONNECTION_PERIOD to prevent VISU to periodically test CCP/XCP connection. This is essential for several ECUs, because they stop data acquisition when another message is received from tool.
    • DYNAMIC_SIZE is used when writing MDF4 files for CURVE/MAP parameter types. This is more correct for recording. However, v8.3.0 (and older) versions may not read CURVE/MAP types.
  • Merge 2 calibration file (CDF/PACO/DCM) using VISU command line (CLF-366). #Command_line
    Example:
    > Visu.exe merge_calib /calib1 "file1.cdfx" /calib2 "file2.cdfx" "output.cdfx"
  • Equation improvements:
    • Equations can be displayed on Sample and Scatter windows.
    • Equation copy/paste/rename support is added in archive-window and maintain-screen-window.
    • [Bug Fix] Bitwise equation operators (e.g. >>, <<) do not work on element values.
    • [Bug Fix] Changing the archive offset causes error when there exists a fixed-rate equation.
  • Visual updates:
    • Visual updates to calibration comparison window (e.g. drag & drop support).
    • Drag & drop from scalar-window to sample-window.
    • Raster details are on tooltip:
      image
    • [Bug Fix] Old markers are not removed from scope, when archive offset is changed.
    • [Bug Fix] Name+datasource view is not available. Only name is displayed.
    • [Bug Fix] Bus-monior window default config is not restored after reopening if tool is installed new (CLF-378).
  • [Bug Fix] ASAP3 "GET RECORDER RESULTS" and "GET RECORDER RESULTS EV2" functions do not work correctly.
  • [Bug Fix] Tool requires new license activation when PC is connected to different network (rare) (CLF-379).