Set - Reset
This function block provides a simple mechanism for controlling a boolean output based on incoming set and reset signals. It acts logically to maintain state based on user-defined conditions.
π₯ Inputs
Set
This input is a boolean signal that, when activated (set to True
), triggers the output to become True
.
Reset
This input is a boolean signal that, when activated (set to True
), resets the output to False
.
π€ Outputs
Boolean
This output will reflect the state resulting from the set and reset inputs.
πΉοΈ Controls
This function block does not have additional interactive controls.
π¨ Features
Persistent State Management
The block retains the previous output state unless explicitly reset, allowing for conditional logic implementations in scenarios.
π Usage Instructions
Connect Inputs: Connect the appropriate boolean signals to the
Set
andReset
inputs.Trigger Set/Reset: Activate the
Set
input to change the output toTrue
, or activate theReset
input to set the output toFalse
.Evaluate: Run the block to see the updated output based on the input signals.
π Evaluation
When executed, the block evaluates the connected signals. The output will be True
if the Set
signal is active, False
if the Reset
signal is active, or retains its previous state if neither is active.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated