# Channel Naming

The **MULTI Channel Namer** LUA script can be used to automatically name the channels of any model which is configured with a MULTI-Module protocol.

The script uses the configured protocol, a database containing the channel assignments for each protocol, and the module's configured [Expected Channel Order](/using-the-module/channel-order.md#expected-channel-order) to name all the channels according to their specified use.

The script makes it extremely easy to assign the correct inputs to each channel by matching inputs to the named outputs.

{% hint style="success" %}
The **MULTI Channel Namer** script is included in OpenTX 2.3.8.  OpenTX 2.3.8 or newer is required to use the script.
{% endhint %}

## Using the Script

1\. Select or configure a model which uses a MULTI-Module protocol\
2\. Ensure that the correct MULTI-Module protocols is selected in the model

![Model configured with the MJXq / E010 protocol](/files/-MBQBjHgyEW09dtsXQ2d)

3\. Press the **SYS** button\
4\. From the **Tools** menu, launch the **Multi chan namer** script

![Multi Chan Namer Script](/files/-MBQCHnjGBm4zHsLRv4M)

5\. Check that the output looks sane

![E010 Channel Names](/files/-MBQCSljhjAkLVcMb78d)

6\. Press **Enter** to save the channel names

In the Outputs screen the channels will now be named according to their designated use:

![E010 Named Channels](/files/-MBQCmywtPZwIXXX_Jnw)

## Script Updates

{% hint style="success" %}
The latest version of the Multi Channel Namer script can be download from <https://downloads.multi-module.org>.
{% endhint %}

1. Download the **MultiLuaScripts.zip** file from the latest release
2. Unzip the file
3. Connect your radio or SD card to your computer
4. Copy **MultiChannelsUpdate.lua** and **MultiChan.txt** to the **TOOLS\SCRIPTS** folder on the radio's SD card (replace the existing files with the same names)

## Video

You can see a demonstration of the script in this video:

{% embed url="<https://www.youtube.com/watch?reload=9&v=L58ayXuewyA>" %}


---

# 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://www.multi-module.org/using-the-module/channel-naming.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.
