Thread Closed

RS NAND latch

 
Share Thread
Jul7-07, 01:31 PM   #1
 

RS NAND latch


Hi,
I'm trying to understand the basics of boolean logic gates and I'm stuck with latches. I think I don't really understand the concept of feedback or maybe it's something else but I haven't been able to understand how a basic RS NAND latch works.
Could somebody please explain it in simple words or give a link to an explanation?
Thank you very much in advance.
PS: This is what I'm reading.
PhysOrg.com engineering news on PhysOrg.com

>> Mathematical algorithms cut train delays
>> Researchers design software to detect changes in colour vision
>> Trend study identifies potential for humans and technology to interact in a manufacturing environment
Jul7-07, 04:27 PM   #2
xez
 
Just draw out the truth table evolution
of the two cross linked gates and fill in the state changes
relative to the previous state affecting the subsequent
state affecting the new state of the gate with the initially
changed input and fill in the rest (the others that depend
on that output state transition) from there.

A NAND P = O
C NAND O = P
R = Rising
F = Falling

A has no control in this output state.
A P O C
H L H H
F L H H
L L H H

C has no control in this output state.
A P O C
H H L H
H H L F
H H L L

C = Active LOW SET of P
C = Active LOW RESET of O
A P O C
H L H H
H R F F
H H L L
H H L R
H H L H

A = ACTIVE LOW RESET OF P
A = ACTIVE LOW SET OF O
A P O C
H H L H
F F R H
L L H H

Just start with one gate's input transition,
transition that gate's output as apppopriate, take
that change and change any outputs that depend on it
as an input ... etc. and voila.

Quote by springo View Post
Hi,
I'm trying to understand the basics of boolean logic gates and I'm stuck with latches. I think I don't really understand the concept of feedback or maybe it's something else but I haven't been able to understand how a basic RS NAND latch works.
Could somebody please explain it in simple words or give a link to an explanation?
Thank you very much in advance.
PS: This is what I'm reading.
Thread Closed

Similar discussions for: RS NAND latch
Thread Forum Replies
Design with D-Type Latch Electrical Engineering 12
Please help me urgently - D-Type Latch problem Electrical Engineering 8
Please help me urgently - D-Type Latch problem Engineering, Comp Sci, & Technology Homework 2
Latch explained in the form of relays Electrical Engineering 4
latch and flip flop Electrical Engineering 2