Integer Array Change Only

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