Analog Array Demux(Multiple Output channel Switch)

From Visuino
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