Skip to main content

Export session

Exporting a session could be useful if you want to save or share a replay, or if you need to have data in a csv format to import them in Excel for example.

Export a session

To export a session, you need to do a right click on a session in the tree, and then select one of the export option:

Export Replay

It will export a file you will be able to replayed on another computer or in another project (you will need to select the same protocol).

Export (IMSA Format)

It will export a CSV file with the same columns than CSVs provided by IMSA.

Export (Tyres)

It will export a CSV file with the same columns than CSVs provided by IMSA with an additional column "Tyres".

Export (Al Kamel Format)

It will export a CSV file with the same columns than CSVs provided by Alkamel in WEC/ELMS/AsLMS.

Export Raw Messages

It will export in a file all messages received by the software. It can be useful to check if you have received all the expected messages.

Export Session Data (JSON)

This feature allows you to export session data (cars, laps, stints, flag segments) to a JSON file for use in external tools or custom analysis.

To open the Session Data Export, click the Export JSON button in the Export group of the Data ribbon tab:

This will open a Session Data Export worksheet. From there:

  1. Click Browse... to select the destination file path.
  2. Right-click on the session in the tree and click Activate to load the session data into the export worksheet.

  1. Click Export to JSON in the ribbon to perform the export.

The status bar at the bottom of the worksheet displays the number of cars, laps, stints, and flag segments currently loaded.

Auto Replay Export

The Auto Replay Export feature automatically saves a .hhreplay file for each session as soon as a new session starts. This is useful at events where sessions follow one another quickly and you want every replay captured without manual intervention.

To open the Auto Replay Export worksheet, click the Auto Replay Export button in the Data ribbon tab.

Setup

  1. Click Browse... to choose the folder where replay files will be saved. The folder will be created automatically if it does not exist.
  2. Click Start to activate automatic export.

The status label turns green and reads Active — replays will be exported on session switch.

How it works

Whenever a new session is detected, the software exports the previous session in the background:

  • If a pre-built .hhreplay file already exists on disk for that session it is copied directly to the destination folder.
  • Otherwise the replay is regenerated from the project database using the raw message export.

The exported file is named after the session (invalid filename characters are replaced with underscores).

The status label updates after each export to show the filename and time of the last successful export, or an error message if the export failed.

Stopping

Click Stop to deactivate automatic export. Closing the worksheet tab also stops the export. Any replays already exported remain in the destination folder.