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
To try and demonstrate, let's say you have 5 relays in a circle, you connect them 1>2>3>4; At this point, you can connect 4 to 5; But not 5 to 4, because 4 already has a parent connection from 3; If you attempted to, it would remove the connection from 3->4 and replace it with the connection from 5, resulting in an outcome like this:
1>2>3 4<5
As well, For trigger objects like cameras and pressure plates, they have two different functioning modes when they're on the same line as another of it's kind.
If they're wired directly to eachother with no relay like this:
Power source->any stuff->Trigger 1->Trigger 2->whatever
They will function together to determine if any power gets down the line; Either one can enable power down the line- If you're familiar with logical circuits, this is an 'OR gate'.
Or (heh)
If you wire them separated by ANY other electrical object, like this:
Power source->any stuff->Trigger 1->any stuff->Trigger 2->whatever
They will function separately- Trigger 1 MUST be triggered for trigger 2 to even receive power; And both Trigger 1 AND Trigger 2 must be active for anything further beyond to receive power. Again, if you're familiar with logical circuits, this is a 'Sequential AND' gate; 1 must come before 2, and both are required.
Esoteric explanations aside, What you need to do is wire like this:
Power source->any relays/etc->Camera 1->Camera 2->Door; This makes the cameras function together and either one can open the door. Of course, this means that the two cameras must be placed in such a way that the wire can stretch from one to the other.
Hope this helps you figure it out.
thank you