# On UDP Start

## Overview

![The On UDP Start Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-e1f32cb3c88bf3b18a7816aaf931300f79c53839%2Fonudpstart.png?alt=media)

**On UDP Start** is an **Event Listener Node** notifying that the **UDP** connection was successfully established, therefore enabling the user to trigger a **Logic Branch** on said connection to the *UDP* server.

**UDP Communication** in **Incari** is available as a plugin and is enabled as default. However, in the case that it is disabled in the **Plugins Editor**, it will not appear in the **Project Settings** and **On UDP Start** will not show up in the [**Toolbox**](https://docs.incari.com/incari-studio/2022.2/toolbox/overview). Please refer to the [**Plugins Editor**](https://docs.incari.com/incari-studio/2022.2/modules/plugins) to find out more information..

[**Scope**](https://docs.incari.com/incari-studio/2022.2/overview#scopes): **Project**, **Scene**.

## Attributes

![The On UDP Start Node Attributes.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-e1ce197673e11103f087bf779e1d0654415d0b28%2Fonudpstartatts.png?alt=media)

| Attribute       | Type          | Description                                                                                                                                                                                         |
| --------------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Configuration` | **Drop-Down** | The desired *UDP* server, which refers back to the selections made under *UDP* in the [**Project Settings**](https://docs.incari.com/incari-studio/2022.2/modules/project-settings/udp-connection). |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**On UDP Stop**](https://docs.incari.com/incari-studio/2022.2/toolbox/communication/udp/events/onudpstop)
