Forward with Enable
- Updated2023-02-17
- 2 minute(s) read
Forward with Enable
Stores data from one execution to the next when enable? is set to TRUE.
By default, the node stores data from only the previous execution. However, you can configure the node to store n samples of data by delaying the output of the node for multiple executions. If you increase Delay to more than one execution, the node outputs only the Initial Value(s) until the delay you specify is complete. The node then begins to output the stored values in subsequent order. The number on the node represents the number of delays you specify.
Inputs/Outputs

input
The data to be stored and sent to the next execution or iteration.

initial value
The value for the first execution or loop iteration.
Default value: 0

enable?
A Boolean value that determines whether this node stores data from one execution or loop iteration to the next.
| True | The node stores data from one execution or loop iteration to the next. |
| False | The node continues to output the value from the last execution or iteration where enable? was set to True. |

output
The data stored from the previous execution or iteration.