|
AIB2 Components - State Machine Simple
|
|
Category: |
Decision Logic
|
|
Description: |
The state machine component maintains a state once the entry conditions are met, and until the exit conditions are met. The single output is a boolean value representing whether or not the state machine is currently in-state. This is to be used as an enabler flag input to actions that are taken during the continuous execution of a state. The enabled input is by default always on. |
|
|
|
Inputs: 3 |
Enabled
Boolean input to enable or disable the state machine. If disabled, the output of the component is false. If enabled, the output is dependent on the entry and exit conditions.
Entry Conditions
Boolean flag indicating whether or not the condition(s) for entry into the state have been met.
Exit Conditions
Boolean flag indicating whether or not the condition(s) for exiting the state have been met.
|
|
|
|
|
Outputs: 1 |
State Status
The output value indicating whether or not the state is currently active. Use this output to enable or disable other actions or components.
|
|
|
|
|
Components in Same Category: |
Neural Network Segmenter Single Out Segmenter Multple Outs Feedback Flow Pattern Generator Pattern Analyzer Pattern Recorder Decision Matrix Target Input Comparator Pattern Sequencer States Awareness Hub State Machine Timer
|
|
Sample Files with this Component: |
|
|
|
|