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
So your Generator is your primary parent- All connections go OUT the generator, but nothing can go IN to the generator. Similarly, because the Switch must be the Parent of anything you want it to shut off, the things you want to shut off cannot go 'in' the switch, but must instead come 'out'.
So, to achieve your goal, you would need to do, as a quick example:
"Generator->Switch->Everything you want to turn off when you flick the switch"
To further clarify something, All objects can only Receive one incoming connection; But may send out numerous outgoing ones. so you cannot wire loops, it's all one big one-way track of parent->child connections.
-
Power Relays are your best friend, they come in normal and timer versions.
Trap Wiring:
Generator->Switch->Power Relay->Multiple Traps
or
Generator->Battery Bank->Switch->Power Relay->Multiple Traps
Solar Bank->Battery Bank->Switch->Power Relay->Multiple Traps
-
Light Wiring:
Generator->Timer Relay->Power Relay->Multiple Lights
or
Generator->Battery Bank->Timer Relay->Power Relay->Multiple Lights
Solar Bank->Battery Bank->Timer Relay->Power Relay->Multiple Lights
-
Battery Charger:
Generator->Battery Bank
Solar Bank->Battery Bank
What about Powered Garage Door wiring? I just set one up with the generator some a few of the Power Conduit things. I couldnt get it working with switches.
Power Supply->Relay->Switch->Powered Door
You can technically just run:
Power Supply->Powered Door
...power on, door open; power off, door closed
You just need to be able to reach the Generator from both side of the door.
And by directly, I mean for example:
Generator->Possible Relays or anything else->Motion Sensor -> Motion Sensor -> Possible Relay -> <Thing you want to be triggered>
You cannot have anything wired inbetween the two motion sensors- Not even a relay. If the two are directly wired with nothing inbetween, either one can act as a trigger for what comes further down the line- However if there is ANY separation between Trigger/Sensor#! and Trigger/Sensor#2, even a relay, the first trigger will instead determine whether or not the second trigger can be triggered.
To put it in terms of Logic Gates, If you wire two triggers/sensors directly together, You create an 'OR' gate; But if you have any separation it becomes an 'AND' gate in which the first of the two must actively triggered before the second can be triggered.
To be extra clear- You can have relays before, or even after the chained triggers/sensors; But not inbetween them.
So Motion Sensor is how I get the garage door to open just by me driving up to the door?
Correct.