> 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/electrical-system.md).

# Electrical System

The electrical system of the Bo 105 provides 28V DC power to all aircraft systems. It consists of two engine-driven generators rated at 150 amperes each, a 24V nickel-cadmium battery, and an external power unit (EPU) for ground operations.

Each generator feeds into the main power bus, which then supplies power to all downstream systems through power distribution relays and circuit breakers. The battery provides power to essential systems during engine start and serves as a backup power source in the event of a double generator failure. An EPU can be connected on the ground for engine start and pre-flight system checks.

The electrical system is managed primarily from the switch panel, please refer to [Switch Panel](/stratoware-miltech-simulations-bo105/aircraft-and-systems/cockpit-layout/switch-panel.md).

## Power Distribution

Electrical power in the Bo 105 is distributed through two buses:

<details>

<summary>Main Bus</summary>

The primary distribution point for the helicopter. It receives power from the alternators, battery, or external power unit, and supplies all primary aircraft systems including fuel pumps, fuel valves, lighting, flight instruments, pitot heat, and engine anti-icing.

</details>

<details>

<summary>Avionics Bus</summary>

Fed directly from the Main Bus and supplies the entire avionics stack: NAV1/NAV2, COM1/COM2, the transponder, the ADF/DME, marker beacon, audio controller, and the GTN750. Because the Avionics Bus is downstream of the Main Bus, all avionics depend on Main Bus power; if the Main Bus loses power, the avionics will also drop offline.

</details>

## Power Sources

<details>

<summary>Generators</summary>

Two engine-driven units, one per engine, each rated at 150 amperes. They operate in parallel to share electrical load. Each generator is controlled by a corresponding switch on the switch panel. The GEN 1 and GEN 2 warning lights on the warning light panel indicate when the respective generator is offline. In this addon, generator failures themselves are not simulated due to SDK limitations.

</details>

<details>

<summary>Battery</summary>

A 24V nickel-cadmium battery supplying power to the Main Bus when the Battery Switch is in the BAT ON / EPU OFF position. The battery provides power for engine starts and serves as an emergency power source.

</details>

<details>

<summary>External Power Unit (EPU)</summary>

This is a 28V DC ground power source that can be connected to the aircraft via a socket in the nose compartment. The EPU allows the helicopter's electrical system to be powered without using the battery, which is recommended for cold-and-dark starts to preserve battery charge for engine starts.

To request an external power unit, click the EPU ON warning light on the warning light panel. A red GPU cart will spawn outside the aircraft and connect to the battery compartment, after which the EPU ON light will illuminate to confirm power is being supplied.

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

To use external power, place the Battery Switch in the BAT OFF / EPU ON position. The EPU then powers the Main Bus, which in turn supplies the Avionics Bus. Clicking the EPU ON light again disconnects the cart and removes it from the scene.

</details>

## Monitoring

<details>

<summary>Voltmeter</summary>

Displays the DC voltage output of the Main Bus during generator, battery, or external power operation. Normal indication is 27-29V with generators online.

</details>

<details>

<summary>Ammeter</summary>

Displays current flow in the electrical system. The CURRENT IND selector switch on the switch panel determines the source: BUS BAR shows total current consumption on the Main Bus, while GEN 1 and GEN 2 show the individual output of each generator. The ammeter responds to changes in electrical load and generator selection, making it useful for monitoring system health and balancing generator loads during normal operations.

</details>

## Circuit Protection

Higher-amperage circuits and primary systems (fuel pumps, fuel valves, lighting, pitot heat, engine anti-icing, and the avionics feeds) are protected by circuit breakers on the switch panel.

In this addon, most circuit breakers are modelled and functionally pull/reset to interrupt their respective circuits. A small number of circuits are not simulated (for example, N<sub>2</sub> trim and a few others are INOP).


---

# 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:

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

The question should be specific, self-contained, and written in natural language.
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.
