# CONTROL MODE

#### There will be two different control mode based on the Mavlink protocol

Settings on the Camera Settings - QgroundControl when you connect the Gremsy Payload.

<figure><img src="/files/9zZnHLhBxoipkUiQCgyw" alt=""><figcaption></figcaption></figure>

## 1. Standard RC Mode

![](https://bookstack.gremsy.vn/uploads/images/drawio/2023-11/drawing-6-1701069153.png)

* The control signal will be sent directly to gimbal via RC in the MAVlink-out protocol
* The user can control 3 axis of gimbal by using 3 RC channels independently

## 2. Gremsy RC Mode

![](https://bookstack.gremsy.vn/uploads/images/drawio/2023-11/drawing-6-1701069162.png)

* In this case, the user only have a dial wheel to control gimbal and a button to select which axis will be controlled.
* In this mode, the PAN signal will be used to control TILT or PAN axis depending on the selection change by TILT signal (assign to a button).
* The ROLL axis is always '0'


---

# Agent Instructions: 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.gremsy.com/payloads/general/gremsy-payload-control-type/control-mode.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.
