Digital electronic help
these area bunch of shift registers and d-flip flops but im not sure how this works
i dont even know what the switches are for
@dan815 @ganeshie8
Sorry i do not have an application for ms12 files
do you know how flipflops work though?
A flip-flop or latch is a circuit that has two stable states and can be used to store state information. A flip-flop is a bistable multivibrator. The circuit can be made to change state by signals applied to one or more control inputs and will have one or two outputs. It is the basic storage element in sequential logic. Flip-flops and latches are a fundamental building block of digital electronics systems used in computers, communications, and many other types of systems.
Does that help you?
lol not really, but it's okay, i need help on the actual wiring xD
hmmm okay can you link a different file type than ms12?
i mean if you can visually show me how a shift register works i can probably wire it myself
@dtan5457 if you are willing to download another application I promise it will help you
Here this may help @dtan5457 -> http://www.allaboutcircuits.com/vol_4/chpt_12/1.html
If you have the bit string ABCDEFG Right shift does GABCDEF and left shift does BCDEFGA
how about I upload a screen shot?
@dtan5457 Refer to the website i provided it could possibly help you.
anyways 0001 right shifted would become 1000 and left shifted would become 0010
note that this is analogous somewhat to dividing by ten and multiplying by 10 respectively.
There is a difference between ARITHMETIC shift and LOGICAL shift, which I forgot to mention. for arithmetic shift if you had 0101 1011 and you shifted right you would get 0 1011 0110 if you shifted left you would get 0101 101 for logical shift if you had 0101 1011 and you shifted right you would get 1010 1101 if you shifted left you would get 1011 0110
@dtan5457 please let us know if we can help you further. Thanks.
yeah, i got my friend to send me his working file, so i'll get a screen shot of it to see if you can explain how the particular set up works
what this is suppose to be is some sort of burglar alarm like system. there is a nand gate as a combination to stop the light on the first flip flop...something like that. not sure how it completely works though
@inkyvoyd
@DivineSolar
Seems inky went offline. He would have been better to help you with that.
Try tagging in some moderators.
@TheSmartOne
I'm not a moderator, and I have no clue whatsoever. lol
Do you know any one who knows this stuff? I only know dan and ganashie
They both aren't here atm xD
hmm, not sure but maybe @wio ?
Sorry i do not.
@satellite73
First let's look at the NAND. U2A's Q U3A's not Q U4A's Q U5A's not Q U6A's Q If any of these signals are 0, then the NAND gate sends a 0 When the NAND gate sends a 0, then U1A turns off.
The clocks are connected to S4. Ultimately when this switched is turned off and then back on, it shifts all of the bottom d flip flops to the right. The leftmost flip flop gets its input from the state of S2. So S2 and S4 allow a person to set enter a code. S3 will clear all of the bottom d flip flops, which basically just clears the input.
S5 and S1 will operated U1A the same way that S2 and S4 operated on U2A. However, just as the S3 key will always turns out the bottom d flip flops, the result of the NAND gate being off will always turn turn off U1A
Ultimately, S2 and S4 are used to set the codes, that can turn off U1A S3 is used to clear out the codes S5 and S1 are used to turn U1A back on
Hello, what you have here is a shift register
you should look at the timing diagram to understand the behavior
Here is a simpler version of your circuit, i changed it so it all depended on just 1 flipflop's clock
|dw:1429088810144:dw|
Join our real-time social learning platform and learn together with your friends!