Integer Array Mux(Multi channel Switch)

From Visuino
Revision as of 07:03, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerArrayMux.png == Summary == Selects one of multiple integer array inputs based on the selected channel. == Description == The **Integer Array Mux (Multi Channel Switch)** component allows you to choose one of several integer array input channels and route it to a single output. The selected input is determined by the value received at the **Select** pin. This is useful for switching between multiple integer array sources dynamically. <b>Dia...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerArrayMux.png

Summary

Selects one of multiple integer array inputs based on the selected channel.

Description

The **Integer Array Mux (Multi Channel Switch)** component allows you to choose one of several integer array input channels and route it to a single output. The selected input is determined by the value received at the **Select** pin. This is useful for switching between multiple integer array sources dynamically.

Diagram:

Properties

  • Initial Channel – Defines the initial input channel selected at startup.
  • Input Pins – Sets the number of available input channels.

Pins

Input Pins

  • In – Integer array inputs (number depends on **Input Pins** setting, e.g., In[0], In[1], etc.).
  • Select – Integer input specifying which channel is active.

Output Pins

  • Out – Integer array output carrying data from the selected input channel.

Categories