Integer Array Toggle Demux

From Visuino
Revision as of 07:50, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerArrayToggleDemux.png == Summary == Routes an incoming integer array to one of two outputs based on a boolean select signal. == Description == The Integer Array Toggle Demux component takes an integer array at the In pin and directs it to either the True or False output, depending on the boolean state of the Select pin. When Select is True, the array is sent to the True output. When False, it is sent to the False output. The Initial Select Valu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerArrayToggleDemux.png

Summary

Routes an incoming integer array to one of two outputs based on a boolean select signal.

Description

The Integer Array Toggle Demux component takes an integer array at the In pin and directs it to either the True or False output, depending on the boolean state of the Select pin. When Select is True, the array is sent to the True output. When False, it is sent to the False output.

The Initial Select Value property defines which output is active when the system starts or before any selection changes occur.

Diagram:

Properties

  • Initial Select Value – Boolean value that sets the initial output state.

Pins

Input Pins

  • In – Integer array input.
  • Select – Boolean input that determines the active output channel.

Output Pins

  • True – Integer array output active when Select is True.
  • False – Integer array output active when Select is False.

Categories