Complex Array Change Only

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