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
each sensor will send a signal, on or off.
Each item that takes a signal will go into either on or off state depending on which signal it gets.
Gates are just that, a gateway that decides which signal to send based on whats coming in
NOT gate sends the reverse of the signal its getting
OR sends a on signal as long as one of its inputs gets an on signal
AND only sends an on signal if all its inputs are on
play with those for now until you are comfortable with them then tackle the filter and buffer gates.
Then once you get how those work move on to XOR and MEMORY ones.
What's not binary about a 1 bit memory toggle exactly? xD
And why avoid XOR?
Just google the gate name and look for a truth table and you're set:
https://en.wikipedia.org/wiki/XOR_gate
INPUT OUTPUT
A B A XOR B
0 0 0
0 1 1
1 0 1
1 1 0
It's standard binary logic, Green = 1, Red = 0
Too bad for you then....
https://www.youtube.com/watch?v=_4TPlwwHM8Q
I'm sorry are YOU looking for help? What's the problem?
Maybe you should make your own thread and not hijack other peoples'?
Here is a quote from Dune, which pretty much sums up what I am trying to say:
I would say most people on the street would tell you they know what XOR is and that it's just exclusive OR. You're severely underestimating people if you automatically assume everyone is stupid. I'd understand if YOU don't understand binary and you want to, but asking for other people, who might not even exist or visit this forum is meaningless. Not to mention there's a plethora of information on the subject in both ordinary school and online.
Timer could be used to switch off lights when dupes are not working.
Germ sensor to disable gas pump or close doors to that area.
Atmo sensors are useful with pumps to save energy and reduce used wattage to not overload system. So they only work when there lot of gas. Especially with gas filter that's too expensive.
Signal switch with power shut-off is similar to power switch but you dont need to redesign your wires (that just looks better that way)
The most useful is smart battery connected to power plants to switch them off when battery is full. If you dont do that, they waste lot of energy. And can even be useful for hamster wheels set on yellow alery, so you dont have to manually cancel/add yellow alert every time.
Hydro sensor could be used if you want maintain specific level of water in pool, like if you have waterweed plants, disable pipe (liquid shut-off) so they're not get flooded, and enable pipe if water level below. Or disable pump when there's too little water in pool.
I didnt use anything else yet.
And no, "most people" do not know what XOR is. Assuming they do AND assuming they would have to be stupid "not" to know shows a very limited world view there Kuche. Hell learning it isn't even on the required syllabus in most countries education programs yet. It's certainly in the optional courses but electronics are hardly a required course to be "smart".