Integer Array Mux(Multi channel Switch)
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
- File:TArduinoIntegerCategory.png Category Integer – Integer data operations.
- File:TArduinoArraysCategory.png Category Arrays – Channel selection and multiplexing.
