> For the complete documentation index, see [llms.txt](https://docs.miltechsimulations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miltechsimulations.com/stratoware-miltech-simulations-bo105/aircraft-and-systems/aircraft-systems/lighting-system.md).

# Lighting System

The Bo 105 comes equipped with the following lights:&#x20;

<details>

<summary>Position Lights</summary>

The position lights help to identify position and flight direction of the&#x20;helicopter.&#x20;The system consists of a red light on the port side and a green light on&#x20;the starboard side, both on the vertical stabilizers. In&#x20;addition, a white light is mounted on the rear top of the vertical fin&#x20;fairing.

&#x20;They are controlled by a switch in the overhead panel labelled POSITION LIGHT with ON and OFF positions.

</details>

<details>

<summary>Anti-collision Lights</summary>

During missions, two red flashing anti-collision lights shall attract the&#x20;attention of pilots of other aircraft to the helicopter operating nearby.&#x20;On ground, the anti-collision light is used as warning light to protect&#x20;ground personnel fromturning rotors. For this reason the anti-collision&#x20;light is manually switched on before starting the engines and the rotors&#x20;begin to turn, and it is not switched off before the rotors have stopped. The system consists of two anti-collision lights, one mounted on top&#x20;of the tail rotor transmission and the other under the nose. They are controlled by a switch in the overhead panel labelled ANTICOLL LIGHT with ON and OFF positions.

</details>

<details>

<summary>Cabin Light</summary>

The cabin light provides general illumination for the cockpit during ground operations and low-light flying. They are intended for working tasks (pre-flight checks, passenger boarding, cargo loading) rather than for inflight use, as their output is not optimised to preserve the pilot's night vision. Operation is controlled by a toggle switch in the overhead panel labelled INTERNAL LIGHT with ON and OFF positions.

</details>

<details>

<summary>Instrument Lights</summary>

<figure><img src="/files/JaC5F8HzKVGT2bJDEzz7" alt=""><figcaption></figcaption></figure>

The instrument lights illuminate the cockpit panels. The system covers the main instrument panel, the warning light panel, the operator panel, and the magnetic compass, using a combination of internal panel lights, post lights and eyebrow lights as appropriate to each instrument. Operation is controlled by the INSTR LIGHT toggle switch on the operator panel, with ON and OFF positions. Light intensity is regulated by the INSTR LIGHT rheostat located on the instrument panel itself, allowing the pilot to dim the panels.

</details>

<details>

<summary>Landing Lights</summary>

The landing light improves forward visibility for night landings, approaches, and bad-weather operations. The assembly is installed in the nose shell and houses a 250 W quartz iodine lamp on an electrically driven hinge, which can extend out to approximately 75 degrees from the fully stowed position. This allows the beam to be aimed down and ahead during approach and hover, then retracted flush with the airframe for cruise to reduce drag and protect the lamp from impact damage. The landing light is controlled by two switches on the collective switchboard.&#x20;

<figure><img src="/files/zSrQP5TKMxkMGzN2OPZg" alt="" width="320"><figcaption></figcaption></figure>

* The left switch controls the extension/retraction of the landing light.
* The right switch toggles the light itself.

</details>

<details>

<summary>Searchlight</summary>

Please refer to [Camera & Searchlight](/stratoware-miltech-simulations-bo105/aircraft-and-systems/aircraft-systems/camera-and-searchlight.md) for more information.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.miltechsimulations.com/stratoware-miltech-simulations-bo105/aircraft-and-systems/aircraft-systems/lighting-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
