64 bit Unsigned Mux(Multi channel Switch)

From Visuino
Revision as of 06:38, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image: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. <b>Diag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.