User contributions for Visuino
Jump to navigation
Jump to search
15 August 2025
- 01:3401:34, 15 August 2025 diff hist 0 N File:TArduinoInteger64Mux.Preview.png No edit summary current
- 01:2901:29, 15 August 2025 diff hist +102 Ignore Integer Ranges No edit summary current
- 01:2801:28, 15 August 2025 diff hist +1,495 N 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..." current
- 01:2601:26, 15 August 2025 diff hist 0 N File:TArduinoIgnoreIntegerValues64.Preview.png No edit summary current
- 01:2201:22, 15 August 2025 diff hist +1,237 N 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:1701:17, 15 August 2025 diff hist 0 N File:TArduinoIgnoreIntegerRanges.Preview.png No edit summary current
14 August 2025
- 09:1309:13, 14 August 2025 diff hist +1,254 N 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..." current
- 09:0609:06, 14 August 2025 diff hist +939 N 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..." current
- 09:0509:05, 14 August 2025 diff hist 0 N File:TArduino64BitIntegerToggleDemux.Preview.png No edit summary current
- 09:0109:01, 14 August 2025 diff hist +840 N 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..." current
- 09:0009:00, 14 August 2025 diff hist 0 N File:TArduinoIntegerToggleDemux.Preview.png No edit summary current
- 08:5808:58, 14 August 2025 diff hist +951 N 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..." current
- 08:5508:55, 14 August 2025 diff hist 0 N File:TArduinoSplitIntegerDigits.Preview.png No edit summary current
- 08:5308:53, 14 August 2025 diff hist +839 N 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..." current
- 08:5208:52, 14 August 2025 diff hist 0 N File:TArduino64BitIntegerMultiSource.Preview.png No edit summary current
- 08:4908:49, 14 August 2025 diff hist +159 Integer Multi Source No edit summary current
- 08:4608:46, 14 August 2025 diff hist +658 N 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:4408:44, 14 August 2025 diff hist +87 Integer Schmitt Trigger (Hysteresis) No edit summary current
- 08:4308:43, 14 August 2025 diff hist +1,615 N 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...." current
- 08:3908:39, 14 August 2025 diff hist −3 Integer Schmitt Trigger (Hysteresis) No edit summary
- 08:3808:38, 14 August 2025 diff hist +165 Integer Schmitt Trigger (Hysteresis) No edit summary
- 08:2308:23, 14 August 2025 diff hist +880 N 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..." current
- 08:1808:18, 14 August 2025 diff hist 0 N File:Int64ToText.Preview.png No edit summary current
- 08:1408:14, 14 August 2025 diff hist +880 N 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..." current
- 08:1408:14, 14 August 2025 diff hist 0 N File:TArduinoMaxLimitInteger64.Preview.png No edit summary current
- 08:0808:08, 14 August 2025 diff hist +841 N 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..." current
- 08:0708:07, 14 August 2025 diff hist 0 N File:TArduinoMaxLimitInteger.Preview.png No edit summary current
- 08:0208:02, 14 August 2025 diff hist +895 N 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:..." current
- 08:0208:02, 14 August 2025 diff hist 0 N File:TArduinoMaxValueInteger64.Preview.png No edit summary current
- 07:5807:58, 14 August 2025 diff hist +881 N 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..." current
- 07:5807:58, 14 August 2025 diff hist 0 N File:TArduinoMinValueInteger.Preview.png No edit summary current
- 07:5507:55, 14 August 2025 diff hist +896 N 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..." current
- 07:5007:50, 14 August 2025 diff hist 0 N File:TArduinoMinValueInteger64.Preview.png No edit summary current
- 07:2707:27, 14 August 2025 diff hist +704 N 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..." current
- 07:2607:26, 14 August 2025 diff hist 0 N File:TArduinoImageMultiMerger.Preview.png No edit summary current
- 07:2407:24, 14 August 2025 diff hist 0 N File:TArduinoImageMultiSource.Preview.png No edit summary current
- 07:2207:22, 14 August 2025 diff hist +879 N Image Multi Source Created page with "Image:TArduinoImageMultiSource.png == Summary == Replicates a single image input to multiple outputs; you choose how many outputs. == Description == The **Image Multi Source** component takes one image stream on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same frames and timing as the input. <b>Diagram:</b> Image:TArduinoImageMultiSource.Preview.png == Categories == *[..." current
- 07:1807:18, 14 August 2025 diff hist +914 N Change Image Format Created page with "Image:TArduinoChangeImageFormat.png == Summary == Converts an image from one pixel format to another. == Description == The **Change Image Format** component transforms the pixel format of an incoming image to the selected **Format**. Use it to match the requirements of displays, encoders, or downstream processing components. <b>Diagram:</b> Image:TArduinoChangeImageFormat.Preview.png == Categories == *Image:TArduinoImageCategory.png [[Category Image]..." current
- 07:1407:14, 14 August 2025 diff hist 0 N File:TArduinoChangeImageFormat.Preview.png No edit summary current
- 06:1906:19, 14 August 2025 diff hist +761 N Extract Image Info Created page with "Image:TArduinoExtractImageInfo.png == Summary == Outputs metadata such as width, height, and format from an image stream. == Description == The **Extract Image Info** component inspects the **In** image and exposes its basic metadata on dedicated pins. <b>Diagram:</b> Image:TArduinoExtractImageInfo.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image inspection / metadata == Properties == *'''Enabled''' – Enab..." current
- 06:1806:18, 14 August 2025 diff hist 0 N File:TArduinoExtractImageInfo.Preview.png No edit summary current
- 06:1606:16, 14 August 2025 diff hist +723 N Image to JPEG Created page with "Image:TArduinoImageToJpeg.png == Summary == Encodes the input image into a JPEG-compressed binary stream. == Description == The **Image To JPEG** component converts the **In** image to a JPEG-encoded byte stream suitable for storage or transmission. Adjust **Quality** to trade off size vs. fidelity. <b>Diagram:</b> Image:TArduinoImageToJpeg.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Image compression / encodin..." current
- 06:1406:14, 14 August 2025 diff hist 0 N File:TArduinoImageToJpeg.Preview.png No edit summary current
- 06:1306:13, 14 August 2025 diff hist −54 Image Toggle Demux No edit summary current
- 06:1206:12, 14 August 2025 diff hist +880 N Image Toggle Demux Created page with "Image:TArduinoImageToggleDemux.png == Summary == Routes an image input to **True** or **False** outputs based on a boolean control. == Description == The **Image Toggle Demux** sends the **In** image to one of two outputs: **True** or **False**, depending on the value of **select**. The starting route can be set with **Initial Select Value**. <b>Diagram:</b> Image:TArduinoImageToggleDemux.Preview.png == Categories == *Image:TArduinoImageCategory.png [..."
- 06:1206:12, 14 August 2025 diff hist 0 N File:TArduinoImageToggleDemux.Preview.png No edit summary current
- 06:1006:10, 14 August 2025 diff hist +937 N Image Mux(Multi channel Switch) Created page with "Image:TArduinoImageMux.png == Summary == Selects one of multiple image inputs to route to the output. == Description == The **Image Mux** component routes one of **N** image inputs to **Out**. The selected input index is provided over the **Select** pin (0‑based). Configure how many inputs you need with **Input Pins** and optionally specify **Initial Channel**. <b>Diagram:</b> Image:TArduinoImageMux.Preview.png == Categories == *Image:TArduinoImageCa..." current
- 06:0906:09, 14 August 2025 diff hist 0 N File:TArduinoImageMux.Preview.png No edit summary current
- 06:0706:07, 14 August 2025 diff hist +763 N Image Snapshot Created page with "Image:TArduinoImageSnapshot.png == Summary == Takes a snapshot of the image stream when triggered. == Description == The **Image Snapshot** component captures and holds a single frame from the **In** image stream whenever a clock event arrives on **Snapshot**. The captured frame is provided on **Out** until a new snapshot is taken. <b>Diagram:</b> Image:TArduinoImageSnapshot.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Imag..." current
- 06:0606:06, 14 August 2025 diff hist 0 N File:TArduinoImageSnapshot.Preview.png No edit summary current