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).
- 02:09, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64Add.Preview.png
- 02:06, 15 August 2025 Visuino talk contribs created page 64 bit Integer Toggle Switch (Created page with "Image:TArduinoInteger64ToggleSwitch.png == Summary == Selects between two 64-bit integer inputs based on a boolean control signal. == Description == The **Integer Toggle Switch (Int64)** component outputs one of two 64-bit integer inputs (**True** or **False**) depending on the state of the **Select** pin. If **Select** is `True`, the **True** input is sent to the output. If **Select** is `False`, the **False** input is sent instead. This is useful for cond...")
- 02:05, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64ToggleSwitch.Preview.png
- 02:05, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64ToggleSwitch.Preview.png
- 02:03, 15 August 2025 Visuino talk contribs created page 64 bit Integer On/Off Switch (Created page with "Image:TArduinoInteger64Switch.png == Summary == Controls whether a 64-bit integer input is passed through to the output. == Description == The **Integer On/Off Switch (Int64)** component enables or disables the flow of a 64-bit integer signal. When enabled, values from the **In** pin are forwarded directly to the **Out** pin. When disabled, the output is blocked, allowing conditional control of data flow. <b>Diagram:</b> Image:TArduinoInteger64Switch.Prev...")
- 02:02, 15 August 2025 Visuino talk contribs created page File:TArduinoInteger64Switch.Preview.png
- 02:02, 15 August 2025 Visuino talk contribs uploaded File:TArduinoInteger64Switch.Preview.png
- 01:57, 15 August 2025 Visuino talk contribs created page Remember 64 bit Integer Value (Created page with "Image:TArduinoRememberInteger64.png == Summary == Stores a 64-bit integer value for later retrieval. == Description == The **Remember Integer (Int64)** component captures and stores the value from its **In** pin when triggered by the **Remember** pin. The stored value can be retrieved at any time by activating the **Recall** pin, sending it to the **Out** pin. This is useful for holding onto a value across events or processing steps until it is needed again....")
- 01:56, 15 August 2025 Visuino talk contribs created page File:TArduinoRememberInteger64.Preview.png
- 01:56, 15 August 2025 Visuino talk contribs uploaded File:TArduinoRememberInteger64.Preview.png
- 01:51, 15 August 2025 Visuino talk contribs created page 64 bit Integer Demux(Multiple Output channel Switch) (Created page with "Image:TArduinoInteger64Demux.png == Summary == Routes a single 64-bit integer input to one of multiple output channels. == Description == The **Integer Demux (Int64)** component acts as a multiple-output channel switch for 64-bit integer values. It sends the value from the **In** pin to one of the configured output pins based on the **Select** pin’s value, while all other outputs remain inactive. This allows dynamically directing a single integer source to...")
- 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...")