> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/toolbox/communication/canopen/canopenstart.md).

# CANopen Start

## Overview

![The CANopen Start Node.](/files/9rhWDSxTDnWUXlJ88ti8)

THe **CANopen Start Node** starts communication with a **CANopen** connection that has already been set up in [**Project Settings**](/incari-studio/2024.1/modules/project-settings/canopen.md).

It is important to note that while the **CANopen Start Node** starts a **CANopen** connection, it may not completely finish establishing said connection when the **Node** is executed. This could lead to the **Logic** attached to its **Output Pulse** to not work even though there is technically nothing wrong. In order to avoid this, it is highly suggested to use the [**On CANopen Start Node**](/incari-studio/2024.1/toolbox/communication/canopen/events/oncanopenstart.md) instead. This way, the **Logic** will only execute once the **CANopen** connection has definitely been established.

Again, the user must first use the **CANopen Start Node** to open the connection. Separately, the **On CANopen Start Node** can be used to execute the desired **Communication Logic**.

![CANopen Start and On CANopen Start Configuration.](/files/wE9qP2bA9SpzufBEl0hr)

[**Scope**](/incari-studio/2024.1/toolbox/overview.md#scopes): **Project**, **Scene**.

## Attributes

![The CANopen Start Node Attributes.](/files/67vlvVtpFNeSNz4U5Etx)

| Attribute       | Type          | Description                                                                                                                                                                |
| --------------- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Configuration` | **Drop-down** | The identifying connection name that will be used, which has already been set up in the [**Project Settings**](/incari-studio/2024.1/modules/project-settings/canopen.md). |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## 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

* [**CANopen Stop**](/incari-studio/2024.1/toolbox/communication/canopen/canopenstop.md)
* [**CANopen Send**](/incari-studio/2024.1/toolbox/communication/canopen/canopensend.md)
