64 bit Unsigned Mux(Multi channel Switch)
Jump to navigation
Jump to search
File:TArduino64BitUnsignedMux.png
Summary
Selects one of multiple 64-bit unsigned inputs and routes it to a single output.
Description
The **64-bit Unsigned Mux (Multi Channel Switch)** component takes multiple 64-bit unsigned inputs and outputs the one selected by the **Select** pin. The number of input pins is determined by the **Input Pins** property, and the **Initial Channel** property sets the default active input at startup.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer data routing.
Properties
- Initial Channel – Default input channel at startup.
- Input Pins – Number of 64-bit unsigned input channels.
Pins
Input Pins
- In – 64-bit unsigned inputs; the number depends on the **Input Pins** property.
- Select – Integer input selecting which input is routed to the output.
Output Pins
- Out – 64-bit unsigned output corresponding to the selected input.