Lap Timing Channels
Overview
The Display Module can perform lap timing when connected to a suitable beacon. To configure lap timing see Lap Timing / GPS .
Data Types
Most lap timing channels are ’time’ types; Gauges should use time based formatting to display them (see Value Formatting ).
If lap timing channels are used as inputs to other channels, they are first converted to milliseconds and sent as a floating point number instead of as a time value.
Tip
To display lap time deltas on Bar Gauges , create a Linear (Scalar) Channel with the pre-defined delta channel as an input. This will convert the time to a floating point number, making it possible to use it in a bar type gauge.
Lap Timing Channels
Channel Name | Description |
---|---|
Current Lap Num | The current lap number. This is zero until the first beacon has been passed then increments by 1 each time a beacon is passed. |
Current Lap Time | The elapsed time of the current lap. When a beacon is passed, the lap time will freeze for 3 seconds to show the time of the lap just completed before resuming to show the new current lap time. |
Last Lap Num | The number of the last lap just completed. |
Last Lap Time | The lap time of the lap just completed. |
Fastest Lap Num | The number of the fastest lap in the current session. |
Fastest Lap Time | The time of the fastest lap. |
Fastest Lap Delta | The time difference between the last completed lap and the previous fastest lap. |
Last Lap Delta | The time difference between the last completed lap and the previously completed lap. |
Fastest Lap Average Speed | The average speed of the fastest lap. |
Last Lap Average Speed | The average speed of the last lap. |
Predicted Lap Time | The predicted lap time of the current lap based on the fastest lap. |
Predicted Fastest Delta | The predicted difference between the current lap and the fastest lap. |
Predicted Last Delta | The predicted difference between the current lap and the last lap. |