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
For others eventually interested:
1 Or component
2 water detectors
1 motion detector
-Set water detectors placed on each side of the door output to 0 and false to 1
-Connect motion detectors and water detectors to the Or comp input
-Then connect the Or comp to door set_state
Done.
Still, I don't know how to upload an update on the new workshop upload interface, gotta figure that out...
But, one more question. In the post above... if the water detectors are sending '1' for false output, wouldn't this mean both detectors have to see water before it would close? Since the 'or' component, then, wouldn't change state unless both inputs are 0? (Am I missing something?)
The initial relay method I had will solve this issue but it's a lot more steps, it needs 1 relay and 1 not comp added to required items in the previous post.
Set water detectors back to normal (output 1 and false 0)
Set Or comp output to 0 and false to 1
Connect water detectors to Or comp input
Connect Or comp to Relay signal_in 1
Connect Relay to signal_out 1 to door set state
Connect motion detector to door set_state and Not comp input
Connect Not comp output to Relay set state
Done.
Since my group plays with vanilla subs anyways it's already light on components - so I think I'll use the relay solution if that's what's necessary.