New pages
Jump to navigation
Jump to search
15 August 2025
- 07:0207:02, 15 August 2025 2D Orientation Snapshot (hist | edit) [1,129 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino2DOrientationSnapshot.png == Summary == Captures and holds a 2D orientation value on a snapshot trigger. == Description == The **2D Orientation Snapshot** component stores the orientation present at its **In** pin when the **Snapshot** pin is triggered. The stored value is held and output continuously until another snapshot event occurs. This is useful for “freezing” the orientation state at a specific moment in time for further processing or...")
- 06:4206:42, 15 August 2025 2D Orientation Value (hist | edit) [1,522 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino2DOrientationValue.png == Summary == Generates a fixed 2D orientation signal with optional state-change control. == Description == The **2D Orientation Value** component outputs a constant orientation state, selectable from four directions (**Go Up**, **Go Right**, **Go Left**, **Go Down**). It supports configurable element actions, allowing orientation changes to be triggered by a clock signal or set directly in sequence control applications. <b>D...")
- 06:1006:10, 15 August 2025 Compare Integer 64 bit Range (hist | edit) [1,673 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64CompareRange.png == Summary == Checks whether a 64-bit integer input is within or outside a specified range. == Description == The **Compare Integer Range (Int64)** component monitors the incoming 64-bit integer on **In** and determines whether it falls inside or outside the configured **Range Min** and **Range Max** values. You can configure whether the range check includes the limits and whether the output should be active when the value...")
- 06:0706:07, 15 August 2025 Compare Integer Range (hist | edit) [1,627 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerCompareRange.png == Summary == Checks whether an integer input is within or outside a specified range. == Description == The **Compare Integer Range** component monitors the incoming integer on **In** and determines whether it falls inside or outside the configured **Range Min** and **Range Max** values. You can configure whether the range check includes the limits and whether the output should be active when the value is outside the range....")
- 05:5705:57, 15 August 2025 Compare Integer 64 bit Value (hist | edit) [1,450 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerCompareValue64.png == Summary == Compares a 64-bit integer input value with a specified constant and outputs a digital result based on the comparison. == Description == The **Compare Integer Value (Int64)** component evaluates the incoming 64-bit integer on **In** against the configured **Value** using the selected **CompareType** (e.g., equal, greater than, less than, etc.). The component can optionally output changes only when the result di...")
- 05:4705:47, 15 August 2025 Min Limit Integer 64 bit (hist | edit) [917 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitInteger64.png == Summary == Passes a 64-bit integer only if it is above a specified minimum limit. == Description == The **Min Limit Integer (Int64)** component monitors the value on **In** and compares it to the **Value** property. If the input is greater than or equal to this limit, it is passed unchanged to **Out**. If it is below the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image...")
- 04:4304:43, 15 August 2025 Integer 64 bit Value (hist | edit) [1,146 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64Value.png == Summary == {{:Summaries:Summary Integer 64 Value}} == Description == Use this component to generate or modify a 64-bit Integer value, optionally through a list of configured elements. <b>Diagram:</b> Image:TArduinoInteger64Value.Preview.png == Categories == *Image:TArduinoIntegerToolbarCategory.png Category Data Sources/Integer - {{:Summaries:Summary Category Data Sources/Integer}} *Image:TArduinoIntegerToolbarCa...")
- 04:3104:31, 15 August 2025 Ignore Integer 64 bit Values (hist | edit) [1,292 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreInteger64Values.png == Summary == Configurable 64-bit integer filter that forwards or suppresses values based on equality and “below” rules. == Description == The **Ignore Integer 64-bit 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 Value...")
- 04:2704:27, 15 August 2025 Integer Change Only (hist | edit) [1,051 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerChangeOnly.png == Summary == Outputs a new integer value only when the change from the previous value exceeds a set threshold. == Description == The **Integer Change Only** component compares each new input value on **In** with the previously stored value. If the absolute difference is greater than or equal to the **Threshold** property, the new value is passed to **Out** and the **Difference** pin outputs the computed change. If the chan...")
- 04:2004:20, 15 August 2025 Min Limit Integer (hist | edit) [853 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitInteger.png == Summary == Passes an integer only if it is above a specified minimum limit. == Description == The **Min Limit Integer** component monitors the value on **In** and compares it to the **Value** property. If the input is greater than or equal to this limit, it is passed unchanged to **Out**. If it is below the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image:TArduinoMinLimi...")
- 04:1304:13, 15 August 2025 Accumulate(Integral) Integer (hist | edit) [1,083 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerAccumulate.png == Summary == Accumulates (integrates) incoming integer values over time. == Description == Use this component to continuously add the incoming integer values to an internal total. The accumulation can be reset to the **Initial Value** at any time via the **Reset** pin. This is useful for counting, integrating signals, or maintaining a running total. <b>Diagram:</b> Image:TArduinoIntegerAccumulate.Preview.png == Catego...")
- 04:1004:10, 15 August 2025 Accumulate(Integral) Integer 64 bit (hist | edit) [1,129 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64Accumulate.png == Summary == Accumulates (integrates) incoming 64-bit integer values over time. == Description == Use this component to continuously add the incoming 64-bit integer values to an internal total. The accumulation can be reset to the **Initial Value** at any time via the **Reset** pin. This is useful for counting, integrating signals, or maintaining a running total. <b>Diagram:</b> Image:TArduinoInteger64Accumulate.Previe...")
- 04:0504:05, 15 August 2025 Xor Integer 64 bit Value (hist | edit) [1,029 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64XorValue.png == Summary == Performs a bitwise XOR between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise XOR operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 if it is set in the input or in the **Value**, but not in both. <b>Diagram:</b> Image:TArduinoInteger64XorValue.Preview.png == Categories == *Image:T...")
- 04:0204:02, 15 August 2025 And Integer 64 bit Value (hist | edit) [1,020 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64AndValue.png == Summary == Performs a bitwise AND between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise AND operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 only if it is set in both the input and the **Value**. <b>Diagram:</b> Image:TArduinoInteger64AndValue.Preview.png == Categories == *Image:TMathToolb...")
- 03:5803:58, 15 August 2025 Or Integer 64 bit Value (hist | edit) [1,010 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64OrValue.png == Summary == Performs a bitwise OR between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise OR operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 if it is set in either the input or the **Value**. <b>Diagram:</b> Image:TArduinoInteger64OrValue.Preview.png == Categories == *Image:TMathToolbarCatego...")
- 03:5103:51, 15 August 2025 Add Integer 64 bit Value (hist | edit) [837 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64AddValue.png == Summary == Adds a specified value to a 64-bit integer input. == Description == Use this component to add a specified **Value** to the 64-bit Integer signal. <b>Diagram:</b> Image:ArduinoInteger64AddValue.Preview.png == Categories == *Image:TMathToolbarCategory.png Category Filters/Math – Math filtering operations *Image:TMathToolbarCategory.png Category Math – General mathematical operations *Image...")
- 03:4403:44, 15 August 2025 Divide Integer 64 bit By Value (hist | edit) [840 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64DivideByValue.png == Summary == Divides a 64-bit integer input by a specified value. == Description == Use this component to divide the 64-bit Integer signal by a specified **Value**. <b>Diagram:</b> Image:TArduinoInteger64DivideByValue.Preview.png == Categories == *Image:TMathToolbarCategory.png Category Filters/Math – Math filtering operations *Image:TMathToolbarCategory.png Category Math – General mathematical op...")
- 03:4003:40, 15 August 2025 Limit Integer 64 bit between Min and Max (hist | edit) [981 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoLimitInteger64BetweenMinMax.png == Summary == Restricts a 64-bit integer value to stay within a defined minimum and maximum range. == Description == The **Limit Integer 64-bit between Min and Max** component ensures that the incoming 64-bit integer signal remains between the specified **Min** and **Max** values. If the input is below **Min**, the output will be **Min**. If the input is above **Max**, the output will be **Max**. Values within t...")
- 03:3803:38, 15 August 2025 Limit Integer between Min and Max (hist | edit) [929 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoLimitIntegerBetweenMinMax.png == Summary == Restricts an integer value to stay within a defined minimum and maximum range. == Description == The **Limit Integer between Min and Max** component ensures that the incoming integer signal remains between the specified **Min** and **Max** values. If the input is below **Min**, the output will be **Min**. If the input is above **Max**, the output will be **Max**. Values within the range pass through...")
- 02:5602:56, 15 August 2025 Subtract Integer 64 bit From Value (hist | edit) [1,263 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64SubtractFromValue.png == Summary == Subtracts the incoming 64-bit integer from a specified constant value. == Description == The **Subtract Integer (Int64) From Value** component outputs the result of **Value − In**, where **Value** is a fixed 64-bit integer set in the properties and **In** is the incoming 64-bit integer signal. This is useful when you need to invert the subtraction order, such as calculating a remainder from a known...")
- 02:5002:50, 15 August 2025 Subtract Integer 64 bit Value (hist | edit) [1,093 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64SubtractByValue.png == Summary == Subtracts a specified constant from a 64-bit integer input. == Description == The **Subtract Integer (Int64) By Value** component subtracts a fixed **Value** property from the incoming 64-bit integer. This is useful for offset adjustments, calibration, or applying a constant negative shift to a signal. When **Enabled** is set to `False`, the subtraction is not applied and the output remains unchanged....")
- 02:2802:28, 15 August 2025 Divide Integer 64 bit Value (hist | edit) [1,057 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64DivideByValue.png == Summary == Divides a 64-bit integer input by a specified constant value. == Description == The **Divide Integer (Int64) By Value** component divides the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals down, converting units, or applying a fixed divisor. When **Enabled** is set to `False`, the output remains inactive (no division performed). <b>Diagram:</b> Image:TArduino...")
- 02:2402:24, 15 August 2025 Multiply Integer 64 bit By Value (hist | edit) [1,081 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64MultiplyByValue.png == Summary == Multiplies a 64-bit integer input by a specified constant value. == Description == The **Multiply Integer (Int64) By Value** component multiplies the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals, applying fixed multipliers, or converting units. When **Enabled** is set to `False`, the output is zero (or inactive), regardless of the input. <b>Diagram:</b> I...")
- 02:1702:17, 15 August 2025 Multiply Integer 64 bit (hist | edit) [1,347 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64Multiply.png == Summary == Multiplies the values from multiple 64-bit integer inputs together. == Description == The **Multiply Integer (Int64)** component multiplies all connected 64-bit integer inputs and outputs the product. An optional **Clock** input can be used to control when the multiplication result is updated — if connected, the product is recalculated only on clock pulses. When **Clock** is not used, the result updates cont...")
- 02:1202:12, 15 August 2025 Add Integer 64 bit (hist | edit) [1,279 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64Add.png == Summary == Adds the values from multiple 64-bit integer inputs together. == Description == The **Add Integer (Int64)** component sums all connected 64-bit integer inputs and produces the total at its output. An optional **Clock** input can be used to control when the sum is updated — if connected, the sum is recalculated only on clock pulses. When **Clock** is not used, the sum updates continuously as inputs change. This...")
- 02:0602:06, 15 August 2025 64 bit Integer Toggle Switch (hist | edit) [1,074 bytes] Visuino (talk | contribs) (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:0302:03, 15 August 2025 64 bit Integer On/Off Switch (hist | edit) [865 bytes] Visuino (talk | contribs) (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...")
- 01:5701:57, 15 August 2025 Remember 64 bit Integer Value (hist | edit) [984 bytes] Visuino (talk | contribs) (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:5101:51, 15 August 2025 64 bit Integer Demux(Multiple Output channel Switch) (hist | edit) [1,146 bytes] Visuino (talk | contribs) (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:3401:34, 15 August 2025 64 bit Integer Mux(Multi channel Switch) (hist | edit) [992 bytes] Visuino (talk | contribs) (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:2801:28, 15 August 2025 Ignore Integer 64 bit Ranges (hist | edit) [1,495 bytes] Visuino (talk | contribs) (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:2201:22, 15 August 2025 Ignore Integer Ranges (hist | edit) [1,339 bytes] Visuino (talk | contribs) (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...")
14 August 2025
- 09:1309:13, 14 August 2025 Ignore Integer Values (hist | edit) [1,254 bytes] Visuino (talk | contribs) (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:0609:06, 14 August 2025 64 bit Integer Toggle Demux (hist | edit) [939 bytes] Visuino (talk | contribs) (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:0109:01, 14 August 2025 Integer Toggle Demux (hist | edit) [840 bytes] Visuino (talk | contribs) (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...")
- 08:5808:58, 14 August 2025 Split Integer Digits (hist | edit) [951 bytes] Visuino (talk | contribs) (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:5308:53, 14 August 2025 64 bit Integer Multi Source (hist | edit) [839 bytes] Visuino (talk | contribs) (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:4608:46, 14 August 2025 Integer Multi Source (hist | edit) [817 bytes] Visuino (talk | contribs) (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:4308:43, 14 August 2025 Integer 64 bit Schmitt Trigger (Hysteresis) (hist | edit) [1,615 bytes] Visuino (talk | contribs) (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:2308:23, 14 August 2025 Integer 64 bit To Text (hist | edit) [880 bytes] Visuino (talk | contribs) (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:1408:14, 14 August 2025 Max Limit Integer 64 bit (hist | edit) [880 bytes] Visuino (talk | contribs) (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:0808:08, 14 August 2025 Max Limit Integer (hist | edit) [841 bytes] Visuino (talk | contribs) (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:0208:02, 14 August 2025 Max Integer 64 bit Value (hist | edit) [895 bytes] Visuino (talk | contribs) (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:...")
- 07:5807:58, 14 August 2025 Min Integer Value (hist | edit) [881 bytes] Visuino (talk | contribs) (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:5507:55, 14 August 2025 Min Integer 64 bit Value (hist | edit) [896 bytes] Visuino (talk | contribs) (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:2707:27, 14 August 2025 Image Multi-Source Merger (hist | edit) [704 bytes] Visuino (talk | contribs) (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:2207:22, 14 August 2025 Image Multi Source (hist | edit) [879 bytes] Visuino (talk | contribs) (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 == *[...")
- 07:1807:18, 14 August 2025 Change Image Format (hist | edit) [914 bytes] Visuino (talk | contribs) (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]...")
- 06:1906:19, 14 August 2025 Extract Image Info (hist | edit) [761 bytes] Visuino (talk | contribs) (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...")
- 06:1606:16, 14 August 2025 Image to JPEG (hist | edit) [723 bytes] Visuino (talk | contribs) (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...")