Integer Array Multi Source: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoIntegerArrayMultiSource.png == Summary == Duplicates a single integer array input to multiple outputs. == Description == The **Integer Array Multi Source** component allows you to route a single integer array input to multiple outputs. You can configure the number of output pins using the **Output Pins** property. Each output provides the same integer array data, enabling parallel processing or distribution of identical data streams. <b>Diagram:<..." |
(No difference)
|
Latest revision as of 06:58, 13 November 2025
File:TArduinoIntegerArrayMultiSource.png
Summary
Duplicates a single integer array input to multiple outputs.
Description
The **Integer Array Multi Source** component allows you to route a single integer array input to multiple outputs. You can configure the number of output pins using the **Output Pins** property. Each output provides the same integer array data, enabling parallel processing or distribution of identical data streams.
Diagram:
Properties
- Output Pins – Sets the number of output pins (default is 2).
Pins
Input Pins
- In – Integer array input.
Output Pins
- Out – Integer array outputs (number depends on **Output Pins** setting, e.g., Out[0], Out[1], etc.).
Categories
- File:TArduinoIntegerCategory.png Category Integer – Integer data operations.
- File:TArduinoArraysCategory.png Category Arrays – Data duplication and routing.
