SR

Set dominant bistable.
lrsb_sr1
Arguments
SET1
BOOL
If TRUE, sets Q1 to TRUE (dominant)
RESET
BOOL
If TRUE, resets Q1 to FALSE
Q1
BOOL
Boolean memory state
Set
Reset1
Q1
Result Q1
0
0
0
0
0
0
1
1
0
1
0
0
0
1
1
0
1
0
0
1
1
0
1
1
1
1
0
1
1
1
1
1
Example
(* FBD Program using the SR block *)
lrsb_sr2
(* ST Equivalence: We suppose SR1 is an instance of SR block *)
SR1((auto_mode & start_cmd), stop_cmd); command := SR1.Q1;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal