Integer Array Change Only

From Visuino
Revision as of 05:59, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerArrayChangeOnly.png == Summary == Outputs the integer array only when its value changes. == Description == The **Integer Array Change Only** component monitors changes in the incoming integer array signal. It outputs the array through the **Out** pin only when the input array differs from its previous state. This helps reduce redundant updates and processing by only propagating meaningful changes in array data. <b>Diagram:</b> Image:TAr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerArrayChangeOnly.png

Summary

Outputs the integer array only when its value changes.

Description

The **Integer Array Change Only** component monitors changes in the incoming integer array signal. It outputs the array through the **Out** pin only when the input array differs from its previous state. This helps reduce redundant updates and processing by only propagating meaningful changes in array data.

Diagram:


Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Integer array input signal.

Output Pins

  • Out – Integer array output, emitted only when a change is detected.

Categories