Analog Array Toggle Demux

From Visuino
Jump to navigation Jump to search

File:TArduinoAnalogArrayToggleDemux.png

Summary

Routes an analog array input to one of two outputs based on a boolean select signal.

Description

The Analog Array Toggle Demux component directs an incoming analog array to either the **True** or **False** output depending on the state of the select input. The initial selected output can be configured via the **Initial Select Value** property. This is useful for conditional routing of analog arrays, multiplexing sensor arrays, or selective data processing.

Diagram:

Properties

  • Initial Select Value (boolean) – Sets which output receives the input array initially (True or False).

Pins

Input Pins

  • In (analog array) – Analog array input signal.
  • Select (boolean) – Determines which output the input array is routed to.

Output Pins

  • True (analog array) – Receives the input array when select is true.
  • False (analog array) – Receives the input array when select is false.

Categories