Logic World Basic Gameplay Tips for Beginners

Logic World Basic Gameplay Tips for Beginners 1 - steamsplay.com
Logic World Basic Gameplay Tips for Beginners 1 - steamsplay.com

A simple guide that shows basic Flip-Flops, how they work and how to make them.

General

“In electronics, a flip-flop or latch is a circuit that has two stable states and can be used to store state information.” Flip-flops are made of smaller components called logic gates. This guide shows how they work and how to make them in Logic World

SR latch

SR or Set-Reset latches are used to set the output to 1 with S input and reset to 0 with R input.

SR latches take two inputs and give one output based on input combination as following:

S R Q
0 0 Q
1 0 1
0 1 0
1 1 X*

*X – forbidden state


Diagram:

Logic World Basic Gameplay Tips for Beginners - SR latch - 937246E

In-game:

Logic World Basic Gameplay Tips for Beginners - SR latch - 5A355A3

Logic World Basic Gameplay Tips for Beginners - SR latch - 0FE13F9

JK latch

JK latches are similar in behaviour as SR latches, but instead of having the forbidden state, they have the “flip” state, which means the next output is going to be inversed current output.

JK latches also take two inputs and give one output based on input combination as following:

J K Q
0 0 Q
1 0 1
0 1 0
1 1 Q’

Diagram:

Logic World Basic Gameplay Tips for Beginners - JK latch - 3FE7428

In-game:

Logic World Basic Gameplay Tips for Beginners - JK latch - D0778EC

Logic World Basic Gameplay Tips for Beginners - JK latch - 0A957FA

As seen, JK latch has an additional signal CP or CLK (Clock) which controls how often inputs affect the latch. Easiest way to make a clock is to connect output of a delayer to input of inverter and vice versa. Any node can be used as an output. Notice that frequency can be changed by editing the delayer.

Logic World Basic Gameplay Tips for Beginners - JK latch - 77F2620

T Latch

T latches have one input connected to both inputs of an JK latch so it only has the “flip” state.

T latches take one input and give one output based on input combination as following:

T Q
0 Q
1 Q’

Diagram:

Logic World Basic Gameplay Tips for Beginners - T Latch - D84EFC8

Notice the diagram has a clock, but I haven’t used it because I added the delayers inside the circuit.

In-game:

Logic World Basic Gameplay Tips for Beginners - T Latch - 7514F5C

Logic World Basic Gameplay Tips for Beginners - T Latch - E4AF971

Logic World Basic Gameplay Tips for Beginners - T Latch - F15BEDD

Conclusion

That’s all I managed to do for now, I will update it when I can. This guide is not finished, I still have to make the D latch and maybe add some other things. Hope this helped at least a little bit.

Happy engineering

Written by GuessWho

Hope you enjoy the post for Logic World Basic Gameplay Tips for Beginners, If you think we should update the post or something is wrong please let us know via comment and we will fix it how fast as possible! Thank you and have a great day!


Be the first to comment

Leave a Reply

Your email address will not be published.


*