Unsigned Array On/Off Switch
File:TArduinoUnsignedArrayOnOffSwitch.png
Summary
Controls the flow of an unsigned array input using an enable signal.
Description
The **Unsigned Array On/Off Switch** component passes an unsigned array input to the output only when enabled. It includes options to ignore repeated values, set the initial enabled state, and automatically send the array when the component is enabled.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Ignore Same – If enabled, prevents sending the same array multiple times in a row.
- Initial Enabled – Defines whether the switch starts in the enabled state.
- Send On Enable – If enabled, sends the current input array immediately when the switch is enabled.
Pins
Input Pins
- Enable – Boolean input that turns the switch on or off.
- In – Unsigned array input.
Output Pins
- Out – Unsigned array output, passed through when the switch is enabled.