64 bit Unsigned Demux(Multiple Output channel Switch)
File:TArduino64BitUnsignedDemux.png
Summary
Routes a 64-bit unsigned input to one of multiple outputs based on an integer control signal.
Description
The **64-bit Unsigned Demux (Multiple Output Channel Switch)** component takes a single 64-bit unsigned input and directs it to one of several outputs, depending on the value of the **Select** pin. The number of output pins is defined by the **Output Pins** property, while the **Initial Channel** property sets the default output at startup.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal routing and switching.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer and numeric manipulation.
Properties
- Initial Channel – Defines which output channel is active at startup.
- Output Pins – Number of output channels generated.
Pins
Input Pins
- In – 64-bit unsigned input value.
- Select – Integer control input specifying which output channel receives the input.
Output Pins
- Out – 64-bit unsigned outputs; the number of pins depends on the **Output Pins** property.