Owning Palette: Bistable/Flip-Flop Function Blocks
Requires: 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 node runs. |
| reset | Asserts the reset signal. |
| set | Asserts the set signal. |
| Parameter | Description |
|---|---|
| error out | Contains error information. This output provides standard error out functionality. |
| output | Returns the Boolean value stored in the bistable function block. |
Refer to the Function Blocks.lvproj in the labview\examples\functionblocks directory for an example of using the SR Bistable VI.