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
SetandResetinputs.Trigger Set/Reset: Activate the
Setinput to change the output toTrue, or activate theResetinput 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
Was this helpful?