Wall Cooler
From Unofficial Stationeers Wiki
Recipe | |
---|---|
Created With | Hydraulic Pipe Bender, Fabricator |
Cost | 3g Iron, 1g Gold, 3g Copper |
Operation | |
---|---|
Power Usage | 5W |
Construction | |
Placed with | Wall Cooler (Item) |
Placed on | Small Grid, On Frames |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Wall Cooler (Item) |
Description
Used to lower the temperature inside a room. It will flash an error if certain things are not present like:
- Pipe Radiator
- Atmosphere in the room you're trying to cool
- gasses in the coolant pipe
Usage
Place the Wall Cooler and run some pipes to the place you want to vent the heat. Place a few Pipe radiators on the pipe, fill it with whatever gasmixture you want and start the machine, it will slowly lower the temperature.
- Best coolant for now Water, but Pollutant aka X is more abundant.
- The wall cooler works by removing 1000 Joules of energy/tick (2000J/s) from the atmosphere and adding it into its pipe.
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Parameter Name | Data Type | Description |
---|---|---|
Open | Boolean | Opens the Airlock, when set to 1. Closes the it, when set to 0. |
Lock | Boolean | Locks the Airlock, when set to 1. Unlocks it, when set to 0. |
On | Boolean | Turns the Airlock on, when set to 1. Turns the Airlock off, when set to 0. |
Data Outputs
These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
Output Name | Data Type | Description |
---|---|---|
Power | Boolean | Returns whether the Airlock is turned on and receives power. (0 for no, 1 for yes) |
Open | Boolean | Returns whether the Airlock is open. (0 for no, 1 for yes) |
Lock | Boolean | Returns whether the Airlock is locked. (0 for no, 1 for yes) |
On | Boolean | Returns whether the Airlock is turned on. (0 for no, 1 for yes) |
RequiredPower | Integer | Returns the current amount of power, required by the Airlock, in Watts. |