Integer Array Change Only: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 05:59, 13 November 2025
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
- File:TArduinoIntegerCategory.png Category Integer – Integer data and signal processing.
- File:TArduinoArraysCategory.png Category Arrays – Array monitoring and update control.
