Complex Array Change Only: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoComplexArrayChangeOnly.png == Summary == Outputs a complex array only when its value changes. == Description == The **Complex Array Change Only** component monitors the complex array provided at its **In** pin and outputs it only if the value differs from the previously stored array. This prevents redundant updates and is useful for reducing unnecessary data flow or triggering events only when a real change in the array occurs. <b>Diagram:</b>..."
 
(No difference)

Latest revision as of 05:18, 17 August 2025

File:TArduinoComplexArrayChangeOnly.png

Summary

Outputs a complex array only when its value changes.

Description

The **Complex Array Change Only** component monitors the complex array provided at its **In** pin and outputs it only if the value differs from the previously stored array. This prevents redundant updates and is useful for reducing unnecessary data flow or triggering events only when a real change in the array occurs.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • In – Complex array input.
  • Out – Complex array output (only updated when the input changes).