Pipe Heater: Difference between revisions
From Stationeers Wiki
More actions
Remove redundant line with hash info. |
Banangecko (talk | contribs) Updated structure box and added note about max temperature. |
||
| Line 7: | Line 7: | ||
| name = Pipe Heater Kit (Gas) | | name = Pipe Heater Kit (Gas) | ||
| createdwith = [[Hydraulic Pipe_Bender | Hydraulic Pipe Bender]] | | createdwith = [[Hydraulic Pipe_Bender | Hydraulic Pipe Bender]] | ||
| cost = | | cost = 5g [[Iron]], 3g [[Gold]], 3g [[Copper]] | ||
| prefabhash = -1751627006 | | prefabhash = -1751627006 | ||
| prefabname = ItemPipeHeater | | prefabname = ItemPipeHeater | ||
| Line 16: | Line 16: | ||
| prefab_name = StructurePipeHeater | | prefab_name = StructurePipeHeater | ||
| power_usage = 10W idle + 1000W | | power_usage = 10W idle + 1000W | ||
| placed_with_item = | | placed_with_item = '''Pipe Heater Kit (Gas)''' | ||
| placed_on_grid = Small Grid | | placed_on_grid = Small Grid | ||
| decon_with_tool1 = [[Hand Drill]] | | decon_with_tool1 = [[Hand Drill]] | ||
| item_rec1 = | | item_rec1 = '''Pipe Heater Kit (Gas)''' | ||
}} | }} | ||
| Line 26: | Line 26: | ||
==Notes== <!--T:3--> | ==Notes== <!--T:3--> | ||
The | The heat transfer rate is 1000 Joules per tick. Max temperature it can heat to is 2500K. | ||
{{Data Network Header}} | {{Data Network Header}} | ||
Revision as of 01:47, 9 November 2025
<languages/> <translate>
|
| |
| Recipe | |
|---|---|
| Created With | Hydraulic Pipe Bender |
| Cost | 5g Iron, 3g Gold, 3g Copper |
| Logic | |
| Item Hash | -1751627006 |
| Item Name | ItemPipeHeater |
| Operation | |
|---|---|
| Power Usage | 10W idle + 1000W |
| Prefab Hash | -419758574 |
| Prefab Name | StructurePipeHeater |
| Construction | |
| Placed with | Pipe Heater Kit (Gas) |
| Placed on | Small Grid |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Pipe Heater Kit (Gas) |
Description
Used to heat gas inside a pipe by converting electrical power into heat.
Notes
The heat transfer rate is 1000 Joules per tick. Max temperature it can heat to is 2500K.
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 |
|---|---|---|
| Lock | Boolean | |
| On | Boolean |
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 |
|---|---|---|
| Error | Boolean | |
| Lock | Boolean | |
| On | Boolean | |
| Power | Boolean | |
| PrefabHash | Integer | Item hash |
| RequiredPower | Integer | In Watts |
</translate>