New pages
Jump to navigation
Jump to search
15 August 2025
- 08:5808:58, 15 August 2025 Date/Time Toggle Demux (hist | edit) [1,125 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDateTimeToggleDemux.png == Summary == Directs a Date/Time input to one of two outputs based on a boolean control signal. == Description == The **Date/Time Toggle Demux** component outputs the Date/Time input to either the **True** or **False** output depending on the **Select** pin. - **Initial Select Value** sets the default output path when the component starts. This component is useful for dynamically routing Date/Time signals based on a boole...")
- 08:5408:54, 15 August 2025 Date/Time Multi Source (hist | edit) [989 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDateTimeMultiSource.png == Summary == Splits a Date/Time input into multiple outputs based on the configured number of output pins. == Description == The **Date/Time Multi Source** component allows you to distribute a single Date/Time input across multiple output pins. You can set the number of output pins via the **Output Pins** property (default: 2). Each output pin will carry the same Date/Time value from the input, enabling parallel processing...")
- 08:0108:01, 15 August 2025 Date/Time Change Only (hist | edit) [1,085 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDateTimeChangeOnly.png == Summary == Outputs a new Date/Time value only when it changes from the previously stored value. == Description == The **Date/Time Change Only** component monitors the incoming **In** Date/Time signal and compares it to the last output value. If the value is different, the new Date/Time is passed to **Out**. If it is the same, no update is sent, reducing unnecessary downstream updates. This is useful for: - **Data logging...")
- 07:5607:56, 15 August 2025 Min Date/Time Value (hist | edit) [1,176 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinValueDateTime.png == Summary == Tracks and outputs the earliest (minimum) Date/Time value from the input; a reset pin clears the detection. == Description == The **Min Date/Time Value** component monitors the incoming **In** signal and keeps the earliest Date/Time value received since the last reset or since startup. When **Reset** is triggered, the stored minimum is cleared, and the next incoming value becomes the new baseline for tracking. Thi...")
- 07:5407:54, 15 August 2025 Max Date/Time Value (hist | edit) [1,179 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxValueDateTime.png == Summary == Tracks and outputs the latest (maximum) Date/Time value from the input; a reset pin clears the detection. == Description == The **Max Date/Time Value** component monitors the incoming **In** signal and keeps the most recent (latest) Date/Time value received since the last reset or since startup. When **Reset** is triggered, the stored maximum is cleared, and the next incoming value becomes the new baseline for trac...")
- 07:4707:47, 15 August 2025 3D Orientation Snapshot (hist | edit) [1,404 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino3DOrientationSnapshot.png == Summary == Captures and holds a 3D orientation value on a snapshot trigger. == Description == The **3D 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 3D orientation state at a specific moment for further processing or outpu...")
- 07:4307:43, 15 August 2025 3D Orientation Change Only (hist | edit) [1,360 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino3DOrientationChangeOnly.png == Summary == Outputs a 3D orientation only when it changes from the previous value. == Description == The **3D Orientation Change Only** component monitors the incoming 3D orientation signal and compares it to the last output value. If the orientation changes, the new value is passed to **Out**; if it remains the same, no output update is sent. This helps prevent unnecessary updates in systems where only changes are re...")
- 07:3807:38, 15 August 2025 Remember 3D Orientation Value (hist | edit) [1,607 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRemember3DOrientationValue.png == Summary == Stores and recalls a 3D orientation value on command. == Description == The **Remember 3D Orientation Value** component allows you to store the current incoming 3D orientation and later recall it. When a signal is received on **Remember**, the current **In** value is saved internally. When a signal is received on **Recall**, the stored value is sent to **Out**. This is useful in: - **Robotics** – mem...")
- 07:3507:35, 15 August 2025 3D Orientation Value (hist | edit) [1,661 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino3DOrientationValue.png == Summary == Generates a fixed 3D orientation signal with optional state-change control. == Description == The **3D Orientation Value** component outputs a constant 3D orientation state, selectable from six directions (**Go Up**, **Go Right**, **Go Left**, **Go Down**, **Go Front**, **Go Back**). It supports configurable element actions, such as setting the orientation immediately or in response to a clock signal. This compo...")
- 07:3107:31, 15 August 2025 3D Orientation Multi Source (hist | edit) [994 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino3DOrientationMultiSource.png == Summary == Distributes one 3D orientation input to multiple outputs. == Description == The **3D Orientation Multi Source** component takes a single 3D orientation on **In** and replicates it to **N** outputs, where **N** is set by **Output Pins**. All outputs carry the same orientation, and any change at the input is propagated to every output. <b>Diagram:</b> Image:TArduino3DOrientationMultiSource.Preview.png...")
- 07:2707:27, 15 August 2025 2D Orientation Multi Source (hist | edit) [994 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino2DOrientationMultiSource.png == Summary == Distributes one 2D orientation input to multiple outputs. == Description == The **2D Orientation Multi Source** component takes a single 2D orientation on **In** and replicates it to **N** outputs, where **N** is set by **Output Pins**. All outputs carry the same orientation, and any change at the input is propagated to every output. <b>Diagram:</b> Image:TArduino2DOrientationMultiSource.Preview.png...")
- 07:2107:21, 15 August 2025 Remember 2D Orientation Value (hist | edit) [1,468 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRemember2DOrientationValue.png == Summary == Stores and recalls a 2D orientation value on command. == Description == The **Remember 2D Orientation Value** component allows you to store the current incoming 2D orientation and later recall it. When a signal is received on **Remember**, the current **In** value is saved internally. When a signal is received on **Recall**, the stored value is sent to **Out**. This is useful in: - **Robotics** – mem...")
- 07:1507:15, 15 August 2025 2D Orientation Change Only (hist | edit) [1,281 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino2DOrientationChangeOnly.png == Summary == Outputs a 2D orientation only when it changes from the previous value. == Description == The **2D Orientation Change Only** component monitors the incoming 2D orientation signal and compares it to the last output value. If the orientation changes, the new value is passed to **Out**; if it remains the same, no output update is sent. This helps prevent unnecessary updates in systems where only changes matter...")
- 07:1107:11, 15 August 2025 3D To 2D Orientation (hist | edit) [1,314 bytes] Visuino (talk | contribs) (Created page with "Image:TArduino3DTo2DOrientation.png == Summary == Converts a 3D orientation signal into a 2D orientation value. == Description == The **3D To 2D Orientation** component receives a 3D orientation input and translates it into one of four 2D directions (**Go Up**, **Go Right**, **Go Left**, **Go Down**). The initial state is defined by the **Initial Value** property and will be output until the first 3D input update is processed. This component is useful in: - **Ro...")
- 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...")