Analog Array Demux(Multiple Output channel Switch)
Jump to navigation
Jump to search
File:TArduinoAnalogArrayDemux.png
Summary
Routes an analog array input to one of multiple output channels based on a digital select signal.
Description
The Analog Array Demux component directs an incoming analog array to one of several output channels, determined by the **Select** input. The initial active channel can be set via the **Initial Channel** property, and the number of output pins is configurable. This is useful for conditional routing, multiplexing sensor arrays, or distributing analog array data to multiple destinations.
Diagram:
Properties
- Initial Channel (integer) – Sets the output channel initially active.
- Output Pins (default 2) – Number of analog array output channels available.
Pins
Input Pins
- In (analog array) – Analog array input signal.
- Select (integer) – Determines which output channel receives the input array.
Output Pins
- Output pins (analog array) – One of multiple analog array outputs receiving the input based on the select value.
- Pin [0]** – First output channel.
- Pin [1]** – Second output channel.
- (Additional pins appear if more output channels are configured.)*
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.