|
AIB2 Components - Feedback Flow
|
|
Category: |
Decision Logic
|
|
Description: |
The Feedback Flow component is a highly valuable utility component that allows the flow of data back up the hierarchy of execution. It effectively avoids the laws of circular dependency restriction by providing the output of the most recent last single tick of execution. Use the feedback loop to provide input to components that need visibility to immediate prior states. In the very first cycle of simulation following a reset event, the output value of the feedback component is 0, and after that it will be the value provided to it as input in the prior cycle. |
|
|
|
Inputs: 1 |
Input (x)
The input value of type double that is to be provided to components that may be earlier up in the execution sequence.
|
|
|
|
|
Outputs: 1 |
Feedback (x')
The output value of type double (from the input) that is made available to inputs of components that may be earlier up in the execution sequence.
|
|
|
|
|
Components in Same Category: |
Neural Network Segmenter Single Out Segmenter Multple Outs Pattern Generator Pattern Analyzer Pattern Recorder Decision Matrix Target Input Comparator Pattern Sequencer State Machine Simple States Awareness Hub State Machine Timer
|
|
Sample Files with this Component: |
|
|
|
|