64 bit Integer Demux(Multiple Output channel Switch): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoInteger64Demux.png == Summary == Routes a single 64-bit integer input to one of multiple output channels. == Description == The **Integer Demux (Int64)** component acts as a multiple-output channel switch for 64-bit integer values. It sends the value from the **In** pin to one of the configured output pins based on the **Select** pin’s value, while all other outputs remain inactive. This allows dynamically directing a single integer source to..." |
(No difference)
|
Latest revision as of 01:51, 15 August 2025
File:TArduinoInteger64Demux.png
Summary
Routes a single 64-bit integer input to one of multiple output channels.
Description
The **Integer Demux (Int64)** component acts as a multiple-output channel switch for 64-bit integer values. It sends the value from the **In** pin to one of the configured output pins based on the **Select** pin’s value, while all other outputs remain inactive. This allows dynamically directing a single integer source to different destinations during execution.
Diagram:
Categories
- File:TArduinoIntegerCategory.png Category Integer – Multi-channel routing
Properties
- Initial Channel – Integer – the output channel selected by default when the system starts.
- Output Pins – Integer – number of 64-bit output channels to generate.
Pins
- In – 64-bit integer input.
- Select – Integer input – index of the output channel to activate.
- Out[n] – 64-bit integer output at index **n** (0..Output Pins−1), where only the selected channel outputs the **In** value.