# Receiving DMX

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

*DMX In* window is a window where you can receive DMX data. By data we mean both the DMX channel values as well as Art-Net timecode.

*DMX* *In* window can be found under **Tools -> DMX In**, under the *DMX* section.

<div align="left"><img src="/files/s2DSojNePiA1e4pRvyyM" alt=""></div>

## DMX In Setup

Listed under the **Nodes** section of the *DMX In* Window, you can find 2 nodes. One of them is an Art-Net node and the other one is an sACN node.

In *Configure* column you can define the number of ports we will be listening to, as well as which port is mapped to which universe. These parameters can usually be adjusted in real physical devices, as well.

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

After you click **Enabled checkbox**, the receiver node will be ready to receive *DMX Data*.

{% hint style="info" %}
**Good to know:** It is possible to receive data for both sACN and Art-Net nodes at the same time as well as multiple timecodes. Timecodes are available only for Art-Net protocol.
{% endhint %}

{% hint style="info" %}
**Good to know:** If you receive Art-Net timecode, you can also apply a timecode offset, which will affect all subsequent operations with this timecode.
{% endhint %}

## Controlling LightAct with DMX

Almost every part of LightAct can be controlled with DMX. For example:

* **Layer variables**: you can control all layer variables
* **Timelines**: most properties of timelines, such as fades, volumes, Cue triggers, Engaged status can be controlled with DMX
* **Master control**: master fade and volume and Global variables can be controlled.


---

# 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.lightact.com/dmx/dmx-in.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.
