Analog Array Toggle Switch
Jump to navigation
Jump to search
File:TArduinoAnalogArrayToggleSwitch.png
Summary
Selects between two analog array inputs and passes the selected array to the output based on a digital select signal.
Description
The Analog Array Toggle Switch component routes one of the two analog array inputs (**True** or **False**) to the output depending on the state of the **Select** pin. The initial selected input can be set using the **Initial Select Value** property. This is useful for switching between sensor arrays or conditional data routing in analog array systems.
Diagram:
Properties
- Initial Select Value (boolean) – Determines which input is initially passed to the output.
Pins
Input Pins
- Select (digital/boolean) – Controls which input is routed to the output.
- True (analog array) – First analog array input.
- False (analog array) – Second analog array input.
Output Pins
- Out (analog array) – Output analog array reflecting the selected input.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoDigitalCategory.png Category Digital – Digital control of analog signals.
- File:TArduinoArrayCategory.png Category Array – Components for handling analog arrays.