New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

11 August 2025

  • 10:0910:09, 11 August 2025 Char On/Off Switch (hist | edit) [1,819 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCharOnOffSwitch.png == Summary == Use this component to control when a character is passed through, based on enable logic and optional state conditions. == Description == The **Char On/Off Switch** component allows character input to be conditionally passed to the output, depending on control logic: - **Enable** pin (boolean) controls whether the character is allowed through. - **Ignore Same** prevents re-sending the same character if it hasn't change...")
  • 09:4309:43, 11 August 2025 Ignore Char Values (hist | edit) [1,917 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreCharValues.png == Summary == Use this component to conditionally pass or block character input based on a comparison with a specified character value. == Description == This component examines an incoming character—or text interpreted as a single character—and compares it against a configured **Value**. You can optionally ignore case sensitivity by enabling **Ignore Case**. Depending on the configuration: - **Pass Equal Values**: allows...")
  • 09:2809:28, 11 August 2025 Char Toggle Demux (hist | edit) [1,529 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCharToggleDemux.png == Summary == Use this component to split a character input into one of two outputs, based on a boolean selector. == Description == The **Char Toggle Demux** component receives a single character input and routes it to either the **True** or **False** output pin depending on the **Select** boolean pin’s state. If **Select** is **True**, the input character is sent to the **True** pin; if **False**, it’s sent to the **False**...")
  • 09:2409:24, 11 August 2025 Char Multi Source (hist | edit) [1,189 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCharMultiSource.png == 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 config...")
  • 08:5708:57, 11 August 2025 Char Toggle Switch (hist | edit) [1,617 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCharToggleSwitch.png == Summary == Use this component to select and output one of two characters based on a boolean selector. == Description == The **Char Toggle Switch** component enables you to output a character based on a toggling boolean condition. When the **Select** pin is **True**, the **True** character (configured via property) is sent to the **Out** pin; when **Select** is **False**, the **False** character is output. Set the **Initial...")
  • 08:4908:49, 11 August 2025 Split Text To Chars (hist | edit) [1,395 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSplitTextToChars.png == Summary == Use this component to split an input string into individual characters across multiple output pins. == Description == This component takes an input text string and distributes each character to its own output pin, from **Pin (0)** upward. The number of active output pins is configurable via the **Output Pins** property (default is 8), allowing you to control how many characters are emitted. If the input string i...")
  • 08:3808:38, 11 August 2025 Text Toggle Demux (hist | edit) [1,536 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoTextToggleDemux.png == Summary == Use this component to route input text to one of two outputs based on a toggling boolean selector. == Description == The **Text Toggle Demux** component directs an input text to one of two output pins—**True** or **False**—depending on the state of the **Select** boolean pin. When the **Select** pin is **True**, the input text is forwarded to the **True** pin; when **Select** is **False**, the text is forwarded...")
  • 08:2908:29, 11 August 2025 Replace Text (hist | edit) [1,310 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoReplaceText.Preview.png == Summary == Use this component to find and replace a specified substring within the input text. == Description == This component takes an input string and replaces all occurrences of the **From Value** substring with the **To Value** string, then outputs the result. When **Enabled** is set to false, the component simply passes the input text through without modifications. This can be especially useful for sanitizing, norm...")
  • 08:2408:24, 11 August 2025 Text Change Only (hist | edit) [966 bytes] 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...")
  • 08:0608:06, 11 August 2025 Char Value (hist | edit) [992 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCharValue.png == Summary == Use this component to output a fixed character each time it receives a clock signal. == Description == This component holds a specified character (for example, ASCII code #32 for a space) and outputs it on the **Out** pin whenever the **Clock** pin receives a signal. Ideal for injecting constant characters into data streams—such as delimiters, spaces, or line-break markers—based on timing or event triggers defined by...")
  • 07:5507:55, 11 August 2025 Ignore Text Values (hist | edit) [1,687 bytes] 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...")
  • 06:3806:38, 11 August 2025 Find Last Text Position (hist | edit) [1,621 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastText Position.png == Summary == Use this component to find the position (index) of the last occurrence of a specified text in a string. == Description == Use this component to find the position (index) of the **last occurrence** of a specified text within an input string. It scans the entire input text and returns the index of the last match found. This is useful for cases where you need to process or extract data starting from the final...")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)