Integer Toggle Demux

From Visuino
Revision as of 09:01, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerToggleDemux.png == Summary == Routes an integer input to **True** or **False** outputs based on a boolean control. == Description == The **Integer Toggle Demux** sends the **In** integer to one of two outputs: **True** or **False**, depending on the **select** control. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduinoIntegerToggleDemux.Preview.png == Categories == *Image:TArduinoIntegerCateg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerToggleDemux.png

Summary

Routes an integer input to **True** or **False** outputs based on a boolean control.

Description

The **Integer Toggle Demux** sends the **In** integer to one of two outputs: **True** or **False**, depending on the **select** control. The starting route can be set with **Initial Select Value**.

Diagram:

Categories

Properties

  • Initial Select Value – Boolean – initial route selection.

Pins

  • select – Boolean control input.
  • In – Integer input.
  • True – Integer output active when **select** is **True**.
  • False – Integer output active when **select** is **False**.