Char Multi Source
Summary
Use this component to route a single character input to multiple character output pins.
Description
The **Char Multi Source** component takes a single character input and distributes it across multiple output pins, numbered from **Pin (0)** upwards. You can configure how many output pins are active using the **Output Pins** property (default is 2). If the number of output pins exceeds the input, each configured pin simply outputs the same input character; it’s ideal for scenarios where the same character needs to feed multiple parts of your Visuino flow simultaneously.
Diagram:
Categories
Category Text - Text components category
Properties
- Output Pins – Number of character output pins to use (default: 2).
Pins
- In – The Char Input pin of the component or element
- Pin (0) through Pin ([n − 1]) – Outputs the input character to each, where *n* is the number of Output Pins configured.