# Binary (Hex) Value

## Overview

![The Binary (Hex) Value Node.](https://1582035224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-3848250649%2Fuploads%2Fgit-blob-adc16504ffe48259d2b67cc883a13dea7028d8d6%2Fnode-binary-hex-value.png?alt=media)

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

## Attributes

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