64 bit Unsigned Toggle Demux
Jump to navigation
Jump to search
File:TArduino64BitUnsignedToggleDemux.png
Summary
Routes a 64-bit unsigned input to one of two outputs based on a boolean control signal.
Description
The **64-bit Unsigned Toggle Demux** component takes a single 64-bit unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property determines which output is active at startup, providing conditional routing for 64-bit numeric signals.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal routing and switching.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer and numeric manipulation.
Properties
- Initial Select Value – Sets the default select state (boolean) at startup.
Pins
Input Pins
- In – 64-bit unsigned input value.
- Select – Boolean control input determining the active output channel.
Output Pins
- True – 64-bit unsigned output when **Select** is true.
- False – 64-bit unsigned output when **Select** is false.