Difference between revisions of "Carsten Milkau/Dual-Atmosphere Airlock"
From Unofficial Stationeers Wiki
< User:Carsten Milkau
(→Door sensor: Batch reader combines Reader and Max) |
(→Vent activation: binary variants) |
||
Line 36: | Line 36: | ||
then (doors closed) | then (doors closed) | ||
else Zero | else Zero | ||
+ | |||
+ | * atmosphere 0: max(atmosphere1, any door open) = Zero | ||
+ | * atmosphere 1: atmosphere1 > any door open | ||
=== Vent direction === | === Vent direction === | ||
[[User:Carsten Milkau/NOT Gate]] | [[User:Carsten Milkau/NOT Gate]] |
Revision as of 16:50, 19 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
- atmosphere 0: max(atmosphere1, any door open) = Zero
- atmosphere 1: atmosphere1 > any door open