# Console

## Overview

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

The **Console** **Node** is used for showing a value of any **Data Type** on the **Console**.

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

## Attributes

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

### Inputs

| Attribute   | Type                                         | Description                                                   |
| ----------- | -------------------------------------------- | ------------------------------------------------------------- |
| `Data Type` | **Drop-down**                                | **Data Type** of the `Input` and `Output` **Sockets**.        |
| `Type`      | **Drop-down**                                | Type of the message that will appear on the **Console**.      |
| `Value`     | *Defined in the `Data Type`* ***Attribute*** | Default value, if none is received in the `Input` **Socket**. |

## Inputs

| Input             | Type                                         | Description                                                           |
| ----------------- | -------------------------------------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**                                    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | *Defined in the `Data Type`* ***Attribute*** | Value that will be shown on the **Console**.                          |

## 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. |
| `Output`           | *Defined in the `Data Type`* ***Attribute*** | Value that was shown on the **Console**.                                                                                               |

## See Also

* [**Clear Console**](https://docs.incari.com/incari-studio/2023.2/toolbox/development/clear-console)
