Text Multi Source

From Visuino
Revision as of 13:04, 11 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoTextMultiSource.png == Summary == Use this component to manage multiple text inputs, outputting the active input based on a control signal. == Description == The **Text Multi Source** component allows you to handle multiple text inputs, outputting the active input based on a control signal. This is particularly useful for applications where you need to switch between different text sources dynamically. - **Output Pins**: Defines the number of output...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Use this component to manage multiple text inputs, outputting the active input based on a control signal.

Description

The **Text Multi Source** component allows you to handle multiple text inputs, outputting the active input based on a control signal. This is particularly useful for applications where you need to switch between different text sources dynamically.

- **Output Pins**: Defines the number of output pins. The default is 2, but you can set it up to 8. Each output pin corresponds to a text input that can be selected based on the control signal.

- **In (Text)**: Receives the control signal that determines which text input to output.

- **Pin (0) to Pin [7]**: These are the text input pins. The number of available pins corresponds to the number set in the Output Pins property. For example, if Output Pins is set to 3, there will be 3 input pins available.

This component is ideal for applications such as displaying different messages on a screen based on user input or sensor data.

Diagram:

Categories

Properties

  • Output Pins – Defines the number of output pins. The default is 2, but you can set it up to 8.

Pins

  • In – Control input that determines which text input to output.
  • Pin (0) to Pin [7] – Text input pins. The number of available pins corresponds to the number set in the Output Pins property.