Analog Multi Source: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoAnalogMultiSource.png == Summary == Distributes a single analog input signal to multiple output channels simultaneously. == Description == The Analog Multi Source component copies an incoming analog signal to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This is useful for feeding the same signal to multiple processing blocks or devices without duplicating wiring. <b>Diagram:<..." |
(No difference)
|
Latest revision as of 02:12, 8 September 2025
Summary
Distributes a single analog input signal to multiple output channels simultaneously.
Description
The Analog Multi Source component copies an incoming analog signal to multiple output pins at the same time. The number of output pins is configurable via the **Output Pins** property. This is useful for feeding the same signal to multiple processing blocks or devices without duplicating wiring.
Diagram:
Properties
- Output Pins (default 2) – Number of analog output channels available.
Pins
Input Pins
- In (analog) – Input analog signal to be distributed.
Output Pins
- Output pins (analog) – Analog outputs receiving the same input signal.
- Pin [0]** – First output channel.
- Pin [1]** – Second output channel.
- (Additional pins appear if more output channels are configured.)*
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoArrayCategory.png Category Array – Components for handling multiple analog outputs.