> For the complete documentation index, see [llms.txt](https://manual.edgetx.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.edgetx.org/v2.10/bw-radios/model-select/heli-setup.md).

# Heli Setup

The **Heli Setup** page in Model Settings is an optional page that is available on custom-compiled versions of EdgeTX. The heli setup page is often used for collective pitch mixing (CCPM) used in flybared helicopters where the receiver directly controls the swashplate servos. Most flybarless helicopters do not need to configure this page. The outputs of the CCPM mixer are CYC1, CYC2, and CYC3, which need to be assigned to an output channel on the Mixes screen.

<figure><img src="/files/psTfOqKI5Uj31Ch8ytTH" alt=""><figcaption><p>Heli Setup screen</p></figcaption></figure>

The heli setup screen has the following configuration options:

* **Swash Type** - Swash type for your model. Options are **120, 120x, 140, and 90.**
* **Swash Ring** - Set the swash ring limit only as needed. **1** = maximum limit -> **100** or **0** = no limit.&#x20;
* **Long. cyc. source** - Select source input.
  * **Weight** - Percentage value of the stick travel to use.
* **Lateral cyc.source** -Select source input.
  * **Weight** - Percentage value of the stick travel to use.
* **Coll. pitch source** - Select source input.&#x20;
  * **Weight** - Percentage value of the stick travel to use.

Pressing the **\[PAGE>]** button will take you to the **Flight Modes** screen.


---

# 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://manual.edgetx.org/v2.10/bw-radios/model-select/heli-setup.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.
