Description

Component that performs an RS (Reset / Set) flip-flop either by BStatusBoolean inputs or by actions.

 

Implementation

  • Copy / paste the component into a WireSheet
  • Link the Boolean control points to the InSet and InReset slots
  • Set the priority (set or reset) in the Priority property

 

Properties

  • InSet: If this input is true the output slot Out is set to true.
  • InReset: If this input is true the output slot Out is set to false.
  • Priority: If both inputs are true (or an action corresponding to an input is started while the other input is true), this property defines which input / action has priority.

          For example, if the InReset input is true and priority is given to the Set, the Set action will set the output to true. If priority was given to Reset, the output remains false.

  • Out: The result of the switch.

 

Actions

  • Set: requests the component to set output to true (if the priority is respected)
  • Reset: requests the component to set output to false (if the priority is respected)