Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Visuino. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:49, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64Demux.Preview.png
- 01:49, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64Demux.Preview.png
- 01:34, 15 August 2025 Visuino talk contribs created page 64 bit Integer Mux(Multi channel Switch) (Created page with "Image:TArduinoInteger64Mux.png == Summary == Selects one of multiple 64-bit integer inputs and routes it to the output. == Description == The **Integer Mux (Int64)** component acts as a multi-channel switch for 64-bit integer signals. It forwards the selected input channel to the **Out** pin based on the value provided to the **Select** pin. This is useful for dynamically switching between different integer sources during program execution. <b>Diagram:</b>...")
- 01:34, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64Mux.Preview.png
- 01:34, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64Mux.Preview.png
- 01:28, 15 August 2025 Visuino talk contribs created page Ignore Integer 64 bit Ranges (Created page with "Image:TArduinoIgnoreInteger64Values.png == Summary == Filters 64-bit integers based on one or more configurable numeric ranges. == Description == The **Ignore Integer Values (Int64)** component compares the incoming **In** value against a set of user-defined **Range** elements. Each range specifies minimum and maximum limits, along with inclusion rules for the boundaries. If the input falls within any of the defined ranges (respecting the “equal” settings...")
- 01:26, 15 August 2025 Visuino talk contribs created page File:TArduinoIgnoreIntegerValues64.Preview.png
- 01:26, 15 August 2025 Visuino talk contribs uploaded File:TArduinoIgnoreIntegerValues64.Preview.png
- 01:22, 15 August 2025 Visuino talk contribs created page Ignore Integer Ranges (Created page with "Image:TArduinoIgnoreIntegerValues.png == Summary == Filters integers based on one or more configurable numeric ranges. == Description == The **Ignore Integer Values** component compares the incoming **In** value against a set of user-defined **Range** elements. Each range specifies minimum and maximum limits, along with inclusion rules for the boundaries. If the input falls within any of the defined ranges (respecting the “equal” settings), it will be blo...")
- 01:17, 15 August 2025 Visuino talk contribs created page File:TArduinoIgnoreIntegerRanges.Preview.png
- 01:17, 15 August 2025 Visuino talk contribs uploaded File:TArduinoIgnoreIntegerRanges.Preview.png
- 09:13, 14 August 2025 Visuino talk contribs created page Ignore Integer Values (Created page with "Image:TArduinoIgnoreIntegerValues.png == Summary == Configurable integer filter that forwards or suppresses values based on equality and “below” rules. == Description == The **Ignore Integer Values** component compares the incoming **In** value against the configured **Value**. Its behavior is controlled by: - **Pass Equal Values** – when **True**, inputs equal to **Value** are forwarded; when **False**, they are suppressed. - **Pass Values Bellow** – w...")
- 09:06, 14 August 2025 Visuino talk contribs created page 64 bit Integer Toggle Demux (Created page with "Image:TArduino64BitIntegerToggleDemux.png == Summary == Routes an integer input to **True** or **False** outputs based on a boolean control. == Description == The **64 bit Integer Toggle Demux** sends the **In** 64 bit integer to one of two outputs: **True** or **False**, depending on the **select** control. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduino64BitIntegerToggleDemux.Preview.png == Categories == *Im...")
- 09:05, 14 August 2025 Visuino talk contribs created page File:TArduino64BitIntegerToggleDemux.Preview.png
- 09:05, 14 August 2025 Visuino talk contribs uploaded File:TArduino64BitIntegerToggleDemux.Preview.png
- 09:01, 14 August 2025 Visuino talk contribs created page Integer Toggle Demux (Created page with "Image:TArduinoIntegerToggleDemux.png == Summary == Routes an integer input to **True** or **False** outputs based on a boolean control. == Description == The **Integer Toggle Demux** sends the **In** integer to one of two outputs: **True** or **False**, depending on the **select** control. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduinoIntegerToggleDemux.Preview.png == Categories == *Image:TArduinoIntegerCateg...")
- 09:00, 14 August 2025 Visuino talk contribs created page File:TArduinoIntegerToggleDemux.Preview.png
- 09:00, 14 August 2025 Visuino talk contribs uploaded File:TArduinoIntegerToggleDemux.Preview.png
- 08:58, 14 August 2025 Visuino talk contribs created page Split Integer Digits (Created page with "Image:TArduinoSplitIntegerDigits.png == Summary == Splits an integer into its base-N digits on multiple outputs. == Description == The **Split Integer Digits** component decomposes the input into individual digits in the specified **Base**. <b>Diagram:</b> Image:TArduinoSplitIntegerDigits.Preview.png == Categories == *Image:TArduinoIntegerCategory.png Category Integer – Decomposition == Properties == *'''Enabled''' – Enables or disables the...")
- 08:55, 14 August 2025 Visuino talk contribs created page File:TArduinoSplitIntegerDigits.Preview.png
- 08:55, 14 August 2025 Visuino talk contribs uploaded File:TArduinoSplitIntegerDigits.Preview.png
- 08:53, 14 August 2025 Visuino talk contribs created page 64 bit Integer Multi Source (Created page with "Image:TArduino64BitIntegerMultiSource.png == Summary == Replicates a single integer input to multiple outputs; you choose how many outputs. == Description == The **Integer Multi Source** component takes one integer on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same value and timing as **In**. <b>Diagram:</b> Image:TArduino64BitIntegerMultiSource.Preview.png == Properti...")
- 08:52, 14 August 2025 Visuino talk contribs created page File:TArduino64BitIntegerMultiSource.Preview.png
- 08:52, 14 August 2025 Visuino talk contribs uploaded File:TArduino64BitIntegerMultiSource.Preview.png
- 08:46, 14 August 2025 Visuino talk contribs created page Integer Multi Source (Created page with "Image:TArduinoIntegerMultiSource.png == Summary == Replicates a single integer input to multiple outputs; you choose how many outputs. == Description == The **Integer Multi Source** component takes one integer on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same value and timing as **In**. <b>Diagram:</b> Image:TArduinoIntegerMultiSource.Preview.png == Categories == *...")
- 08:43, 14 August 2025 Visuino talk contribs created page Integer 64 bit Schmitt Trigger (Hysteresis) (Created page with "Image:TArduinoInteger64SchmittTrigger.png == Summary == {{:Summaries:Summary Integer Schmitt Trigger (Hysteresis)}} == Description == Use this Schmitt Trigger component to compare with Hysteresis the Integer signal with a given Value. The Schmitt Trigger (Int64) component emits **True** when the input rises above **High Threshold** and returns to **False** only when it falls below **Low Threshold**. <b>Diagram:</b> Image:TArduinoIntegerSchmittTrigger.Preview....")
- 08:23, 14 August 2025 Visuino talk contribs created page Integer 64 bit To Text (Created page with "Image:TArduinoInt64ToText.png == Summary == Converts a 64‑bit integer to a text string. == Description == The **Integer 64 bit To Text** component converts an 64 bit integer into its string representation. Configure **Base** to produce decimal, hexadecimal, binary, etc. <b>Diagram:</b> Image:Int64ToText.Preview.png == Categories == *Image:TArduinoIntegerToolbarCategory.png Category Converters/Integer - {{:Summaries:Summary Category Converters/Integ...")
- 08:18, 14 August 2025 Visuino talk contribs created page File:Int64ToText.Preview.png
- 08:18, 14 August 2025 Visuino talk contribs uploaded File:Int64ToText.Preview.png
- 08:14, 14 August 2025 Visuino talk contribs created page Max Limit Integer 64 bit (Created page with "Image:TArduinoMaxLimitInteger64.png == Summary == Passes a 64-bit integer only if it is below a specified maximum limit. == Description == The **Max Limit Integer (Int64)** component monitors the value on **In** and compares it to the **Value** property. If the input is less than or equal to this limit, it is passed unchanged to **Out**. If it exceeds the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image:TArduin...")
- 08:14, 14 August 2025 Visuino talk contribs created page File:TArduinoMaxLimitInteger64.Preview.png
- 08:14, 14 August 2025 Visuino talk contribs uploaded File:TArduinoMaxLimitInteger64.Preview.png
- 08:08, 14 August 2025 Visuino talk contribs created page Max Limit Integer (Created page with "Image:TArduinoMaxLimitInteger.png == Summary == Passes an integer only if it is below a specified maximum limit. == Description == The **Max Limit Integer** component monitors the value on **In** and compares it to the **Value** property. If the input is less than or equal to this limit, it is passed unchanged to **Out**. If it exceeds the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image:TArduinoMaxLimitInteger...")
- 08:07, 14 August 2025 Visuino talk contribs created page File:TArduinoMaxLimitInteger.Preview.png
- 08:07, 14 August 2025 Visuino talk contribs uploaded File:TArduinoMaxLimitInteger.Preview.png
- 08:02, 14 August 2025 Visuino talk contribs created page Max Integer 64 bit Value (Created page with "Image:TArduinoMaxValueInteger64.png == Summary == Tracks and outputs the running maximum of a 64-bit integer input; a reset pin clears the detection. == Description == The **Max Value (Int64)** component observes the value on **In** and keeps the largest value seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running maximum. <b>Diagram:</b> Image:...")
- 08:02, 14 August 2025 Visuino talk contribs created page File:TArduinoMaxValueInteger64.Preview.png
- 08:02, 14 August 2025 Visuino talk contribs uploaded File:TArduinoMaxValueInteger64.Preview.png
- 07:58, 14 August 2025 Visuino talk contribs created page Min Integer Value (Created page with "Image:TArduinoMinValueInteger.png == Summary == Tracks and outputs the running minimum of an integer input; a reset pin clears the detection. == Description == The **Min Integer Value** component observes the value on **In** and keeps the smallest integer seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum. <b>Diagram:</b> Image:TArdu...")
- 07:58, 14 August 2025 Visuino talk contribs created page File:TArduinoMinValueInteger.Preview.png
- 07:58, 14 August 2025 Visuino talk contribs uploaded File:TArduinoMinValueInteger.Preview.png
- 07:55, 14 August 2025 Visuino talk contribs created page Min Integer 64 bit Value (Created page with "Image:TArduinoMinValueInteger64.png == Summary == Tracks and outputs the running minimum of a 64-bit integer input; a reset pin clears the detection. == Description == The **Min Value (Int64)** component observes the value on **In** and keeps the smallest value seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum. <b>Diagram:</b> Image...")
- 07:50, 14 August 2025 Visuino talk contribs created page File:TArduinoMinValueInteger64.Preview.png
- 07:50, 14 August 2025 Visuino talk contribs uploaded File:TArduinoMinValueInteger64.Preview.png
- 07:27, 14 August 2025 Visuino talk contribs created page Image Multi-Source Merger (Created page with "Image:TArduinoImageMultiMerger.png == Summary == Merges multiple image inputs into a single composed output. == Description == The **Image Multi Merger** combines multiple images into one output stream. Typical uses include layering/overlay or composing tiles; the order of inputs determines composition priority. <b>Diagram:</b> Image:TArduinoImageMultiMerger.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image co...")
- 07:26, 14 August 2025 Visuino talk contribs created page File:TArduinoImageMultiMerger.Preview.png
- 07:26, 14 August 2025 Visuino talk contribs uploaded File:TArduinoImageMultiMerger.Preview.png
- 07:24, 14 August 2025 Visuino talk contribs created page File:TArduinoImageMultiSource.Preview.png
- 07:24, 14 August 2025 Visuino talk contribs uploaded File:TArduinoImageMultiSource.Preview.png
- 07:24, 14 August 2025 Visuino talk contribs deleted page File:TArduinoImageMultiSource.Preview.png (content was: "", and the only contributor was "Visuino" (talk))