Advertisement
fro0m

Untitled

Sep 26th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. AND1:=Up_In and not(Down_Control); (*AND1 = ((Up_In) & !(Down_control))*)
  2. T1(Set:=And1, Reset1:=Reset|Up_Control:=Q1); (*set_RS = And1; Reset_RS = Reset; Up_Control = OUT_RS *)
  3. AND2:=Down_In and not(Up_Control); (*AND2 = ((Down_In) & !(Up_control))*)
  4. T2(Set:=And2, Reset1:=Reset|Down_Control:=Q1);(*set_RS = And2; Reset_RS = Reset; Down_Control = OUT_RS *)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement