Integer Array Toggle Demux: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 07:50, 13 November 2025
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
- File:TArduinoIntegerCategory.png Category Integer – Integer data handling.
- File:TArduinoArraysCategory.png Category Arrays – Array routing and switching tools.
