Live Telemetry Data - Asviix/F1Manager2024Logger GitHub Wiki
This guide explains how to use the live telemetry data feature of the F1Manager2024Logger plugin in SimHub Dash Studio.
- Ensure the F1Manager2024Logger plugin is installed and configured in SimHub.
- Start F1 Manager 2024 and ensure the
MemoryReader.exe
is running. - Open SimHub and verify that the plugin is enabled.
The plugin provides real-time telemetry data that can be used to create custom dashboards in SimHub Dash Studio.
The telemetry data is divided into two categories:
- Session Data: General information about the session (e.g., track name, session type, weather).
- 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:
- Open SimHub and navigate to Dash Studio.
- Click Create a new dashboard or edit an existing one.
- Use the Add Component option to add elements like text, gauges, or graphs.
- Bind the components to the telemetry data provided by the plugin.
To display the current speed of a driver:
- Add a text component to the dashboard.
- Set the text value to:
Replace
$prop('MyTeam1_Speed') km/h
MyTeam1
with the desired car name.
- 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.
- 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.