Analog Array On/Off Switch
Jump to navigation
Jump to search
File:TArduinoAnalogArrayOnOffSwitch.png
Summary
Analog array switching component that can enable or disable the flow of analog array signals with configurable behavior.
Description
The Analog Array On/Off Switch controls the passing of analog array values from input to output. It can ignore repeated values, set an initial enabled state, and optionally send values immediately when enabled.
Diagram:
Properties
- Ignore Same (boolean) – Prevents repeated identical values from being sent.
- Initial Enabled (boolean) – Determines if the switch starts in the enabled state.
- Send On Enable (boolean) – When enabled, immediately sends the current value upon activation.
Pins
Input Pins
- In (analog array) – Incoming analog array values.
- Enable (digital) – Digital signal to enable or disable the switch.
Output Pins
- Out (analog array) – Forwarded analog array values when enabled.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoSwitchCategory.png Category Switch – Switching and control components.