Ignore Text Values

From Visuino
Revision as of 07:55, 11 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreTextValues.png == Summary == {{:Summaries:Summary Ignore Text Values}} Use this component to conditionally pass or block text input based on comparison with a specified value. == Description == This component takes an input string and compares it with a configured **Value**. Depending on the options set, it can: - **Pass Equal Values**: let text through only if it exactly matches the specified value. - **Pass Values Below**: let text through...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Summaries:Summary Ignore Text Values

Use this component to conditionally pass or block text input based on comparison with a specified value.

Description

This component takes an input string and compares it with a configured **Value**. Depending on the options set, it can: - **Pass Equal Values**: let text through only if it exactly matches the specified value. - **Pass Values Below**: let text through only if it is alphabetically *before* (i.e., comes before) the specified Value. - **Ignore Case**: apply comparisons in a case-insensitive manner when enabled.

When the comparison condition is met, the text is passed to the **Out** pin; otherwise, it is blocked (no output).

Diagram:

Categories

Properties

  • Enabled - Enables or disable the component.
  • Ignore Case - Set to **True** to make the value comparison case-insensitive.
  • Pass Equal Values - Set to **True** to pass text only if it matches the specified Value.
  • Pass Values Below - Set to **True** to pass text only if it is alphabetically before the specified Value.
  • Value - The text value to compare the input against.

Pins

  • In - The Text Input pin of the component or element
  • Out - The Text Output pin of the component or element