# CAN Start

## Overview

![The CAN Start Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-0486a0584b66fae15cc8eb75d13c193263809226%2Fcanstartupdatedimage.png?alt=media)

The **CAN Start Node** starts communication with a **CAN** connection that has already been set up in [**Project Settings**](https://docs.incari.com/incari-studio/2023.2/modules/project-settings/can).

It is important to note that while the **CAN Start Node** starts a **CAN** 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 CAN Start Node**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/can/events/oncanstart) instead. This way, the **Logic** will only execute once the **CAN** connection has definitely been established.

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

![CAN Start and On CAN Start Configuration.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-948b3aeeaf73824bb3bbffeab6809e5e91d16579%2Fcanstartvsoncanstart%20-%20Copy.png?alt=media)

[**Scope**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2023.2/toolbox/communication/overview.md#scopes): **Project**, **Scene**.

## Attributes

![The CAN Start Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-bad3d9b2dd299df23a08d912f508af0d82982aa4%2Fcanstartatts20231.png?alt=media)

| Attribute       | Type          | Description                                                                                                                                                                               |
| --------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Configuration` | **Drop-down** | The identifying connection name that will be used, which is one that was set up in the [**Project Settings**](https://docs.incari.com/incari-studio/2023.2/modules/project-settings/can). |

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

* [**CAN Stop**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/can/canstop)
* [**CAN Send Packet**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/can/cansendpacket)
