Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What is a 'Single Pulse Logic Setup'?
(Imagine trying to explain it to a 5 year old) :P
It won't go in a circle, the light will only connect to one gate and noting else, so cannot make a circle.
So, I'm guessing you can't make a light flash in Scrap Mechanic easily :(
I am making a 'warning light' - similar to that found on roads when it has been closed - I just need an easy Flashing system I can leave and forget. :(
https://www.youtube.com/watch?v=mfRbcIwYD44&t=545s (At about the 9min mark)
Just use the same loop to connect to a light and adjust your timer.
-Put a 1x2 somewhere.
-Put a piston on one of the blocks
-Put a couple blocks side by side with the piston.
-Put a sensor on the end of the couple blocks (such as it detects the piston pushing a block in front of it)
-Put a block on the piston
-Put a logic gate somewhere on the creation and set it to XOR (exclusive OR, I will explain why below)
-Put a switch somewhere on the creation.
-Connect the sensor and the switch to the logic gate.
-Connect the logic gate to the piston
-Set the piston to correct length (speed is not important)
-If you want to fine tune timing you will need an extra timer. The sensor has to be connected to the timer instead of the logic gate and then the timer should be connected to the logic gate.
Then you can set your pulse-width in ticks.
-Hit the button and watch it pulse. Your output is on the logic gate.
Reason this works: Exclusive OR outputs true if ONLY 1 of the inputs is ON. If 2 inputs are ON then Exclusive OR sends false.
When the sensor detects the block: Sensor+Switch are both on so the logic gate turns off. The piston moves backwards which turns Sensor back off -> piston moves forward again.
connect them in the order i mentioned them.
This sounded simple enough - alas, this does not work :(
It's She and with your suggestion of connecting the light to the 'AND' gate still nothing worked - UNTIL I changed the 'OR' to 'XOR' - now it flashes - YAY!! Thanks guys ...
Now ... how can I get this working with several lights? Or is this setup 'Per Light'?
I took some screenshots & uploaded them - just need to figure how to link them here
https://steamcommunity.com/sharedfiles/filedetails/?id=2094164358
And if you want them all on a different blinking speed you will need a circuit for each other blinking speed.
I did not dare mess with it, it works, so I have connected all the bulbs up - this is great - I did not know I could make so many connections :D
Thank you guys :D
https://steamcommunity.com/sharedfiles/filedetails/?id=2094179446