Analog Demux(Multiple Output channel Switch)
Jump to navigation
Jump to search
Summary
Routes an analog input to one of multiple output channels based on a digital select signal.
Description
The Analog Demux component directs an incoming analog signal to one of several output pins, 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 analog signals, or distributing sensor data to multiple channels.
Diagram:
Properties
- Initial Channel (integer) – Sets the output channel initially active.
- Output Pins (default 2) – Number of analog output channels available.
Pins
Input Pins
- In (analog) – Analog input signal.
- Select (integer) – Determines which output channel receives the input signal.
Output Pins
- Output pins (analog) – One of multiple analog 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 signals.