Stationeers

Stationeers

29 ratings
[F&S] Room Temperature Control
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
18.675 KB
25 Mar, 2019 @ 6:11am
14 Apr, 2023 @ 7:39pm
14 Change Notes ( view )

Subscribe to download
[F&S] Room Temperature Control

In 1 collection by 123
[F&S] Advanced Devices
14 items
Description
Description
Allows you to control the temperature in the room within the specified limits.
This scheme works fine in small rooms and use hysteresis method to prevent unwanted rapid switching.

Requirements
  1. 1 IC Housing.
  2. 1 Integrated Circuit (IC10).
  3. 1 Gas Sensor.
  4. 1 Dial. (Optional not required) The dial works in the range of 0C - 45C
  5. At least one Cooler. (Connected pipes must be under pressure (CO2 are best choise) and have radiators in the external environment) (Support Gas/Liquid coolers)
  6. At least one Heater.

IC ports description
Port
Device
D0
Gas Sensor
D1
Dial. (Optional not required. If not mounted then the standard temperature will be 21C)
D2
Alert. (Optional not required. Turns on the specified device. You can use any device that supports On/Off)

Changeable values in IC code
define DesiredTemp 21 # temp in celsius define HysteresisWindow 2 # temp difference +-2 define CheckVolatiles 1 # 1=yes,0=no define VolatilesRatio 0.0003 # 0.03% on tablet

Chip states
State
Description
0
All fine
1
Low pressure (If pressure less 7 kPa IC Chip will not turn on temperature control and will sends a signal to port D2)
2
Detected more then 0.03% of volatiles in atmosphere, automatically shuts off heaters (coolers will still work) and sends a signal to port D2.
3
Temperature too high (if the temperature is set to 21, and the gas sensor shows 31, sends a signal to port D2)
4
Temperature too low (if the temperature is set to 21, and the gas sensor shows 11, sends a signal to port D2)

Important
It is strongly recommended not to disable or change the volatiles checker.
Insulated pipes must be laid in the room so as not to receive heat leakage.
For best results don't place gas sensor near cooler/heater.

Game version support
0.2.3920.18842 06/04/2023
18 Comments
Immortalmargrave 17 Nov, 2024 @ 5:32am 
will this work on Europa? I've had all gases except oxygen and nitrogen freeze solid. Hell I've got a Mining Backpack full of Pure-Ice Pollutants, and Pure-Ice Carbon Dioxide just from my Solid/gas generators and Arc Furnace
123  [author] 4 Sep, 2024 @ 3:42am 
theoshuff,

maybe, but the wall cooler may not work properly due to multiple game updates and phase change.

At this point, I don't know of a simple way to thermoregulate the temperature at the base without complex systems.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3324303636

In this case, an electrolyzer is used, but there I use black magic and take energy from subspace :)
theoshuff 5 Aug, 2024 @ 12:23pm 
Does this still work?
123  [author] 14 Apr, 2023 @ 7:44pm 
Fixed, now support 0.2.3920.18842 06/04/2023
123  [author] 3 Jun, 2022 @ 9:43pm 
0.2.3299.16422 broken.
123  [author] 18 May, 2022 @ 12:19pm 
Fixed
Wsufyrjd 21 Dec, 2021 @ 9:20am 
What line of your code contains the control of the "volatiles in the atmosphere"?
And is it possible to change this so that he reacts to their absence?
Gariot 29 Mar, 2021 @ 2:30am 
You could use the "sb" function to remove the batch writers. Saves some ressources and you can optimize the code! :)
Nerubix 28 Jul, 2020 @ 4:05pm 
If you remove the contents of line 14, it will work. It's getting stuck in a loop where it's constantly powering everything on.
123  [author] 7 Jul, 2019 @ 1:03pm 
Fixed