Hey everyone I know this tutorial will be very simple for a lot of people but I wanted to start with the absolute basics before we move into more advanced concepts! If you have specific things you need help with make sure to post them in the comments below!
Oh man, I didn't watch this when it first came out 7 years ago, but your video has now given me the ah-ha moment I needed with your explanations of the simple logic gates. I've studied logic gates in the past, but it's been so long that I didn't remember exactly what each of them did. Here I am frantically searching for a way to make my start gate for a hide and seek map work, making it super complicated, and then I find your video and hear you explain the XOR gate... I found myself doing a mental facepalm at only needing a single logic gate to make it work. I was trying to incorporate a T flip-flop and some other shenanigans when all I needed was the single XOR gate. My brain sometimes.... I can very easily do high-level language programming, but simple logic switches have a weird ability to tie my brain into knots.
I found the XNOR gate really useful for making a combination lock (comparing the correct code in binary to the entered one) It made it much simpler than using a million other gates. Great vid by the way :).
I studied automation and logic gates a billion years ago, and although I have always been attracted to it, in my professional life I have never had the opportunity to apply or expand my knowledge, now that the survival of scrap mechanic has come out and I I am aware of how ignorant I have become on the subject, I am very pleased that you are trying to teach something to us poor wrecked in space .. thanks for the tuttorial, I will try to apply this and the next videos in the best way to automate my farm .
I have a twist for a multiplayer Monday video, have some sort of randomiser that points to different times and the person who activates it has to use the time given to him to build a creation to the theme. Sound cool?
Now that scrap survival is up and running request you revisit this as some of your builds are great but some of us are novices. Love your work. Keep it up.
Thank you. thank you. thank you. (I know this video is old but still...) You keep giving me great ideas and knowledge of the game, and kind of how real life things work.
XOR is also good for doors, like piston doors or bearing doors. You can always open and close the door from either side, no matter what switch is active at any time. Just saying this for beginners who may be new to this stuff. This is especially good for the new survival.
kAN I'm glad you're doing a tutorial on this as when I started scrap mechanic learning the logic part was really hard and took a hell of a lot of hours searching round for decent tutorials. From my experience of learning though I can tell you what really helped me understand it more. (I already understood basic gates but combining gates together confused me) Watching your stream hoping to find some info on logic and you briefly explained a memory bit, this was the most confusing aspect that I saw everywhere and understanding that is like the key part of most logic systems so going in to depths with it would be useful especially if you do some good examples. As in a simple one (maybe using lights) and a complex one such as an elevator, I believe if you do this people just learning it will have a comprehensive understanding of memory bits and will then have enough information to make a few logic creations. Also you could go into a few uses of sensors with logic as that's a useful skill. Personally to learn how to utilise logic I just created a empty world and have added to this platform with uses of logic increasing in difficulty and I think if you was to do this throughout the series and upload the platform to the workshop people would have a nice thing to spawn in in case they forget something or get confused.
I think an easier way to explain the xor gate is to say that if there is an even number of inputs it is off and if there is an odd number of inputs it is on. This way it works for more then 2 switches.
I watched ur elevator video a lot, literally i jst get messed up at middle andi jst never understood ur logics copletely in elevator. cn u plz explain all the bits and memory concept u used in elevator n make if possible teach how to make 4-5 storage elevator.
The xor is very useful for things like a door with a switch on either side because no matter what when one switch is toggled it toggles the position of the door
I even made a computer with a 8x8 screen and 64 memory bits, that could read & write memory, and It was full of connections. I would love to see a video on a computer that you made.
I have been watching you doing the game Scrap Mechanic, I liked it so much I bought. I am having fun (all but the going to bed at 3am 2 nights it row.). I just watch your basic gates, you did a landing gear. I am trying to get a 3 position of the lever, any ideas on how to do that, left, right, middle? Lee
can i do bearing to move in one direction when prssing the button? to rotate a pipe for example to one direction when pressing the button and when you stop holding the button down bearing stays in position where u left it?
Can you make a video where you use Logic blocks in one area to do something but in the other area useing sensors and controllers to make it more compact.
Dude how i can make my W and S button work like A and S buttons when in vehicle? Like i have put electric motor to bearing and then cameras to see when it turns, but i want it to come back to neutral position :D
(Referring to the nand gate) so if I had a nand gate into a timer then it goes to another timer which is attached to another nand gate and have two switches attached to the first nand gate then a button attached to the first nand gate and a timer with the same time length as the other gates it would store the time the button was off in the timers There for giving a small amount of time for you to reach an area in that time like a door or a crusher something like that I think I made it to complicated but that's what I got so do with this information as you please
seems like the gate systme is slightly simular to minecraft ofcours differnet looksand some different pratices becase minecraft u have to esemble the gatesurself where scrap mechanic is prebuilt and ofcourse variosu gliches may be different but the logic of logic gates makes perfect sence to me because of how i had played a phew years worht of minecraft and in that time knew some redstone
I've seen (and used) the memory bits, but I still don't understand how to get them to reset properly (no pulsing) when you take something off a lift. I look forward to that future video
He has answered that question, and it is just a and gate connected to a nor connected to a xor and a timer (1 tick) and the timer connected to the xor gate.
Theres a simpler way using a singular and gate. Connect your NOR gate (that turns it on) & OR gate to the AND gate then the AND gate to the NOR gate(that turns it off).
Thanks. I'll have to try and see if it works for what I want (resetting a gear-shift), but I'd like to understand why it would work. I understand logic gates separately, but a bunch together is confusing. I hope it'll all make sense in a future video.
Thank you for making this video. I am a new player. Is any good player can teach how to make the car backing up? I can make it turn left and turn right and go straight only. Thank you
How do I make a reverse switch? (when the switch is off it's as if it's on and same vice versa) I need to know the for a farm defence in survival edit: nevermind I just need to hook a switch to a nand gate and hook the nand gate to what I what a reverse switch for
Please make it make a video of you making a like a thing that flashes and scrap mechanic cuz that's what I need because I'm I just made the bus right and I'm going to put some mountable spot guns and I need them the flash so I turn on the lever then what will do it'll just make it keep turning off and on and off and on to just keep going thank you
In the modpack there is a math block which has a random function in it which generates a random number between 0 and 1. In vanilla it is a bit harder but can be done with sensors and a spinning rod that only covers 1 sensor at a time. Hit 1 rod with another one and the physics creates a sort of random selection
Alright, can anyone congrats me for making a 4 switch password door with the help of logic gates for the first time even tho I don't know how to use this stuff like a master? How it works? The door will only work when the 4 switches are turned on, it neither works when all are turned on, nor when any other than the 4 switches is on ... Plz
Hey everyone I know this tutorial will be very simple for a lot of people but I wanted to start with the absolute basics before we move into more advanced concepts! If you have specific things you need help with make sure to post them in the comments below!
kAN Gaming plz do a timer function like the one you use on multiplayer mondays
hey kAN you inspired me to do more logic and now I've taught some basic logic
kAN Gaming clocks?
I have a challenge for this; rule one must use one of each logic gate rule two is that the system MUST work and do something useful.
kAN Gaming thanks kan so much this will help me alot
Yes! I have been waiting for this! The other tutorial that I really want to see is how to build a stable flyer without glitches.
Thanks kAN, now I know how to build a door with switches on both sides, and not a hole with one switch!
Oh man, I didn't watch this when it first came out 7 years ago, but your video has now given me the ah-ha moment I needed with your explanations of the simple logic gates. I've studied logic gates in the past, but it's been so long that I didn't remember exactly what each of them did. Here I am frantically searching for a way to make my start gate for a hide and seek map work, making it super complicated, and then I find your video and hear you explain the XOR gate... I found myself doing a mental facepalm at only needing a single logic gate to make it work. I was trying to incorporate a T flip-flop and some other shenanigans when all I needed was the single XOR gate. My brain sometimes.... I can very easily do high-level language programming, but simple logic switches have a weird ability to tie my brain into knots.
YAY! I literally made me some popcorn for this video!
I found the XNOR gate really useful for making a combination lock (comparing the correct code in binary to the entered one) It made it much simpler than using a million other gates. Great vid by the way :).
I studied automation and logic gates a billion years ago, and although I have always been attracted to it, in my professional life I have never had the opportunity to apply or expand my knowledge, now that the survival of scrap mechanic has come out and I I am aware of how ignorant I have become on the subject, I am very pleased that you are trying to teach something to us poor wrecked in space .. thanks for the tuttorial, I will try to apply this and the next videos in the best way to automate my farm .
I have a twist for a multiplayer Monday video, have some sort of randomiser that points to different times and the person who activates it has to use the time given to him to build a creation to the theme. Sound cool?
Now that scrap survival is up and running request you revisit this as some of your builds are great but some of us are novices. Love your work. Keep it up.
This is gonna help me out so much! So here's to leaving a like and comment on every episode in the series :P
Thank you.
thank you.
thank you.
(I know this video is old but still...)
You keep giving me great ideas and knowledge of the game, and kind of how real life things work.
It still helps me :D
It got me in to scrap mechanic logic games you can find one at 1 player game (NO MODS)
XOR is also good for doors, like piston doors or bearing doors.
You can always open and close the door from either side, no matter what switch is active at any time.
Just saying this for beginners who may be new to this stuff. This is especially good for the new survival.
Any logic can actually be constructed with only NOT and OR. I would like to see that in some game!
just made my first circuit! thanks for the help!
Ye
Xor is also used in homes, for lighting on the lower & upper part where you can turn on/off borg from downstairs & upstairs
kAN I'm glad you're doing a tutorial on this as when I started scrap mechanic learning the logic part was really hard and took a hell of a lot of hours searching round for decent tutorials. From my experience of learning though I can tell you what really helped me understand it more. (I already understood basic gates but combining gates together confused me) Watching your stream hoping to find some info on logic and you briefly explained a memory bit, this was the most confusing aspect that I saw everywhere and understanding that is like the key part of most logic systems so going in to depths with it would be useful especially if you do some good examples. As in a simple one (maybe using lights) and a complex one such as an elevator, I believe if you do this people just learning it will have a comprehensive understanding of memory bits and will then have enough information to make a few logic creations.
Also you could go into a few uses of sensors with logic as that's a useful skill.
Personally to learn how to utilise logic I just created a empty world and have added to this platform with uses of logic increasing in difficulty and I think if you was to do this throughout the series and upload the platform to the workshop people would have a nice thing to spawn in in case they forget something or get confused.
THIS HELPS SO MUCH, THANK YOU!!!!!
man those logic gates are LITlol
I think an easier way to explain the xor gate is to say that if there is an even number of inputs it is off and if there is an odd number of inputs it is on. This way it works for more then 2 switches.
Can you show, how to make a ticking timer in the next video?
Great video btw
I watched ur elevator video a lot, literally i jst get messed up at middle andi jst never understood ur logics copletely in elevator. cn u plz explain all the bits and memory concept u used in elevator n make if possible teach how to make 4-5 storage elevator.
Speech 100
Speech 1000000000000000000000000000
The xor is very useful for things like a door with a switch on either side because no matter what when one switch is toggled it toggles the position of the door
never knew how much i missed that intro
I even made a computer with a 8x8 screen and 64 memory bits, that could read & write memory, and It was full of connections. I would love to see a video on a computer that you made.
So it just the same with the get logic system in a Computer Science that I learned.... What a complex game... I like it.
I love your vids thank you so much for making this!
look at the old sm animations and designs! i feal so old now cause i remember theese!
I understand logic a lot more now, Thanks kAN
I have been watching you doing the game Scrap Mechanic, I liked it so much I bought. I am having fun (all but the going to bed at 3am 2 nights it row.).
I just watch your basic gates, you did a landing gear. I am trying to get a 3 position of the lever, any ideas on how to do that, left, right, middle?
Lee
I just realized that on almost every youtube video the title is in most or all caps but not these videos
I don't like yelling at people for no reason
kAN Gaming BUT IT'S SO MUCH FUNNNNN
TheBirchWoodTree don't tell at man the boi
Hello! Good to here you!
kAN: it's really simple!
my smooth brain: fUcKiN fItE mE bRo!!
Thanks you for this i love your videos
Scrap mechanic combo locks are much compact than minecraft combo locks XD
thanks, i play scrap mechanic a lot
can i do bearing to move in one direction when prssing the button? to rotate a pipe for example to one direction when pressing the button and when you stop holding the button down bearing stays in position where u left it?
U can use the xor gate and switches for a door.
Can you make a video where you use Logic blocks in one area to do something but in the other area useing sensors and controllers to make it more compact.
You can make this in Minecraft and the xor gate is used to make doors right?
Dude how i can make my W and S button work like A and S buttons when in vehicle? Like i have put electric motor to bearing and then cameras to see when it turns, but i want it to come back to neutral position :D
I was trying to make an elevator with a call button. I found with this video it was xor I had to use Thanks for the help
make rapid fire spud gun pls i very need it
easiest way is to spin a pipe piece by a normal sensor
@@raindio7169 no its very laggy for me and it annoys me
Can you make a challenge builder tutorial?
(Referring to the nand gate) so if I had a nand gate into a timer then it goes to another timer which is attached to another nand gate and have two switches attached to the first nand gate then a button attached to the first nand gate and a timer with the same time length as the other gates it would store the time the button was off in the timers There for giving a small amount of time for you to reach an area in that time like a door or a crusher something like that I think I made it to complicated but that's what I got so do with this information as you please
Great video kAN i also love logic and programming in c++ btw 101 in binary means 5
RIP beginners in logic, with the new update it doesnt tell you what the different gate types do ):
Could you show us how logic gates and timers were made when they weren't in the game?
Dubl33 in his old vs new logic gates he shows them
I love your work it is so amazing and makes my day! Only question i have is what is scrap mechanic..
seems like the gate systme is slightly simular to minecraft ofcours differnet looksand some different pratices becase minecraft u have to esemble the gatesurself where scrap mechanic is prebuilt
and ofcourse variosu gliches may be different but the logic of logic gates makes perfect sence to me because of how i had played a phew years worht of minecraft and in that time knew some redstone
I've seen (and used) the memory bits, but I still don't understand how to get them to reset properly (no pulsing) when you take something off a lift. I look forward to that future video
He has answered that question, and it is just a and gate connected to a nor connected to a xor and a timer (1 tick) and the timer connected to the xor gate.
Theres a simpler way using a singular and gate. Connect your NOR gate (that turns it on) & OR gate to the AND gate then the AND gate to the NOR gate(that turns it off).
Thanks. I'll have to try and see if it works for what I want (resetting a gear-shift), but I'd like to understand why it would work. I understand logic gates separately, but a bunch together is confusing. I hope it'll all make sense in a future video.
so, if i had different buttons laying around, would i be able to make a room where you have to find all the buttons for the door to open?
Yes
Can you make a kind of cijfer code with it. Like push the first button 3 times the second button 5 and so foreward
Hi, Do you have a tutorial for created turret defense?
thanks
Just found this video and I just wanna make a GIPSY!!!
MM idea ok it's a bomb race around a maze there are bombs and one side has to find a bomb and activate it while the other side defuses
Like so he can see
Thank you for making this video. I am a new player. Is any good player can teach how to make the car backing up? I can make it turn left and turn right and go straight only. Thank you
Can you help me on how to use the part spawned from Durf’s modpack? Please?
Very useful thank you :D
Did you play Carried Away? i saw kAN in the leaderboard
Yes LOL I'll be playing it a bit on the channel sometime soon :D
Cool :D
How do I make a reverse switch? (when the switch is off it's as if it's on and same vice versa)
I need to know the for a farm defence in survival
edit: nevermind I just need to hook a switch to a nand gate and hook the nand gate to what I what a reverse switch for
you should do a seires called logic buddies and see if moonbo camodo and scrap man can logic
Is there a "If this ______, then do _______" type of circuit?
ive been trying to learn this game id love to play with you
Thank you that really helped
teach us how to make a detachable cable car
I try to test your little examples in my games and they just don't work lol. Connector won't connect em'
Please make it make a video of you making a like a thing that flashes and scrap mechanic cuz that's what I need because I'm I just made the bus right and I'm going to put some mountable spot guns and I need them the flash so I turn on the lever then what will do it'll just make it keep turning off and on and off and on to just keep going thank you
How to build a working tank turret that can turn
Kan loves science
How can i make a button that acts like a switch but it can only turn on something and there is another button thats turn it of.
susi the sus aynHu
You've probably either figured it out by now or given up, but in case you still need to know, look up the SR Latch.
I learned what these gates were in bomb squad academy (steam game)
i love you're video's
Super helpful!!!
What are logic blocks for in piston engines
Is`s for on/off
@@Melvinthecat12 why not use the sensors and timers instead
How do you make something repeat
build a lift with logical blocks
Isn't a xnor gate gust a turned,on and gate
how do you make memory?
WHY JUST WHY
IS THERE NO XNAND GATE
Try making the ultimate lego machine in scrap mechanic.
By my brain cells
R.I.P ScrapMan [*]
How do you make loops
man i know logic very well
How do you make a not gate?
You can also use the xnor for '' if one thing is the same as another' if both are off turn on if both are on if both are on.
where is scrap man's chanel? it says his chanel is deleted
So basicly logic is like redstone in scrapmechanic
no, redstone is a waaay more basic logic system!
Can you do how to build a randomizer video plz
In the modpack there is a math block which has a random function in it which generates a random number between 0 and 1.
In vanilla it is a bit harder but can be done with sensors and a spinning rod that only covers 1 sensor at a time. Hit 1 rod with another one and the physics creates a sort of random selection
I'm building a new timer and need help to know randomizer whiteout mod
Make a roof on the sky boxe then it is dark
the most useful gate is nothing but a transistor(not in scrap mechanic)
hou to do a auto repeat time?
___??????___
Alright, can anyone congrats me for making a 4 switch password door with the help of logic gates for the first time even tho I don't know how to use this stuff like a master?
How it works? The door will only work when the 4 switches are turned on, it neither works when all are turned on, nor when any other than the 4 switches is on ... Plz
Where is scrap man. His channel says it’s no longer available
Can you make a toggleable sequencer?
What happens to scrap man I click on his channel and it says it doesn't exist
Please help.
0:53 *ding!*
Everything looks WAY different now in 2020-2022
HOW TO make body sensors
10th love you kan keep up the great work!