Analog Array Mux(Multi channel Switch)
Jump to navigation
Jump to search
File:TArduinoAnalogArrayMux.png
Summary
Selects one analog array input from multiple channels and passes it to the output based on a digital select signal.
Description
The Analog Array Mux component routes one of several analog array inputs to the output depending on the **Select** input value. The initial active channel can be configured via the **Initial Channel** property, and the number of input pins is adjustable. This is useful for multiplexing multiple sensor arrays or selecting data from different sources.
Diagram:
Properties
- Initial Channel (integer) – Sets which input channel is initially active.
- Input Pins – Number of analog array input channels.
Pins
Input Pins
- In (analog array) – Input array signals (number of inputs depends on **Input Pins** property).
- Select (integer) – Determines which input channel is passed to the output.
Output Pins
- Out (analog array) – Analog array output corresponding to the selected input channel.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoDigitalCategory.png Category Digital – Digital-controlled routing of analog array signals.
- File:TArduinoArrayCategory.png Category Array – Components for handling analog arrays.