Difference between revisions of "Carsten Milkau/Dual-Atmosphere Airlock"
From Unofficial Stationeers Wiki
< User:Carsten Milkau
(Restructuring) |
|||
Line 1: | Line 1: | ||
− | = | + | == Structure == |
− | == Constants == | + | == Piping == |
+ | |||
+ | == Electronics == | ||
+ | |||
+ | === Constants === | ||
* Zero | * Zero | ||
* "Vacuum" pressure | * "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 == | + | === Door sensor === |
* [[Carsten Milkau/OR Gate]] | * [[Carsten Milkau/OR Gate]] | ||
* [[Carsten Milkau/NOT Gate]] | * [[Carsten Milkau/NOT Gate]] | ||
− | == Door control == | + | === Door control === |
if (my atmosphere) | if (my atmosphere) | ||
Line 26: | Line 30: | ||
else Zero | else Zero | ||
− | == Vent activation == | + | === Vent activation === |
if (my atmosphere) | if (my atmosphere) | ||
Line 32: | Line 36: | ||
else Zero | else Zero | ||
− | == Vent direction == | + | === Vent direction === |
[[Carsten Milkau/NOT Gate]] | [[Carsten Milkau/NOT Gate]] |
Revision as of 15:54, 18 July 2018
Contents
Structure
Piping
Electronics
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