mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 22:18:52 +03:00
Significantly updates the Engineering guidebook (more explicitly the Atmos section) to have a lot more relevant and useful information. Right now engineering has been getting update after update with no real change to the relevant guidebook entry. This has lead to a lot of out of date information and bad practices being prevalent in the guidebook, something that pains me to read. (cherry picked from commit 98c606d76007865e93ebd438d0cf9219d14a4631)
18 lines
836 B
XML
18 lines
836 B
XML
<Document>
|
|
# Signal Valve
|
|
The signal valve is a valve that can be controlled via [textlink="signals." link="Networking"]
|
|
<Box>
|
|
<GuideEntityEmbed Entity="SignalControlledValve"/>
|
|
</Box>
|
|
|
|
The signal valve is similar to the manual valve. Gas can flow unrestricted in both directions, and it can be operated manually.
|
|
|
|
The signal valve has 3 [textlink="signal" link="Networking"] inputs, which can open, close, or toggle the valve.
|
|
|
|
Signal valves can be used in a variety of applications, for example:
|
|
- Remote control of valves in hazardous areas or areas inaccessible to crew
|
|
- Convenient control over a valve in a hard-to-reach area
|
|
- Automation with other [textlink="signal-enabled" link="Networking"] machines and equipment such as [textlink="air alarms" link="AirAlarms"] and remote signallers
|
|
|
|
</Document>
|