History
Current version
3/8/2026, 10:06:55 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:29 PM
Imported from wiki
by tmascroft · 3/8/2026, 9:32:29 PM
Purge Valve
# Purge Valve <noinclude></noinclude> ## Purge Valve :::infobox | Property | Value | |----------|-------| | Prefab Hash | -737232128 | | Prefab Name | StructurePurgeValve | | Power Usage | 100W | | Placed With | [Kit (Pressure Regulator)](/wiki/kit-pressure-regulator) | | Placed On | Small Grid |  ::: ### Deconstruction Steps | Step | Tool | Recovered Item | |---|---|---| | 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Pressure Regulator)](/wiki/kit-pressure-regulator) | ## Description > *"Allows for removal of pressurant gas and evaporated liquids from a liquid pipe. Similar in function to a [Back Pressure Regulator](/wiki/back-pressure-regulator) the [Purge Valve](/wiki/purge-valve) moves gas from the input liquid pipe to the output gas pipe aiming to keep the pressure of the input at the target setting."* > — Stationpedia Purge Valve is an active powered device for controlled transfer of substances between the two pipe networks. Purge Valve will drain the gas from Input liquid pipe network and transfer it to the Output gas pipe network until a pressure limit defined by the valve setting is reached on Input network. Setting the pressure limit to 0 will pump the gases out completely, leaving only the liquids behind. When being placed, hologram indicators will display the Input liquid pipe arrow inward, the Output gas pipe arrow outward, and the power socket on its side. It has a pressure control valve, which defines the pressure limit. Purge Valves are often used to collect a substance evaporated from its liquid state (such as [Nitrous Oxide](/wiki/nitrous-oxide), often stored in its liquid form) before its practical use. Other than that, it can be utilized to remove any undesired gas constituents from a liquid pipe. Used in conjunction with a [Pressurant Valve](/wiki/pressurant-valve), Purge Valve can be used to precisely control the pressure within a liquid pipe network for complex phase change operations. **NOTE:** Since Purge Valve drains gas pressure from the liquid pipe and raises it in the gas pipe, this inevitably causes the liquids to begin evaporating. The evaporated liquid then may leak through the Purge Valve and inadvertedly condense into a liquid again, meeting the gas pressure it have just lost, which may cause the pipes to flood and burst. Make sure to backup the Purge Valve with a [Condensation Valve](/wiki/condensation-valve) going the opposite way to drain the liquid back into the liquid pipe, or maintain a safe pressure level and lower temperature in the liquid pipe to prevent that. ## Data Network | Parameter | Type | Access | Description | |---|---|---|---| | Power | Boolean | Read | Can be read to return if the Purge Valve is correctly powered or not, set via the power system, return 1 if powered and 0 if not | | Error | Boolean | Read | 1 if device is in error state, otherwise 0 | | Lock | Boolean | Read/Write | Disable manual operation of the Purge Valve. | | Setting | Integer | Read/Write | A variable setting that can be read or written. | | Maximum | Float | Read | Maximum setting of the Purge Valve | | Ratio | Float | Read | Context specific value depending on device, 0 to 1 based ratio | | On | Boolean | Read/Write | The current state of the Purge Valve. | | RequiredPower | Integer | Read | Idle operating power quantity, does not necessarily include extra demand power | | PrefabHash | Integer | Read | The hash of the structure | | ReferenceId | Integer | Read | Unique Reference Identifier for this object | | NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. | <noinclude></noinclude>