Live Telemetry Data - Asviix/F1Manager2024Logger GitHub Wiki

Live Telemetry Data

This guide explains how to use the live telemetry data feature of the F1Manager2024Logger plugin in SimHub Dash Studio.

Prerequisites

  1. Ensure the F1Manager2024Logger plugin is installed and configured in SimHub.
  2. Start F1 Manager 2024 and ensure the MemoryReader.exe is running.
  3. Open SimHub and verify that the plugin is enabled.

Accessing Telemetry Data

The plugin provides real-time telemetry data that can be used to create custom dashboards in SimHub Dash Studio.

Available Data Points

The telemetry data is divided into two categories:

  1. Session Data: General information about the session (e.g., track name, session type, weather).
  2. Driver Data: Detailed telemetry for each driver (e.g., speed, lap times, tyre wear).

Refer to the following page for a complete list of data points:


Creating a Dashboard

  1. Open SimHub and navigate to Dash Studio.
  2. Click Create a new dashboard or edit an existing one.
  3. Use the Add Component option to add elements like text, gauges, or graphs.
  4. Bind the components to the telemetry data provided by the plugin.

Example

To display the current speed of a driver:

  1. Add a text component to the dashboard.
  2. Set the text value to:
    $prop('MyTeam1_Speed') km/h
    
    Replace MyTeam1 with the desired car name.

Tips for Customization

  • Use gauges for visualizing values like speed, RPM, or tyre temperatures.
  • Use graphs to track data trends over time, such as lap times or tyre wear.
  • Combine multiple data points to create a comprehensive telemetry view.

Troubleshooting

  • If data is not updating, ensure the MemoryReader.exe is running and attached to the game process.
  • Verify that the plugin is enabled in SimHub and the correct path to the shared memory file is set in the plugin settings.

For additional help, refer to the Troubleshooting page.

⚠️ **GitHub.com Fallback** ⚠️