Complex Array Change Only

From Visuino
Revision as of 05:18, 17 August 2025 by Visuino (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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).