Integer Array Toggle Switch: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoIntegerArrayToggleSwitch.png == Summary == Selects between two integer array inputs based on a boolean control signal. == Description == The Integer Array Toggle Switch component switches the output between the True and False integer array inputs according to the boolean state of the Select pin. When Select is True, the True input is passed to the Out pin; when False, the False input is passed instead. The Initial Select Value property defines which..." |
(No difference)
|
Latest revision as of 07:53, 13 November 2025
File:TArduinoIntegerArrayToggleSwitch.png
Summary
Selects between two integer array inputs based on a boolean control signal.
Description
The Integer Array Toggle Switch component switches the output between the True and False integer array inputs according to the boolean state of the Select pin. When Select is True, the True input is passed to the Out pin; when False, the False input is passed instead.
The Initial Select Value property defines which input is active at startup or before any changes occur.
Diagram:
Properties
- Initial Select Value – Boolean value that determines which input is initially selected.
Pins
Input Pins
- In – Integer array input trigger or control (optional, depending on configuration).
- True – Integer array input used when Select is True.
- False – Integer array input used when Select is False.
- Select – Boolean input that determines which array is passed through.
Output Pins
- Out – Integer array output based on the current select state.
Categories
- File:TArduinoIntegerCategory.png Category Integer – Integer data handling.
- File:TArduinoArraysCategory.png Category Arrays – Array selection and routing tools.
