# Console

## Overview

![The Console Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-652b9cc30eb82453c2717a1aac70ce594bf3996b%2Fnode-console.png?alt=media)

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

## Attributes

### 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/2021.1/toolbox/development/clear-console)
