New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

23 August 2025

22 August 2025

  • 23:5823:58, 22 August 2025 Unsigned Array Replace Items At Index (hist | edit) [1,225 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayReplaceItemsAtIndex.png == Summary == Replaces items in an unsigned array at a specified index with defined values. == Description == The **Unsigned Array Replace Items At Index** component allows modification of an unsigned array by replacing one or more items starting at a given **Index**. You can define the replacement values using **Value Elements**. The component is useful for updating parts of an array dynamically during e...")
  • 23:5523:55, 22 August 2025 Ignore Unsigned Ranges (hist | edit) [1,335 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsignedRanges.png == Summary == Filters out unsigned values that fall within specified ranges. == Description == The **Ignore Unsigned Ranges** component checks incoming unsigned values against a list of defined **Range** elements. If the value is inside one of the ranges, it will be marked as **ignored**. Otherwise, the value passes through the **Out** pin. This component is useful when you want to block specific intervals of value...")
  • 23:5123:51, 22 August 2025 Compare Unsigned Range (hist | edit) [1,399 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoCompareUnsignedRange.png == Summary == Compares an unsigned value against a defined range and outputs a boolean result. == Description == The **Compare Unsigned Range** component checks if an incoming unsigned value falls within or outside a specified range. You can configure whether the **Min** and **Max** limits are inclusive with the **Include Limits** property, and invert the logic using **Is Outside Range**. This makes the component u...")
  • 23:4623:46, 22 August 2025 Unsigned Array Insert Items (hist | edit) [1,196 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayInsertItems.png == Summary == Inserts new items into an unsigned array at a specified index. == Description == The **Unsigned Array Insert Items** component allows inserting one or more values into an array at the specified position. The **Index** property determines where the new values will be inserted, and the **Value Elements** define the items to add. This component is useful for dynamically building or modifying arrays d...")
  • 09:5209:52, 22 August 2025 Unsigned Array Replace (hist | edit) [1,261 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayReplace.png == Summary == Replaces values in an incoming unsigned array with specified replacement values. == Description == The **Unsigned Array Replace** component scans an incoming unsigned array and replaces matching values with the specified replacements. The **From Value Elements** define which values to look for, while the **To Value Elements** specify their replacements. This component is useful when mapping or remappi...")
  • 09:4209:42, 22 August 2025 Ignore Unsigned Values (hist | edit) [1,215 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsignedValues.png == Summary == Filters incoming unsigned values based on comparison rules. == Description == The **Ignore Unsigned Values** component controls which unsigned input values are passed through. It compares incoming values with the specified **Value** and applies the rules defined by **Pass Equal Values** and **Pass Values Below**. When disabled, the component simply passes all input values unchanged. <b>Diagram:</b>...")
  • 09:2309:23, 22 August 2025 Ignore Unsigned 64 bit Values (hist | edit) [1,392 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsigned64BitValues.png == Summary == Filters incoming 64-bit unsigned values based on equality or magnitude rules. == Description == The **Ignore Unsigned 64-bit Values** component selectively blocks or passes incoming 64-bit unsigned values according to the configured **Value** property. The **Pass Equal Values** property determines if values equal to **Value** are passed. The **Pass Values Below** property determines if values sma...")
  • 09:2009:20, 22 August 2025 Remember 64 bit Unsigned Value (hist | edit) [1,321 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoRememberUnsigned64BitValue.png == Summary == Stores and recalls a 64-bit unsigned value based on trigger inputs. == Description == The **Remember 64-bit Unsigned Value** component allows storing an incoming 64-bit unsigned value when the **Remember** pin is triggered. The stored value can later be output through the **Recall** pin, or directly passed to the **Out** pin. The **Initial Value** property sets the starting value, and the compon...")
  • 09:1809:18, 22 August 2025 Ignore Unsigned 64 bit Ranges (hist | edit) [1,346 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoIgnoreUnsigned64BitRanges.png == Summary == Ignores incoming 64-bit unsigned values that fall within specified ranges. == Description == The **Ignore Unsigned 64-bit Ranges** component filters 64-bit unsigned input values based on user-defined ranges. Use the **Elements** property (click the 3-dots button) to add **Range** elements specifying the values to ignore. Values outside the defined ranges pass to the **Out** pin, while values insi...")
  • 09:1509:15, 22 August 2025 Min Limit Unsigned 64 bit (hist | edit) [1,117 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a minimum specified value. == Description == The **Min Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not fall below the configured **Value** property. If the input is lower than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled*...")
  • 09:1409:14, 22 August 2025 Max Limit Unsigned 64 bit (hist | edit) [1,130 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMaxLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a maximum specified value. == Description == The **Max Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not exceed the configured **Value** property. If the input is higher than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled** p...")
  • 09:1109:11, 22 August 2025 Multiply Unsigned 64 bit By Value (hist | edit) [1,106 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMultiplyUnsigned64BitByValue.png == Summary == Multiplies a stored 64-bit unsigned value by the incoming input and outputs the result. == Description == The **Multiply Unsigned 64-bit By Value** component performs a multiplication where the configured **Value** property is multiplied by the incoming 64-bit unsigned input. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** propert...")
  • 09:0909:09, 22 August 2025 Divide Unsigned 64 bit By Value (hist | edit) [1,100 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDivideUnsigned64BitByValue.png == Summary == Divides a stored 64-bit unsigned value by the incoming input and outputs the result. == Description == The **Divide Unsigned 64-bit By Value** component performs a division where the configured **Value** property is the dividend and the incoming 64-bit unsigned input is the divisor. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** pr...")
  • 09:0709:07, 22 August 2025 Divide Unsigned 64 bit Value (hist | edit) [1,071 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoDivideUnsigned64BitValue.png == Summary == Divides the incoming 64-bit unsigned input by a stored value and outputs the result. == Description == The **Divide Unsigned 64-bit Value** component performs a division where the incoming 64-bit unsigned input is divided by the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b>...")
  • 09:0109:01, 22 August 2025 Subtract Unsigned 64 bit From Value (hist | edit) [1,166 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSubtractUnsigned64BitFromValue.png == Summary == Subtracts the incoming 64-bit unsigned input from a stored value and outputs the result. == Description == The **Subtract Unsigned 64-bit From Value** component performs a subtraction where the configured **Value** property is the minuend and the incoming 64-bit unsigned input is the subtrahend. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using t...")
  • 08:5908:59, 22 August 2025 Subtract Unsigned 64 bit Value (hist | edit) [1,080 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoSubtractUnsigned64BitValue.png == Summary == Subtracts a stored 64-bit unsigned value from the incoming input and outputs the result. == Description == The **Subtract Unsigned 64-bit Value** component performs a subtraction between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:<...")
  • 08:5608:56, 22 August 2025 Add Unsigned 64 bit Value (hist | edit) [1,036 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAddUnsigned64BitValue.png == Summary == Adds a stored 64-bit unsigned value to the incoming input and outputs the result. == Description == The **Add Unsigned 64-bit Value** component performs an addition between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TArd...")
  • 08:5308:53, 22 August 2025 And Unsigned 64 bit Value (hist | edit) [1,062 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAndUnsigned64BitValue.png == Summary == Performs a bitwise AND operation between the input and a stored 64-bit unsigned value. == Description == The **And Unsigned 64-bit Value** component applies a bitwise AND between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag...")
  • 08:4408:44, 22 August 2025 Or Unsigned 64 bit Value (hist | edit) [1,054 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoOrUnsigned64BitValue.png == Summary == Performs a bitwise OR operation between the input and a stored 64-bit unsigned value. == Description == The **Or Unsigned 64-bit Value** component applies a bitwise OR between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TA...")
  • 08:4208:42, 22 August 2025 Xor Unsigned 64 bit Value (hist | edit) [1,062 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoXorUnsigned64BitValue.png == Summary == Performs a bitwise XOR operation between the input and a stored 64-bit unsigned value. == Description == The **Xor Unsigned 64-bit Value** component applies a bitwise XOR between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag...")
  • 08:4008:40, 22 August 2025 Accumulate(Integral) Unsigned 64 bit (hist | edit) [1,180 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoAccumulateUnsigned64Bit.png == Summary == Calculates the cumulative sum (integral) of incoming 64-bit unsigned values. == Description == The **Accumulate (Integral) Unsigned 64-bit** component continuously adds incoming 64-bit unsigned values to an internal accumulator. The **Initial Value** property sets the starting point of the accumulation. The **Reset** input clears the accumulator, and the component can be enabled or disabled using t...")
  • 08:3708:37, 22 August 2025 Min Unsigned 64 bit Value (hist | edit) [1,054 bytes] Visuino (talk | contribs) (Created page with "Image:TArduinoMinUnsigned64BitValue.png == Summary == Outputs the minimum 64-bit unsigned value received on the input. == Description == The **Min Unsigned 64-bit Value** component monitors incoming 64-bit unsigned values and retains the lowest value received. The **Reset** input clears the stored minimum, allowing the component to start tracking anew. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)