Integer Array Multi Source

From Visuino
Jump to navigation Jump to search

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