> For the complete documentation index, see [llms.txt](https://dahl-design.gitbook.io/properties/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dahl-design.gitbook.io/properties/pit-menu.md).

# Pit Menu

The pit menu is a system for controlling the plugin and [Dashboard](https://github.com/andreasdahl1987/DahlDesignDash).

You can bind a rotary switch/encoder to change menu position. Each menu position will have 3 options, which are activated though button presses:

* OK
* \+
* \-

Bindings for the pit menu position switch and the option buttons are in the plugin menu. The property `DahlDesign.PitMenu` will show the current position in the pit menu.

Though this system is tailored for [Dashboard](https://github.com/andreasdahl1987/DahlDesignDash), you can still easily implement it into your own template. The commands that are specific to [Dashboard](https://github.com/andreasdahl1987/DahlDesignDash), such as toggling Pit Screen, simply switches the property DahlDesign.PitScreen on/off. That is all. [Dashboard](https://github.com/andreasdahl1987/DahlDesignDash) uses this property to control visibility of the pit screen. You can use the same property however you want.

The table below explains all 36 options, as well as the graphics shown in [Dashboard](https://github.com/andreasdahl1987/DahlDesignDash) for each position in the Pit Menu.

| #  |                                                                                                     Graphic                                                                                                    |                                                  OK                                                  |                                                +                                                |                             -                            |
| -- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: | :------------------------------------------------------: |
| 1  |                                                                                         All pit services toggle status.                                                                                        | Clear all services (repair, windscreen, refuel, tires) and resets everything related to fuel target. | Fuel for max laps (option in plugin menu to instead give full tank) + margin + clear windscreen | Fuel for minimum to end race/stint + margin + windscreen |
| 2  |                                                                                   Available repairs and repair toggle status                                                                                   |                                            Toggle Repairs                                            |                                  Open the Launch Control screen                                 |                   Open the Pace screen                   |
| 3  |                                                                                            Tires selected, pressures                                                                                           |                                    Toggle replacement of all tires                                   |                                       +3 kPA to all tires                                       |                    -3 kPA to all tires                   |
| 4  |                                                                                       Front tire pressures and selection                                                                                       |                                        Toggle front/left tires                                       |                                     + 3 kPA front/left tires                                    |                 - 3 kPA front/left tires                 |
| 5  |                                                                                        Rear tire pressure and selection                                                                                        |                                        Toggle rear/right tires                                       |                                     + 3 kPA rear/right tires                                    |                 - 3 kPA rear/right tires                 |
| 6  |                                                                                            Windscreen toggle status                                                                                            |                                        Toggle windscreen clean                                       |                                Send private message to car ahead                                |            Send private message to car behind            |
| 7  |                                                                 Planned fueling, current fuel delta and fuel delta after fueling planned amount                                                                |                                           Toggle refueling                                           |                                            + 2 L fuel                                           |                        - 2 L fuel                        |
| 8  |                                                                 Planned fueling, current fuel delta and fuel delta after fueling planned amount                                                                |                                           Toggle refueling                                           |                                           + 10 L fuel                                           |                        - 10 L fuel                       |
| 9  |                                                                                                Stop watch timer                                                                                                |                                              Start/stop                                              |                                              Split                                              |                           Reset                          |
| 10 |                                                                                                  Temperatures                                                                                                  |                                             Spotter mode                                             |                                             Show map                                            |                      Show pit screen                     |
| 11 |                        Fuel/lap % reduction needed to avoid a pit stop, based on average and last lap fuel/lap. The menu icon will also show a short text indicating pit window actions                        |                          Cycle through performance and fuel save delta modes                         |                                         Snapshot of pace                                        |                         Live pace                        |
| 12 | Fuel calculations and pit window. The menu icon will be <mark style="background-color:red;">red</mark> if calculations are based on thin data, <mark style="background-color:yellow;">yellow</mark> otherwise. |                                            Set fuel target                                           |                                      +0.1 FuelPerLapOffset                                      |                   -0.1 FuelPerLapOffset                  |
