User contributions for Visuino
Jump to navigation
Jump to search
11 August 2025
- 10:0910:09, 11 August 2025 diff hist +1,819 N Char On/Off Switch 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..." current
- 10:0910:09, 11 August 2025 diff hist 0 N File:TArduinoCharOnOffSwitch.Preview.png No edit summary current
- 09:5009:50, 11 August 2025 diff hist +1,263 Char Multi-Source Merger No edit summary current
- 09:4909:49, 11 August 2025 diff hist 0 N File:TArduinoCharMultiSourceMerger.Preview.png No edit summary current
- 09:4309:43, 11 August 2025 diff hist +1,917 N Ignore Char Values 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..." current
- 09:4209:42, 11 August 2025 diff hist 0 File:TArduinoIgnoreCharValues.Preview.png Visuino uploaded a new version of File:TArduinoIgnoreCharValues.Preview.png current
- 09:4109:41, 11 August 2025 diff hist 0 File:TArduinoCharToggleSwitch.Preview.png Visuino uploaded a new version of File:TArduinoCharToggleSwitch.Preview.png current
- 09:2809:28, 11 August 2025 diff hist +1,529 N Char Toggle Demux 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**..." current
- 09:2809:28, 11 August 2025 diff hist 0 N File:TArduinoCharToggleDemux.Preview.png No edit summary current
- 09:2409:24, 11 August 2025 diff hist +1,189 N Char Multi Source 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..." current
- 09:2309:23, 11 August 2025 diff hist 0 File:TArduinoCharMultiSource.Preview.png Visuino uploaded a new version of File:TArduinoCharMultiSource.Preview.png current
- 08:5708:57, 11 August 2025 diff hist +1,617 N Char Toggle Switch 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..." current
- 08:4908:49, 11 August 2025 diff hist +1,395 N Split Text To Chars 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..." current
- 08:4908:49, 11 August 2025 diff hist 0 N File:TArduinoSplitTextToChars.Preview.png No edit summary current
- 08:3808:38, 11 August 2025 diff hist +1,536 N Text Toggle Demux 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..." current
- 08:3708:37, 11 August 2025 diff hist 0 N File:TArduinoTextToggleDemux.Preview.png No edit summary current
- 08:3008:30, 11 August 2025 diff hist −8 Replace Text No edit summary current
- 08:2908:29, 11 August 2025 diff hist +1,318 N Replace Text 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:2808:28, 11 August 2025 diff hist 0 N File:TArduinoReplaceText.Preview.png No edit summary current
- 08:2408:24, 11 August 2025 diff hist +966 N Text Change Only 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..." current
- 08:2308:23, 11 August 2025 diff hist 0 N File:TArduinoTextChangeOnly.Preview.png No edit summary current
- 08:0608:06, 11 August 2025 diff hist +992 N Char Value 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..." current
- 08:0108:01, 11 August 2025 diff hist 0 File:TArduinoCharValue.Preview.png Visuino uploaded a new version of File:TArduinoCharValue.Preview.png current
- 07:5707:57, 11 August 2025 diff hist −42 Ignore Text Values No edit summary current
- 07:5507:55, 11 August 2025 diff hist +1,729 N Ignore Text Values 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..."
- 07:5407:54, 11 August 2025 diff hist 0 File:TArduinoIgnoreTextValues.Preview.png Visuino uploaded a new version of File:TArduinoIgnoreTextValues.Preview.png current
- 06:3806:38, 11 August 2025 diff hist +1,621 N Find Last Text Position 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..." current
- 06:3706:37, 11 August 2025 diff hist 0 N File:TArduinoFindLastText Position.Preview.png No edit summary current
24 March 2024
- 05:3005:30, 24 March 2024 diff hist −44 Speed and Direction To Speed No edit summary current
- 05:2905:29, 24 March 2024 diff hist +50 Speed and Direction To Speed No edit summary
- 05:2705:27, 24 March 2024 diff hist 0 N File:TSpeedAndDirectionToSpeed.Preview.png No edit summary current
- 05:2705:27, 24 March 2024 diff hist 0 N File:TSpeedAndDirectionToSpeed.png No edit summary current
- 05:2405:24, 24 March 2024 diff hist −7 Speed Change(Acceleration) Meter No edit summary current
- 05:2405:24, 24 March 2024 diff hist 0 N File:TSpeedChangeMeter.png No edit summary current
- 05:2205:22, 24 March 2024 diff hist −7 Speed Change(Acceleration) Meter No edit summary
- 05:2005:20, 24 March 2024 diff hist 0 N File:TSpeedChangeMeter.Preview.png No edit summary current
- 05:0905:09, 24 March 2024 diff hist +3 Speed and Direction To Speed No edit summary
- 05:0805:08, 24 March 2024 diff hist −2 Speed and Direction To Speed No edit summary
- 05:0805:08, 24 March 2024 diff hist +10 Speed and Direction To Speed No edit summary
- 05:0705:07, 24 March 2024 diff hist −1 Speed and Direction To Speed No edit summary
- 05:0705:07, 24 March 2024 diff hist −4 Speed and Direction To Speed No edit summary
- 05:0605:06, 24 March 2024 diff hist +24 Speed and Direction To Speed No edit summary
- 05:0505:05, 24 March 2024 diff hist +10 Speed and Direction To Speed No edit summary
- 05:0505:05, 24 March 2024 diff hist +3,135 N Speed and Direction To Speed Created page with "File:TSpeedAndDirectionToSpeed.png == Summary == {{:Summaries:Speed and Direction To Speed}} == Description == The primary function of the "Speed and Direction To Speed" component is to take two inputs: speed and direction, and convert them into a single output representing the speed level ranging from 0.0 to 1.0. This output signal is crucial for driving motors, controlling actuators, or any other application where speed and direction control is required. Input P..."
10 March 2024
- 10:1510:15, 10 March 2024 diff hist +1,115 N Add Analog Value Created page with "File:TAddAnalogValue.png == Summary == {{:Summaries:Add Analog Value}} == Description == In Visuino, the "Add Analog Value" component is used to add a constant value to an input analog value. This component is typically used in projects where you need to adjust or modify analog signals before they are sent to other components or devices. <b>Diagram:</b> File:TAddAnalogValue.Preview.png == Categories == *File:TArduinoAnalogToolbarCategory.png|link=Category..." current
- 10:1510:15, 10 March 2024 diff hist 0 N File:TAddAnalogValue.png No edit summary current
- 09:5609:56, 10 March 2024 diff hist 0 N File:TMinLimitAnalog.png No edit summary current
- 09:5209:52, 10 March 2024 diff hist +1,103 N Min Limit Analog Created page with "File:TMinLimitAnalog.png == Summary == {{:Summaries:Min Limit Analog}} == Description == In Visuino, the "Min Limit Analog" component is used to set minimum value on an analog output. Everything below the limited value will be ignored. This component is particularly useful when you need to limit the value of an analog signal. <b>Diagram:</b> File:TMinLimitAnalog.Preview.png == Categories == *link=Category:Analog ..." current
- 09:4809:48, 10 March 2024 diff hist +1,261 N Analog Array Snapshot Created page with "File:TAnalogArraySnapshot.png == Summary == {{:Summaries:Analog Array Snapshot}} == Description == In Visuino, the "Analog Array Snapshot" component is used to capture an array of analog values at a specific moment in time. This component is particularly useful when you need to store and work with multiple analog sensor readings simultaneously. Once "Snapshot" pin is triggered, the component takes a "snapshot" of the analog values present on the specified pins at..." current
- 09:4809:48, 10 March 2024 diff hist 0 N File:TAnalogArraySnapshot.png No edit summary current