Actions

Editing Air Conditioner

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 3: Line 3:
 
<translate>
 
<translate>
 
{{Structurebox
 
{{Structurebox
| name = Air Conditioner
+
| name             = Air Conditioner
| image = [[File:Atmospherics front.jpg]]
+
| image           = [[File:Atmospherics front.jpg]]
| prefab_hash = -2087593337
+
| power_usage     = 10 W when idle 355 W when running
| prefab_name = StructureAirConditioner
+
| placed_with_item = [[Kit (Atmospherics)]]
| power_usage = 10W + 340W when active
+
| placed_on_grid  = Small Grid
| placed_on_grid = Small Grid
+
| decon_with_tool1 = [[Hand Drill]]
| decon_with_tool1 = [[Hand Drill]]
+
| item_rec1        = [[Kit (Atmospherics)]]
| placed_with_item = [[Kit (Atmospherics)]]
 
| item_rec1 = [[Kit (Atmospherics)]]
 
| decon_with_tool2 = [[Wrench]]
 
| const_with_item1 = 2 x [[Kit (Pipe)]]
 
| decon_with_tool3 = [[Hand Drill]]
 
| const_with_tool2 = [[Screwdriver]]
 
| const_with_item2 = 2 x [[Cable Coil]]
 
 
}}
 
}}
 
<!--T:1-->
 
<!--T:1-->
Line 72: Line 65:
 
* Efficiency drop due to temperature difference between input and waste is not linear. From 0 difference, efficiency ramps down, after goes straight, and finally levels around T diff ~= 100 (asymptote?) reaching 0% efficiency beyond. Treating it linear anyway, roughly speaking, the efficiency drops 1% per unit temperature difference.
 
* Efficiency drop due to temperature difference between input and waste is not linear. From 0 difference, efficiency ramps down, after goes straight, and finally levels around T diff ~= 100 (asymptote?) reaching 0% efficiency beyond. Treating it linear anyway, roughly speaking, the efficiency drops 1% per unit temperature difference.
 
* Efficiency drop due to temperature difference can be negative (>100%), if heat flow is in the working direction, but is low.
 
* Efficiency drop due to temperature difference can be negative (>100%), if heat flow is in the working direction, but is low.
 +
* The amount of gas processed in each tick depends on a couple of variables: input pressure, as well as output pressure on both waste and output, in addition the temperature delta between the input and target temperature.
  
 
NOTE: The information below was left in, in case its still useful. It may not apply to the AC unit in its current form, due to changes in the AC unit. Will require further testing.
 
NOTE: The information below was left in, in case its still useful. It may not apply to the AC unit in its current form, due to changes in the AC unit. Will require further testing.
Line 107: Line 101:
 
{{Data Network Header}}
 
{{Data Network Header}}
  
{{Data Parameters|
+
{{Data Parameters}}
{{Data Parameters/row|Power|Boolean|w=0|Can be read to return if the Air Conditioner is correctly powered or not, set via the power system, return 1 if powered and 0 if not|multiple=2|0|Unpowered|1|Powered}}
+
<!--T:4-->
{{Data Parameters/row|Open|Integer|Returns whether the Air Conditioner's IC Slot cover is open or closed.|multiple=2|0|Closed|1|Open}}
+
{| class="wikitable"
{{Data Parameters/row|Mode|Integer|The mode of the Air Conditioner.|multiple=2|0|Idle|1|Active}}
+
|-
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|<p></p>|1|Error}}
+
! Parameter Name !! Data Type !! Description
{{Data Parameters/row|Lock|Boolean|Disable manual operation of the Air Conditioner.|multiple=2|0|Unlocked|1|Locked}}
+
|-
{{Data Parameters/row|Setting|Integer|Target temperature setpoint in kelvin (K).}}
+
| Open || Boolean || Opens the front IC Slot cover when set to 1. CLoses when set to 0.
{{Data Parameters/row|Maximum|Float|w=0|Maximum temperature in kelvin (K)}}
+
|-
{{Data Parameters/row|Ratio|Float|w=0|Context specific value depending on device, 0 to 1 based ratio|0.0 to 1.0}}
+
| Mode || Integer || Activates the Air Conditioner when set to 1. Idles it when set to 0.
{{Data Parameters/row|On|Boolean|The current state of the Air Conditioner.|multiple=2|0|Off|1|On}}
+
|-
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}}
+
| Lock || Boolean || Locks the Air Conditioner when set to 1. Unlocks it when set to 0.
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}
+
|-
{{Data Parameters/row|PressureInput|Float|w=0|The current pressure reading of the Air Conditioner's input}}
+
| On || Boolean || Powers on the Air Conditioner on when set to 1. Powers off when set to 0.
{{Data Parameters/row|TemperatureInput|Float|w=0|The current temperature reading of the Air Conditioner's input}}
+
|}
{{Data Parameters/row|RatioOxygenInput|Float|w=0|The ratio of [[Oxygen]] in Air Conditioner's input|0.0 to 1.0}}
+
 
{{Data Parameters/row|RatioCarbonDioxideInput|Float|w=0|The ratio of [[Carbon Dioxide]] in Air Conditioner's input|0.0 to 1.0}}
+
{{Data Outputs}}
{{Data Parameters/row|RatioNitrogenInput|Float|w=0|The ratio of [[Nitrogen]] in Air Conditioner's input|0.0 to 1.0}}
+
<!--T:5-->
{{Data Parameters/row|RatioPollutantInput|Float|w=0|The ratio of [[Pollutant]] in Air Conditioner's input|0.0 to 1.0}}
+
{| class="wikitable"
{{Data Parameters/row|RatioVolatilesInput|Float|w=0|The ratio of [[Volatiles]] in Air Conditioner's input|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioWaterInput|Float|w=0|The ratio of [[Water]] in Air Conditioner's input|0.0 to 1.0}}
+
! Output Name !! Data Type !! Description
{{Data Parameters/row|RatioNitrousOxideInput|Float|w=0|The ratio of [[Nitrous Oxide]] in Air Conditioner's input|0.0 to 1.0}}
+
|-
{{Data Parameters/row|TotalMolesInput|Float|w=0|Returns the total moles of the Air Conditioner's input}}
+
| Power || Boolean || Returns whether the Air Conditioner is turned on and receives power. (0 for no, 1 for yes)
{{Data Parameters/row|PressureOutput|Float|w=0|The current pressure reading of the Air Conditioner's output}}
+
|-
{{Data Parameters/row|TemperatureOutput|Float|w=0|The current temperature reading of the Air Conditioner's output}}
+
| Open || Boolean || Returns whether the Air Conditioner's IC Slot cover is open or closed. (0 for closed, 1 for open)
{{Data Parameters/row|RatioOxygenOutput|Float|w=0|The ratio of [[Oxygen]] in Air Conditioner's output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioCarbonDioxideOutput|Float|w=0|The ratio of [[Carbon Dioxide]] in Air Conditioner's output|0.0 to 1.0}}
+
| Mode || Integer || Returns whether the Air Conditioner is active or idle. (0 for no, 1 for yes)
{{Data Parameters/row|RatioNitrogenOutput|Float|w=0|The ratio of [[Nitrogen]] in Air Conditioner's output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioPollutantOutput|Float|w=0|The ratio of [[Pollutant]] in Air Conditioner's output|0.0 to 1.0}}
+
| Error || Boolean || Returns whether the Air Conditioner is flashing an error. (0 for no, 1 for yes)
{{Data Parameters/row|RatioVolatilesOutput|Float|w=0|The ratio of [[Volatiles]] in Air Conditioner's output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioWaterOutput|Float|w=0|The ratio of [[Water]] in Air Conditioner's output|0.0 to 1.0}}
+
| Lock || Boolean || Returns whether the Air Conditioner is locked. (0 for no, 1 for yes)
{{Data Parameters/row|RatioNitrousOxideOutput|Float|w=0|The ratio of [[Nitrous Oxide]] in Air Conditioner's output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|TotalMolesOutput|Float|w=0|Returns the total moles of the Air Conditioner's output}}
+
| Setting || Float || Target temperature setpoint in kelvin
{{Data Parameters/row|PressureOutput2|Float|w=0|The current pressure reading of the Air Conditioner's waste output}}
+
|-
{{Data Parameters/row|TemperatureOutput2|Float|w=0|The current temperature reading of the Air Conditioner's waste output}}
+
| Maximum || Float || Maximum temperature in kelvin
{{Data Parameters/row|RatioOxygenOutput2|Float|w=0|The ratio of [[Oxygen]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioCarbonDioxideOutput2|Float|w=0|The ratio of [[Carbon Dioxide]] in Air Conditioner's waste output|0.0 to 1.0}}
+
| Ratio|| Float ||  
{{Data Parameters/row|RatioNitrogenOutput2|Float|w=0|The ratio of [[Nitrogen]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioPollutantOutput2|Float|w=0|The ratio of [[Pollutant]] in Air Conditioner's waste output|0.0 to 1.0}}
+
| On || Boolean || Returns whether the Air Conditioner is turned on. (0 for no, 1 for yes)
{{Data Parameters/row|RatioVolatilesOutput2|Float|w=0|The ratio of [[Volatiles]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioWaterOutput2|Float|w=0|The ratio of [[Water]] in Air Conditioner's waste output|0.0 to 1.0}}
+
| RequiredPower || Integer || Returns the current amount of power in Watts required by the Air Conditioner.
{{Data Parameters/row|RatioNitrousOxideOutput2|Float|w=0|The ratio of [[Nitrous Oxide]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|TotalMolesOutput2|Integer|w=0|Returns the total moles of the Air Conditioner's waste output}}
+
| PressureInput|| Float || Input pressure in kilopascals
{{Data Parameters/row|CombustionInput|Boolean|w=0|Assess if the atmosphere is on fire. Returns 1 if Air Conditioner's input is on fire, 0 if not.|0 or 1}}
+
|-
{{Data Parameters/row|CombustionOutput|Boolean|w=0|Assess if the atmosphere is on fire. Returns 1 if Air Conditioner's output is on fire, 0 if not.|0 or 1}}
+
| TemperatureInput || Float || Input temperature in kelvin
{{Data Parameters/row|CombustionOutput2|Boolean|w=0|Assess if the atmosphere is on fire. Returns 1 if Air Conditioner's waste output is on fire, 0 if not.|0 or 1}}
+
|-
{{Data Parameters/row|OperationalTemperatureEfficiency|Float|w=0|How the input pipe's temperature effects the machines efficiency}}
+
| RatioOxygenInput || Float || Percentage of Oxygen in input as ratio between 0 and 1
{{Data Parameters/row|TemperatureDifferentialEfficiency|Float|w=0|How the difference between the input pipe and waste pipe temperatures effect the machines efficiency}}
+
|-
{{Data Parameters/row|PressureEfficiency|Float|w=0|How the pressure of the input pipe and waste pipe effect the machines efficiency}}
+
| RatioCarbonDioxidenInput || Float || Percentage of Carbon Dioxide in input as ratio between 0 and 1
{{Data Parameters/row|RatioLiquidNitrogenInput|Float|w=0|The ratio of [[Nitrogen#Liquid|Liquid Nitrogen]] in Air Conditioner's input|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidNitrogenOutput|Float|w=0|The ratio of [[Nitrogen#Liquid|Liquid Nitrogen]] in Air Conditioner's output|0.0 to 1.0}}
+
| RatioNitrogenInput || Float || Percentage of Nitrogen in input as ratio between 0 and 1
{{Data Parameters/row|RatioLiquidNitrogenOutput2|Float|w=0|The ratio of [[Nitrogen#Liquid|Liquid Nitrogen]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidOxygenInput|Float|w=0|The ratio of [[Oxygen#Liquid|Liquid Oxygen]] in Air Conditioner's input|0.0 to 1.0}}
+
| RatioPollutantInput || Float || Percentage of Pollutant in input as ratio between 0 and 1
{{Data Parameters/row|RatioLiquidOxygenOutput|Float|w=0|The ratio of [[Oxygen#Liquid|Liquid Oxygen]] in Air Conditioner's output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidOxygenOutput2|Float|w=0|The ratio of [[Oxygen#Liquid|Liquid Oxygen]] in Air Conditioner's waste output|0.0 to 1.0}}
+
| RatioVolatilesInput || Float || Percentage of Volatiles in input as ratio between 0 and 1
{{Data Parameters/row|RatioLiquidVolatilesInput|Float|w=0|The ratio of [[Volatiles#Liquid|Liquid Volatiles]] in Air Conditioner's input|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidVolatilesOutput|Float|w=0|The ratio of [[Volatiles#Liquid|Liquid Volatiles]] in Air Conditioner's output|0.0 to 1.0}}
+
| RatioWaterInput || Float || Percentage of Water in input as ratio between 0 and 1
{{Data Parameters/row|RatioLiquidVolatilesOutput2|Float|w=0|The ratio of [[Volatiles#Liquid|Liquid Volatiles]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioSteamInput|Float|w=0|The ratio of [[Steam]] in Air Conditioner's input|0.0 to 1.0}}
+
| RatioNitrousOxideInput || Float || Percentage of Nitrous Oxide in input as ratio between 0 and 1
{{Data Parameters/row|RatioSteamOutput|Float|w=0|The ratio of [[Steam]] in Air Conditioner's output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioSteamOutput2|Float|w=0|The ratio of [[Steam]] in Air Conditioner's waste output|0.0 to 1.0}}
+
| TotalMolesInput|| Float || Total quantity of gas in input measured in moles
{{Data Parameters/row|RatioLiquidCarbonDioxideInput|Float|w=0|The ratio of [[Carbon Dioxide#Liquid|Liquid Carbon Dioxide]] in Air Conditioner's input|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidCarbonDioxideOutput|Float|w=0|The ratio of [[Carbon Dioxide#Liquid|Liquid Carbon Dioxide]] in Air Conditioner's output|0.0 to 1.0}}
+
| PressureOutput|| Float || Output pressure in kilopascals
{{Data Parameters/row|RatioLiquidCarbonDioxideOutput2|Float|w=0|The ratio of [[Carbon Dioxide#Liquid|Liquid Carbon Dioxide]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidPollutantInput|Float|w=0|The ratio of [[Pollutant#Liquid|Liquid Pollutant]] in Air Conditioner's input|0.0 to 1.0}}
+
| TemperatureOutput || Float || Output temperature in kelvin
{{Data Parameters/row|RatioLiquidPollutantOutput|Float|w=0|The ratio of [[Pollutant#Liquid|Liquid Pollutant]] in Air Conditioner's output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidPollutantOutput2|Float|w=0|The ratio of [[Pollutant#Liquid|Liquid Pollutant]] in Air Conditioner's waste output|0.0 to 1.0}}
+
| RatioOxygenOutput || Float || Percentage of Oxygen in output as ratio between 0 and 1
{{Data Parameters/row|RatioLiquidNitrousOxideInput|Float|w=0|The ratio of [[Nitrous Oxide#Liquid|Liquid Nitrous Oxide]] in Air Conditioner's input|0.0 to 1.0}}
+
|-
{{Data Parameters/row|RatioLiquidNitrousOxideOutput|Float|w=0|The ratio of [[Nitrous Oxide#Liquid|Liquid Nitrous Oxide]] in Air Conditioner's output|0.0 to 1.0}}
+
| RatioCarbonDioxidenOutput || Float || Percentage of Carbon Dioxide in output as ratio between 0 and 1
{{Data Parameters/row|RatioLiquidNitrousOxideOutput2|Float|w=0|The ratio of [[Nitrous Oxide#Liquid|Liquid Nitrous Oxide]] in Air Conditioner's waste output|0.0 to 1.0}}
+
|-
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}
+
| RatioNitrogenOutput || Float || Percentage of Nitrogen in output as ratio between 0 and 1
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
+
|-
}}
+
| RatioPollutantOutput || Float || Percentage of Pollutant in output as ratio between 0 and 1
 +
|-
 +
| RatioVolatilesOutput || Float || Percentage of Volatiles in output as ratio between 0 and 1
 +
|-
 +
| RatioWaterOutput || Float || Percentage of Water in output as ratio between 0 and 1
 +
|-
 +
| RatioNitrousOxideOutput || Float || Percentage of Nitrous Oxide in output as ratio between 0 and 1
 +
|-
 +
| TotalMolesOutput|| Float || Total quantity of gas in output measured in moles
 +
|-
 +
| PressureOutput2|| Float || Waste pressure in kilopascals
 +
|-
 +
| TemperatureOutput2 || Float || Waste temperature in kelvin
 +
|-
 +
| RatioOxygenOutput2 || Float || Percentage of Oxygen in waste as ratio between 0 and 1
 +
|-
 +
| RatioCarbonDioxidenOutput2 || Float || Percentage of Carbon Dioxide in waste as ratio between 0 and 1
 +
|-
 +
| RatioNitrogenOutput2 || Float || Percentage of Nitrogen in waste as ratio between 0 and 1
 +
|-
 +
| RatioPollutantOutput2 || Float || Percentage of Pollutant in waste as ratio between 0 and 1
 +
|-
 +
| RatioVolatilesOutput2 || Float || Percentage of Volatiles in waste as ratio between 0 and 1
 +
|-
 +
| RatioWaterOutput2 || Float || Percentage of Water in waste as ratio between 0 and 1
 +
|-
 +
| RatioNitrousOxideOutput2 || Float || Percentage of Nitrous Oxide in waste as ratio between 0 and 1
 +
|-
 +
| TotalMolesOutput2 || Float || Total quantity of gas in waste measured in moles
 +
|-
 +
| OperationalTemperatureEfficiency || Float || Ratio between 0 and 1 indicating that the unit is operating within its optimal temperature range
 +
|-
 +
| TemperatureDifferentialEfficiency || Float || Ratio between 0 and 1 that approaches 0 as the difference in temperature between the input and waste is too high
 +
|-
 +
| PressureEfficiency || Float || Ratio between 0 and 1 with efficiency reaching 1 when both input and waste pressure > 111.4575 kPa
 +
|}
  
 
<!--T:6-->
 
<!--T:6-->

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)