# Binary (Hex) Value

## Overview

![The Binary (Hex) Value Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-bb17be4cc53a4a184768be6b234df62d67936ca9%2Fbinaryhexvalueupdatedimage.png?alt=media)

The **Binary (Hex) Value** generates a binary number represented as hexadecimal.

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

## Attributes

![The Binary (Hex)\ Value Node Attributes.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-1bec8ce0eae82d6a6029660cc12a2ea631cb8a6c%2Fbinaryvalueattributes.png?alt=media)

### Default

| Attribute | Type       | Description                                      |
| --------- | ---------- | ------------------------------------------------ |
| `Value`   | **String** | The `Value` that the generated number will have. |

## Inputs

| Input             | Type       | Description                                                             |
| ----------------- | ---------- | ----------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**.   |
| `Input`           | **Binary** | A binary number you wish to add to the **Binary (Hex) Value** **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. |
| `Output`           | **Binary** | The generated binary number represented as hexadecimal.                                                                                |

## External Links

* [*Hexadecimal*](https://en.wikipedia.org/wiki/Hexadecimal) on Wikipedia.
* [*Binary and Hexadecimal Numbers*](https://www.electronics-tutorials.ws/binary/bin_3.html) on Electronics Tutorials.
