Concat Binaries
Last updated
Last updated
Concat Binaries merges two or more Binary numbers into a new one. The numbers to be merged are given as input to the Node.
Attribute | Type | Description |
---|---|---|
| Binary | The default value of the Binary number, if none is given in the Input Socket. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Binary | Two or more Binary numbers to be concatenated. |
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. |
| Binary | The merged Binary number. |