Difference between revisions of "Carsten Milkau/Dual-Atmosphere Airlock"
From Unofficial Stationeers Wiki
< User:Carsten Milkau
(→Current Atmosphere) |
|||
Line 1: | Line 1: | ||
= Dual-Atmosphere Airlock = | = Dual-Atmosphere Airlock = | ||
+ | |||
+ | == Constants == | ||
+ | |||
+ | * Zero | ||
+ | * "Vacuum" pressure | ||
== Target Atmosphere == | == Target Atmosphere == | ||
− | [[Kit (Logic Switch)|Switch]] | + | * [[Kit (Logic Switch)|Switch]] |
− | [[Carsten Milkau/RS-Latch]] | + | * [[Carsten Milkau/RS-Latch]] |
== Current Atmosphere == | == Current Atmosphere == | ||
[[Carsten Milkau/D-Latch]] | [[Carsten Milkau/D-Latch]] | ||
+ | |||
+ | == Door sensor == | ||
+ | |||
+ | * [[Carsten Milkau/OR Gate]] | ||
+ | * [[Carsten Milkau/NOT Gate]] | ||
+ | |||
+ | == Door control == | ||
+ | |||
+ | if (my atmosphere) | ||
+ | then (internal pressure >= external pressure) | ||
+ | else Zero | ||
+ | |||
+ | == Vent activation == | ||
+ | |||
+ | if (my atmosphere) | ||
+ | then (doors closed) | ||
+ | else Zero | ||
+ | |||
+ | == Vent direction == | ||
+ | |||
+ | [[Carsten Milkau/NOT Gate]] |
Revision as of 04:18, 13 April 2018
Contents
Dual-Atmosphere Airlock
Constants
- Zero
- "Vacuum" pressure
Target Atmosphere
Current Atmosphere
Door sensor
Door control
if (my atmosphere) then (internal pressure >= external pressure) else Zero
Vent activation
if (my atmosphere) then (doors closed) else Zero