Text Change Only

From Visuino
Revision as of 08:24, 11 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoTextChangeOnly.png == Summary == Use this component to forward text input only when it changes. == Description == This component monitors its **In** text input and suppresses outputs when the input remains the same as the previous value. When it receives new or different text, it passes that changed text to the **Out** pin. It’s particularly useful for preventing redundant processing or signaling in flows triggered only by actual content change...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoTextChangeOnly.png

Summary

Use this component to forward text input only when it changes.

Description

This component monitors its **In** text input and suppresses outputs when the input remains the same as the previous value. When it receives new or different text, it passes that changed text to the **Out** pin. It’s particularly useful for preventing redundant processing or signaling in flows triggered only by actual content changes.

Diagram:

Categories

Properties

  • Enabled – Enables or disable the component.

Pins

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