Integer Array On/Off Switch: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoIntegerArraySwitch.png == Summary == Enables or disables the transmission of an integer array signal to the output. == Description == The **Integer Array On/Off Switch** component allows control over whether the input integer array signal is passed through to the output. When the **Enable** pin is set to `true`, the input is transmitted to the **Out** pin; when `false`, output is stopped. Optional properties such as **Ignore Same** and **Send On E..." |
(No difference)
|
Latest revision as of 07:07, 13 November 2025
File:TArduinoIntegerArraySwitch.png
Summary
Enables or disables the transmission of an integer array signal to the output.
Description
The **Integer Array On/Off Switch** component allows control over whether the input integer array signal is passed through to the output. When the **Enable** pin is set to `true`, the input is transmitted to the **Out** pin; when `false`, output is stopped. Optional properties such as **Ignore Same** and **Send On Enable** refine behavior to avoid redundant updates or trigger output when enabling.
Diagram:
Properties
- Initial Enabled – Sets the initial enabled state of the component.
- Ignore Same – When enabled, prevents sending identical values repeatedly.
- Send On Enable – When enabled, sends the current value immediately upon activation.
Pins
Input Pins
- Enable – Boolean input that controls whether data is passed through.
- In – Integer array input signal.
Output Pins
- Out – Integer array output (active only when enabled).
Categories
- File:TArduinoIntegerCategory.png Category Integer – Integer data flow and signal control.
- File:TArduinoArraysCategory.png Category Arrays – Array management and control components.
