64 bit Integer Toggle Demux: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduino64BitIntegerToggleDemux.png == Summary == Routes an integer input to **True** or **False** outputs based on a boolean control. == Description == The **64 bit Integer Toggle Demux** sends the **In** 64 bit 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:TArduino64BitIntegerToggleDemux.Preview.png == Categories == *Im..." |
(No difference)
|
Latest revision as of 09:06, 14 August 2025
File:TArduino64BitIntegerToggleDemux.png
Summary
Routes an integer input to **True** or **False** outputs based on a boolean control.
Description
The **64 bit Integer Toggle Demux** sends the **In** 64 bit 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
- File:TArduinoIntegerCategory.png Category Integer – Two-way integer routing
Properties
- Enabled – Enables or disables the component.
- Initial Select Value – Boolean – initial route selection.
Pins
- select – Boolean control input.
- In – 64 bit Integer input.
- True – 64 bit Integer output active when **select** is **True**.
- False – 64 bit Integer output active when **select** is **False**.