Char Multi-Source Merger

From Visuino
Revision as of 09:50, 11 August 2025 by Visuino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoCharMultiSourceMerger.png

Summary

Use this component to merge character inputs from multiple pins into a single output stream.

Description

The **Char Multi-Source Merger** component receives character data on multiple input pins and merges them into a single **Out** pin. The number of input pins is determined by the **Input Pins** property (default is 2). Each configured pin (e.g., **Pin [0]**, **Pin [1]**, etc.) can input a character that, depending on your logic or selection rules, is forwarded to the **Out** pin.

This component is useful for combining multiple character sources—such as alternating data streams or merging character channels—into one unified output.

Diagram:

Categories

Properties

  • Input Pins – Number of character input pins to merge (default: 2).

Pins

  • Pin [0] through Pin [n − 1] – Inputs for character data; the number of pins is defined by the Input Pins property.
  • Out – Outputs the merged character from whichever input logic applies.