SIM

Circuits

Create circuit inputs from CSV track data for FastSim and circuit analysis workflows.

Circuits are reusable SIM inputs that store track data, map orientation, and circuit metadata. FastSim uses circuits for circuit-based simulation setup. Circuit detail pages also let you inspect the track map and available telemetry preview.

Use circuits when your team needs a track file that can be selected consistently across simulation runs.

Before you start

  • Select the correct team.
  • You need module create permission to add a circuit.
  • Prepare a CSV circuit file with a header row and numeric data rows.
  • Choose a name and short name before opening the import sheet.

Create a circuit

  1. Open Circuits from the sidebar.
  2. Select New.
  3. Enter Name.
  4. Enter Short Name. Short name is limited to 7 characters.
  5. Add Notes and Tags when useful for event, track version, or source tracking.
  6. Optionally upload a PNG, JPEG, or JPG picture up to 5 MB.
  7. Upload the required Circuit File in CSV format.
  8. Continue to Verify.
  9. Review the parsed map and telemetry preview.
  10. Adjust Start Angle if the map orientation needs correction.
  11. Save the circuit.

After the save finishes, the circuit appears in the Circuits table and can be selected in FastSim setup.

Circuit fields

FieldWhat it meansNotes
NameFull circuit name.Required.
Short NameCompact label used in tables and selectors.Required. Max 7 characters.
NotesTeam context for this circuit file or track version.Optional.
TagsLabels used for filtering and organization.Optional.
PictureCircuit image shown with the circuit.Optional PNG, JPEG, or JPG up to 5 MB.
Circuit FileCSV data used to build the circuit preview and uploaded circuit.Required.
Start AngleMap rotation used when viewing the circuit.Integer from -180 to 180. Default 0.

CSV preview support

The circuit import preview reads the uploaded CSV before the circuit is saved.

Supported preview behavior:

  • Comma, semicolon, and tab delimiters.
  • A header row before numeric samples.
  • Optional unit or nonnumeric rows after the header.
  • Old headers such as Time, Dist, VehVelX, and VehAccY.
  • New headers such as Trk_Time, Trk_Dist, Trk_Veh_Vel_X, and Trk_Veh_Acc_Y.
  • Track-map channels such as X, Y, Z, and Dist when slim track data is loaded.

The Verify step is available only when name, short name, file, and parsed data are valid.

Review a circuit

  1. Open Circuits.
  2. Select a circuit row.
  3. Use the track viewer to inspect the circuit.
  4. Open the info sheet to review name, short name, notes, track length, average lap time, creator, and created date when those values are available.

If full telemetry data is available, the circuit detail page uses the interactive track viewer. If only slim track data is available, it uses the circuit chart.

Use a circuit in simulations

FastSim setup requires a circuit. The circuit selector can include team circuits and public circuits. OpenSim uses Driver Inputs instead of Circuit.

Troubleshooting

ProblemWhat to check
New is hiddenConfirm your role has module create permission.
Cannot continue to VerifyCheck name, short name, and CSV file. The file must parse to at least one data row.
Short name errorKeep Short Name at 7 characters or fewer.
Start angle errorUse a whole number from -180 to 180.
Circuit detail shows Failed to load circuit dataRetry the load. If it still fails, go back and confirm the circuit file is available.
Circuit is missing from FastSim setupConfirm the correct team is active or choose an available public circuit.

Next steps

On this page