Remember Binary Data(Array)
File:TArduinoRememberBinaryDataArray.png
Summary
Captures and recalls a binary data array, allowing you to store and retrieve values on demand.
Description
The **Remember Binary Data (Array)** component provides memory functionality for binary arrays. - **Enabled**: When **False**, the component is disabled and does not pass any data through. - **Initial Value**: A binary array that you can define using a visual editor—clicking the "..." button opens the editor for custom binary data.
Use the **Remember** pin (clock) to store the current input into memory. The **Recall** pin (clock) triggers the output of the stored binary data to the **Out** pin.
This component is perfect for scenarios where you want to capture a specific binary data state and reuse it later—for instance, retrieving previously stored configuration or data snapshots.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary - Components related to binary data processing
Properties
- Enabled – When **False**, the component is inactive and passes nothing through.
- Initial Value (binary) – Open the editor via the "..." button to enter a predefined binary array.
Pins
- In – Binary array input to be stored or passed through.
- Remember (clock) – Stores the current input value into memory when triggered.
- Recall (clock) – Outputs the stored binary value when triggered.
- Out – Outputs the stored or passed-through binary array.