Memory Circuits! (Scrap Mechanic Logic Tutorials #02)

Поділитися
Вставка
  • Опубліковано 9 чер 2024
  • Hey everyone back again in Scrap Mechanic with another logic tutorial! This time we look at memory circuits and a few basic ways that memory can be used in creations! There are many different things that can be done in logic but memory is by far one of the most useful!
    If you like this content and want to see more then remember to subscribe! goo.gl/d7uUoP
    Discord: / discord
    -------------------------------------------------------------------------------------------------------------
    About Scrap Mechanic:
    store.steampowered.com/app/387...
    Scrap Mechanic is an all-new creative multiplayer sandbox game which drops you right into a world where you quite literally engineer your own adventures! Choose from the 100+ building parts you have at your disposal and create anything from crazy transforming vehicles to a house that moves. You’re even able to team up with your friends to create amazing things together: in Scrap Mechanic, you’re the master creator of anything you can imagine!
    -------------------------------------------------------------------------------------------------------------
    Music:
    "Carpe Diem", "EDM Detection Mode", "Groove Grove", "Killing Time"
    Kevin MacLeod (incompetech.com)
    Licensed under Creative Commons: By Attribution 3.0
    creativecommons.org/licenses/b...
    Anikdote - Life Is Over [NCS Release]
    • Video
    No Copyright Sounds Release
  • Ігри

КОМЕНТАРІ • 180

  • @nicholasrohde771
    @nicholasrohde771 6 років тому +25

    I built a 10-second countdown timer that displayed the numbers on an or-gate screen using what I learned from your videos. It is my first creation that uses complex logic like this

    • @GoolemMAn
      @GoolemMAn Місяць тому

      How? I am trying to make a stopwatch. Can u hand me some knolege?

  • @dringar
    @dringar 6 років тому +35

    4:04 i hear that kitty

  • @garbuckle3000
    @garbuckle3000 6 років тому +2

    Awesome. Thanks for explaining the "and" lift reset logic. Going to go add that to my buggy right now!

  • @iyoman9245
    @iyoman9245 4 роки тому +12

    Could you make more of these? They’re really helpful.

  • @BrentBatch
    @BrentBatch 6 років тому +2

    for the xor loop: make all 3 gates xor gates, one other gate will wire to all 3 xor gates and the input will be one tick,
    also: blueprint editing doesn't allow gate1->gate2 and gate2->gate1 connections at the same time, it overwrites existing connections if one already exists between the 2 gates

  • @occasionalart7597
    @occasionalart7597 6 років тому +33

    It would be really awesome if you could do a realistic padlock. (both in function and in mechanics)
    Great video as always!

  • @call_me_anny
    @call_me_anny 6 років тому

    Kan thanks for making these tutorials you've helped me a lot

  • @LordPain
    @LordPain 6 років тому +15

    Nice tutorial! :) Maybe you could improve the 'rope device' that I've sent you, it uses the memory bits too. I think it will help a lot of mechanics building stepless cranes and other stuff, if u could only make it smaller :) It's always a pleasure to watch your videos :)

  • @VKURDR
    @VKURDR 4 роки тому

    This is great stuff, I'm not exactly sure I understand everything, but using some of what I did understand (and lots and lots of hours later) I was able to make a functional gate with a combo lock of switches which also locks from the inside. I want to make it so that I don't need the combination to get out now, and to make the combination reset or disappear after a set amount of time.

  • @tomasmejia6370
    @tomasmejia6370 6 років тому +49

    "We generate a simple tick generator."
    Well, yeah, but can you generate a generator that generates tick generators?

    • @saddleview80
      @saddleview80 4 роки тому +6

      Well yeah but can you generate a generator that generates a generator that generates a generator that generates tick generators?

    • @i0nlz
      @i0nlz 4 роки тому +3

      Well, yeah, but can you generate a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates tick generators?

    • @latbil
      @latbil 4 роки тому +2

      Well, yeah, but can you generate a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates a generator that generates tick generators?

    • @danforce4222
      @danforce4222 4 роки тому +1

      Well yeah

    • @user-ss6gp2gu6r
      @user-ss6gp2gu6r 4 роки тому +1

      So a warehouse that produces materials to build a factory that makes tick generators

  • @hundert-ml1kf
    @hundert-ml1kf 6 років тому +7

    If you want to make a Single Tick every time you hit the Button you can do it with the button connected to an and gate and a nand/nor/xnor gate and connect the nand/.. gate to the and gate 👌

  • @YMandarin
    @YMandarin 5 років тому +4

    xor gate still loops with one tick input

  • @IxeslegendProbably
    @IxeslegendProbably 3 роки тому

    this intro is the best omg

  • @gglobensky
    @gglobensky 4 роки тому

    I started playing yesterday and first thing i made is an on only and off only switch with a piston and a sensor set to switch mode. Lets just say I'll use this design from now on

  • @gglobensky
    @gglobensky 4 роки тому

    I'm pretty sure you can prevent the looping state of the on only and off only button by making sure the input is longer than a single tick. I can make it bug consistently by sending it a single tick input.

  • @natewalker9595
    @natewalker9595 6 років тому +1

    love you channel BTW

  • @Aleq777
    @Aleq777 4 роки тому

    oh thanks ;) I am really good at logic gates but I didn't know how to do it with buttons like this

  • @scrapheap339
    @scrapheap339 4 роки тому

    One difference between the 2 forms of memory is that the XOR is self-toggling i.e. it can be toggled with just 1 button whereas the NOR, NOR, OR memory needs a 'toggle on' input and a 'toggle off' input to flip the memory so a single button can either set or reset the bit but not do both (without extra logic of course). It is also possible to make a NOR, NOR, OR system work as a self toggling bit by checking that if a button is pressed and the bit is on, then turn it off (and vice versa).
    Also: an XOR gate is active when there are an odd number of active inputs, not just 1.
    PS: Sorry for the wordy explanation, but hope you can create amazing creations with this knowledge. :)

  • @teiroberts5330
    @teiroberts5330 6 років тому +1

    I once built a rs latch the memory circuit he built with transistors and resistor on a circuit board

  • @MrCreamster20
    @MrCreamster20 6 років тому

    I've used logic a lot but one of my oldest creations i'm having a slight problem with. It's a "combo-lock" build that is currently working on a ground based structure and had the first 'insertable, configurable key lock mechanism' which has now been swapped out for a more complicated 'keycard' system. Now i want to compact it as its reasonably large and make it a lift-able creation but i'm struggling to get 1 of its functions working properly.
    Build at its core is a memory array with a switch that controls the memory array storage 'state':
    1. switch off - memory gets activated in sequence and all previous set stay set
    2. switch on - memory gets activated in sequence and previous set gets reset with the next set
    The problem i'm having is the switch when turned on ends up creating a memory 'wave' in the cells(on,off,on,off etc...). This wave sometimes is 2 in length and confuses me as to why its doing it.
    any ideas??

  • @koryphaee4796
    @koryphaee4796 6 років тому +6

    you can make the 1 tick generator smaller:
    just connect a button to a NOT gate.
    then connect the NOT gate and the button an AND gate.
    now the AND gate is the output.

    • @kANGaming
      @kANGaming  6 років тому +2

      yup the discord mentioned this too... I've been making it excessively large for no reason

  • @Flexy_ll
    @Flexy_ll 6 років тому +1

    Nice video kan i like it and kann you please make a tutorial about a clock

  • @legofreak5769
    @legofreak5769 6 років тому +1

    your XOR memory is using a 3 tick pulse. if you use the self wired XOR you use a 1 tick pulse. the self wired gates also cant get into an infinite loop.

  • @Gitko01
    @Gitko01 5 років тому

    Thanks! This will help me make a elevator! (BTW, I am watching this in December 2018)

  • @toastymob5829
    @toastymob5829 4 роки тому

    I started watching yoir vids i had no idea abaount logic in sm now im building logic conrrolled mini piston engines

  • @pascal2085
    @pascal2085 3 роки тому +1

    idk if it's the current version but or-xor-or memory with a tick generator is not working. Did it with a piston and a switch-sensor. A spud gun and a switch would also work.

  • @henrygoldberg1248
    @henrygoldberg1248 4 роки тому +1

    Helped me a lot with minecraft

  • @techsbyglebbagrov7470
    @techsbyglebbagrov7470 4 роки тому +1

    4:57 Kerbal Space Program VAB/SPH music starts

  • @LuisDiaz-mo9ok
    @LuisDiaz-mo9ok 6 років тому +1

    scrapman:( he will be remembered

  • @jk1422
    @jk1422 5 років тому

    im just building a small calculator and i just couldnt figure out how to save the inputs.. thanks man

  • @moss3828
    @moss3828 4 роки тому +3

    I’ll stick with my switches and buttons for now lol

  • @theengineeringmonkey407
    @theengineeringmonkey407 4 роки тому

    Are there faster memory bits? I’m trying to make a couple of complicated builds but these memory bits don’t process fast enough

  • @TheZiiFamily
    @TheZiiFamily 6 років тому

    I have a question how do you make something like this but if the input is on to long it activate something but if it's not on a.k.a. charged up all the way it won't activate for example a security system

  • @Venus_fogged
    @Venus_fogged 6 років тому

    Hey kan if you don't see this that's fine, but I'm looking for a rising edge detector and I can't find any.
    would like to know how that would work. thanks.

  • @soccertg0376
    @soccertg0376 6 років тому

    I've already made a touch pad for numbers but I've always wanted to make a typeing keyboard where it will have spaces, letter by letter, and back space

    • @ignacioarteaga5393
      @ignacioarteaga5393 6 років тому

      Triston Gorney I did it not so long ago

    • @soccertg0376
      @soccertg0376 6 років тому

      Ignacio Arteaga oh

    • @ignacioarteaga5393
      @ignacioarteaga5393 6 років тому

      Triston Gorney Here is the link if you want to see it... steamcommunity.com/sharedfiles/filedetails/?id=1127146731

    • @soccertg0376
      @soccertg0376 6 років тому

      Ignacio Arteaga ok thanks

  • @casperborn8474
    @casperborn8474 5 років тому

    for those that are interested the first one is called an RS flip flop, the second one I'm not sure but it seems to be some kind of latch
    however the RS flip flop can easily be made to work with only one button using an and & or/nor gate so really just make sure you master the first one :p

    • @vibaj16
      @vibaj16 5 років тому

      Not really: first one is an RS latch, or more specifically, the one he uses is an RS nor latch. The second is a T-flip flop

  • @slippery_gecko9274
    @slippery_gecko9274 5 років тому

    for this i got a journel where i am taking all sorts of notes and making diagrams with in for input and out for out put all sorts of stuff and i have it to where its not strictly scrap mechanic language
    so theres i tip i guess idk

  • @uitvindertje
    @uitvindertje Рік тому

    5 Years later and im still using this XD

  • @kevvelicious1229
    @kevvelicious1229 6 років тому

    Can you make a video on radars in scrap mechanic and how the work. I want to make one but I don’t know how to wire them

  • @nealcrafter
    @nealcrafter 2 місяці тому

    In the now Newer Version of Scrap Mechanic it only works with a 2-Tick puls on the Timer.

  • @Annathedouble00magna
    @Annathedouble00magna 6 років тому

    To bad I Don't have steam to get this game no I still liked the vid nice m8 keep it up

  • @stockphotocriminal6140
    @stockphotocriminal6140 6 років тому

    YEES!

  • @zebestlion4599
    @zebestlion4599 6 років тому

    Make a selective gear selector for the realistic car

  • @michbam3947
    @michbam3947 6 років тому

    Did you finish the Big Droppod allready?

  • @DeltaKT
    @DeltaKT 6 років тому

    YEAH BOI! =D

  • @Goldfish_Vender
    @Goldfish_Vender 6 років тому +1

    I made a T Flip-flop with only 6 gates, no timers, and using an xnor latch. I deleted it for whatever reason and now I can't figure out what I did...

    • @vibaj16
      @vibaj16 5 років тому

      Button goes into AND and NOT gates. The NOT gate goes into the AND gate, which goes into 3 XOR gates. The XOR gates loop into each other. Output is one of the XOR gates.

  • @Wallabm7091
    @Wallabm7091 4 роки тому

    i love your videos but they are sometimes really hard to follow with how fast you move the camera around and move onto the next step. if at all possible would you slow down and let us view the connections in the future please? thanks man great content!

  • @tom_henniger
    @tom_henniger 6 років тому

    Discord invite on your channel doesn't work?

  • @emiel2712
    @emiel2712 6 років тому +1

    I can't stop hearing the ksp VAB music

  • @crazytothebone7036
    @crazytothebone7036 3 роки тому

    How do you do the thing where you wire something to the previously selected source?

    • @Edgar-Egg
      @Edgar-Egg 2 роки тому

      You have to edit the code of the blueprint in the files, this is called ''blueprint editing''.

  • @rayhanaditya9274
    @rayhanaditya9274 4 роки тому +8

    So.... its a t-flip flop
    For all of those non minecrafters its a circuit used in redstone

    • @pascal2085
      @pascal2085 3 роки тому

      t-flip-flop is a circuit used in many applications. Don't feel so edgy because you know t-flip-flops from minecraft.

  • @justbendev2324
    @justbendev2324 4 роки тому

    The XOR Memory Bit don't work it keep's flickering , is this method outdated ? ( It's a 2017 design so idk ) ( OR -> XOR > AND -> LOOPBACK ) and i sent a 1 tick to the XOR and it dont work.

  • @wheatloathe
    @wheatloathe 2 роки тому

    So it's a flip flop
    My redstone brain cant be reprogrammed

  • @AndreBrah
    @AndreBrah 3 роки тому

    FIX FOR THOSE WHO USE THE BUTTON, OPTION 1: increase the tick delay on the timer to 2 ticks (keep in mind that if you "stab" the button too fast it will still start to loop). OPTION 2 (recommended): change the xor gate after the timer to a nand gate (this allows to keep the timer at 1 tick, so its harder to make the system loop if you press the button too fast)

  • @user-cs4vq9ix6q
    @user-cs4vq9ix6q 3 роки тому

    How to make push-to-toggle with logics?

  • @Broken_Mesh
    @Broken_Mesh 6 років тому +2

    Ohh it like a P-flipflop(or something else i don't remember the name ) in minecraft

    • @joostvisser6508
      @joostvisser6508 6 років тому +1

      levk RS nol edge or something like that?

    • @jacksonparkinson1805
      @jacksonparkinson1805 6 років тому +1

      I think you mean a T flip flop and Joost I think you mean a RS nor latch

    • @vibaj16
      @vibaj16 5 років тому

      Lol I remember that I used to think RS stood for “redstone”

  • @tinted5129
    @tinted5129 6 років тому +1

    kAN can you do a project, make a future city or can you build a future tram
    Edit: in a stream? Future tram

  • @mitch-mashgaming3116
    @mitch-mashgaming3116 6 років тому

    When is the next logic tutorial

  • @adriantrans-amgta5981
    @adriantrans-amgta5981 5 років тому +1

    I paused it to try it in evertech sandbox.

  • @ZorillaMyrid181
    @ZorillaMyrid181 4 роки тому

    Wait is that the Spore OST in the background?

    • @neutralguy3221
      @neutralguy3221 4 роки тому

      At around 7:20 - I realized that it's the Kerbal Space Program VAB music.... lol

  • @Z3rtsu
    @Z3rtsu 6 років тому

    5:35 I think I told you that. (Correct me if I'm wrong)

  • @boltstrikes429
    @boltstrikes429 5 років тому +9

    "The NOR NOR OR"
    just say RS NOR latch... lmao

    • @latbil
      @latbil 4 роки тому +3

      NOR NOR OR is faster because it’s only three syllables long.

  • @ViniTheCrazzy
    @ViniTheCrazzy 3 роки тому

    welllll i can`t make t-flip-flip with both... following comments i reach another approach, make 3 xor and link all to the same one tick generator and done... with this other methods my tries never are consistent, they or switch between active or desative or blink forever depends where you click and the cycle rotine... at the end i did it work! but then i realize i not need it in the end... and use a simpler 2 sensors with switch mode and one xor... dammit, improve always beeing insane haha

  • @matthewpalmer8315
    @matthewpalmer8315 4 роки тому

    Is this like the t flip flop in Minecraft red stone 03:50

  • @ragdude7323
    @ragdude7323 6 років тому

    Yay memory

  • @lucasvisser3864
    @lucasvisser3864 6 років тому

    I already made a numpad a few weeks ago and wiring made my eyes hurt

  • @henrystickmin8812
    @henrystickmin8812 Рік тому

    Instead i just made a traffic light
    The traffic light broke my brain

  • @arhaam1390
    @arhaam1390 3 роки тому

    did you know that 'and' gate is kind of transistor

  • @aVectorr
    @aVectorr 3 роки тому

    what's the name of this mod?

  • @emilrosen6679
    @emilrosen6679 6 років тому +5

    Not first

  • @ranrjbneztnarf8932
    @ranrjbneztnarf8932 4 роки тому

    I have watched this over and over, but my gates wont stay fully on. They just flicker. any tips? I am guessing its a bug at this point lol

    • @kANGaming
      @kANGaming  4 роки тому

      If they flicker it is because there is something conflicting. Hard to say exactly what your issue is though without seeing the setup :(

    • @ranrjbneztnarf8932
      @ranrjbneztnarf8932 4 роки тому

      ​@@kANGaming Basically just copied what you did. I tried in a fresh world without mods too. Still just getting the same flicker. The Tick generator works fine, but when sending that further, the 3 gates that is supposed to stay on or off mostly flicker and will rarely turn either on or off.. It almost seems like the tick is not fast enough. As if there is a 1/1000 chance that the tick might hit perfectly.

    • @ranrjbneztnarf8932
      @ranrjbneztnarf8932 4 роки тому

      Will ask someone in your discord later. Probably better to see it. Thanks anyway. Awesome videos!

    • @ismaelmontminy5734
      @ismaelmontminy5734 4 роки тому

      @@ranrjbneztnarf8932 did you find the asnwer ? cause I have the same problem...

  • @toast1254
    @toast1254 6 років тому +1

    12th!! 😋

  • @InvalidUser18
    @InvalidUser18 5 років тому

    Where did this go? You made this episode then stopped.

  • @PowerOfNull
    @PowerOfNull 5 років тому

    I was able to make a simpler Rising Edge circuit, but I don't think I remember how it worked...

    • @anispinner
      @anispinner 5 років тому

      You probably used NAND + AND gates. The button is connected to both of them, then NAND is connected to AND.

    • @PowerOfNull
      @PowerOfNull 5 років тому

      @@anispinner I think you might be right XD

  • @michelleburton4497
    @michelleburton4497 6 років тому

    memory is ram. storage is the location where the values are held.

    • @aaronwalls9301
      @aaronwalls9301 5 років тому

      Michelle Burton kind of. RAM is where processes store data while they are running, and then that data is then moved to the primary storage at a later time, to keep the computer from messing up the hard drive.

    • @slippery_gecko9274
      @slippery_gecko9274 5 років тому

      my idea of ram is like a fast place to store things that is temporary it doesnt want to take the time to write and read a peice of the harddrive this takes time and wheres out the harddrive so they created a fass "storage" where they can put tempary data such as i have a switch pressed in the game that data gets moved to the ram to keep it loaded without having the hard drive worn out and so the cpu doesnt always loop its command on the switch it just tells the ram hey this switch is on and the ram keeps that data and if its really important later it will move it to the hard drive and if not it just erases the data

  • @DeltaKT
    @DeltaKT 6 років тому

    8:20 XOR not OR. :P

  • @lukamtc9188
    @lukamtc9188 5 років тому +1

    NOR NOR OR gate system is better cuz it's kAN confirmed

  • @natewalker9595
    @natewalker9595 6 років тому +1

    wheres multiplayer Monday
    It has mean more than a week and its not up

    • @joostvisser6508
      @joostvisser6508 6 років тому +1

      Nate Walker look over at camodo's channel, he explained it

    • @natewalker9595
      @natewalker9595 6 років тому +1

      Joost Visser ok

  • @mazenmarvel7342
    @mazenmarvel7342 5 років тому

    How to use logic gates to make an automatic shooting spud gun

    • @vincentb5431
      @vincentb5431 4 роки тому +1

      NOR #1 -> NOR #2
      NOR #2 -> NOR #3
      NOR #3 -> NOR #1
      NOR #4 -> NOR #1
      NOR #1 -> Spud gun
      Button/Input -> NOR #4
      I hope i could help you :D!

    • @ramensales3967
      @ramensales3967 4 роки тому

      No looping circuit

  • @bx19tgd
    @bx19tgd 6 років тому +5

    I DONT NEED LOGIC...
    I NEED KNOWLEDGE AND LAMBORGHINIS

  • @fatemonkey
    @fatemonkey 6 років тому

    If anyone wants to know how to build a computer in either Minecraft or a program called Logisim, let me know and I can help you.

    • @vibaj16
      @vibaj16 5 років тому

      Difficulty: Scrap Mechanic: easy (ish) Logisim: medium (wiring gets in way) Minecraft: hard (even more annoying wiring and you have to make gates, etc.)

  • @U_Geek
    @U_Geek 6 років тому

    What happened to scrapman?

  • @pigsrpeople2577
    @pigsrpeople2577 2 роки тому

    Can we get this into back

  • @princesssarragozza1735
    @princesssarragozza1735 6 років тому

    The first one is a t flip flop

  • @theredstormer8078
    @theredstormer8078 6 років тому +2

    Whenever I do an xor or or loop, it just flashes no matter what. Help!

    • @aaronwalls9301
      @aaronwalls9301 5 років тому +1

      Mine does the same, set your timer to either 2 or 3 ticks and it works. Your tick rate isn't fast enough for the process an you only have one gate on at a time. If you set it to 2 or 3 ticks, it gives the game just enough time to fill all three gates.

  • @brunooooooookkkk
    @brunooooooookkkk 6 років тому +3

    Kan is da best

  • @RestartedRio
    @RestartedRio 3 роки тому

    KAN... my circut is broken... I’ll press a button and it goes FLICK FLICK FLICK FLICK that at the speed of 100x more

  • @jarhead_2010
    @jarhead_2010 6 років тому +2

    hai

  • @trampperfect57
    @trampperfect57 6 років тому +2

    Hello

  • @Mistarbist1984
    @Mistarbist1984 3 роки тому

    Screw this bits, just make a switch and potato gun pointed to switch

  • @Neuro537
    @Neuro537 3 роки тому +1

    kAN = mumbo jumbo

  • @Alffraido
    @Alffraido 3 роки тому

    I just realized your name is Can gaming with a trash can upside down.... -_-

  • @robertmaimutica9665
    @robertmaimutica9665 4 роки тому +1

    Minecraft redstone squad where you at?

  • @roryparkyn6863
    @roryparkyn6863 6 років тому

    Isn’t a switch just a memory piece

    • @vibaj16
      @vibaj16 5 років тому

      You can’t activate a switch with logic unless you use a spud gun I guess, but that’s bigger and not silent.

  • @viswaa8598
    @viswaa8598 6 років тому +2

    first

  • @dragonking972
    @dragonking972 6 років тому +1

    Yo

  • @temmie1658
    @temmie1658 6 років тому +4

    Make A computer

  • @LegoCrafter911
    @LegoCrafter911 6 років тому +4

    I hear kAN is good at wrestling, but can he pin me?

  • @darklordgaming9503
    @darklordgaming9503 6 років тому +1

    First

  • @edruzzaidi629
    @edruzzaidi629 6 років тому +2

    Me: This is very entertaining.
    Some people: I'm losing too many brain cell!!