Data Memory
This function block is used to store and retain data in memory for later use. It provides a simple way to keep data persistent across different evaluations within a workflow.
π₯ Inputs
Generic
The input data that you want to store in memory.
Update Data
A boolean signal that, when set to true, updates the stored data in memory with the new input data.
π€ Outputs
Generic
The output returns the currently stored data in memory.
πΉοΈ Controls
This function block does not have any specific controls to interact with directly.
π¨ Features
Data Retention
The block retains the most recent input for use in subsequent evaluations, allowing for persistent memory management.
Conditional Updating
The stored data in memory can be updated conditionally based on the boolean input.
π Usage Instructions
Provide Data: Connect any data-generating block to the
Generic
input to supply the data you wish to store.Control Update: Connect a boolean signal to the
Update Data
input. When this signal is true, the block will update the stored data with the current input.Retrieve Data: Use the output of this block to access the currently stored data at any point in your workflow.
π Evaluation
Upon evaluation, this function block will return the data currently stored in memory. If the update signal is activated, it will replace the old data with any new input received.
π οΈ Troubleshooting
π‘ Tips and Tricks
Last updated