Owning Palette: Bistable/Flip-Flop
Installed With: RT Module
Creates a set-dominant latch, also known as a flip-flop.
If output is TRUE, output remains TRUE until the function block receives a reset pulse. If output is FALSE, output remains FALSE until the function block receives a set pulse. If set and reset are both TRUE, output is TRUE.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description |
|---|---|
| Inputs | Contains the following configuration options:
|
| Outputs | Contains the following configuration options:
|
| Parameter | Description |
|---|---|
| error in (no error) | Describes error conditions that occur before this function block runs. If an error occurs, the function block does not execute. |
| reset | Asserts the reset signal. |
| set | Asserts the set signal. |
| Parameter | Description |
|---|---|
| error out | Contains error information. If error in (no error) indicates that an error occurred before this function block ran, error out contains the same error information. Otherwise, it describes the error status that this function block produces. Right click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error. |
| output | Returns the Boolean value stored in the bistable function block. |