Difference between revisions of "Advanced Furnace"
From Unofficial Stationeers Wiki
m (Updates the links to use "MyLanguage" and adds a "== Description ==" header.) |
|||
Line 27: | Line 27: | ||
{{:Advanced Furnace/Recipes}} | {{:Advanced Furnace/Recipes}} | ||
</translate> | </translate> | ||
+ | |||
+ | {{Data Network Header}} | ||
+ | |||
+ | {{Data Parameters}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Parameter Name !! Data Type !! Description | ||
+ | |- | ||
+ | | On|| Boolean || Turns the Advanced Furnace on, when set to 1. Turns it off, when set to 0. | ||
+ | |- | ||
+ | | Lock || Boolean || | ||
+ | |- | ||
+ | | ClearMemory || Integer? || Writing on this Parameter will reset the ExportCount and ImportCount values to zero. | ||
+ | |- | ||
+ | | Activate || Boolean || Activates the Advanced Furnace, when set to 1. Deactivates the Advanced Furnace, when set to 0. '''Note''': This can cause a minor bug to occur. (See [[#Bugs|Bugs]]) | ||
+ | |- | ||
+ | | SettingOutput || Float || Set outlet volume pump pressure. | ||
+ | |- | ||
+ | | SettingInput || Float || Set inlet volume pump pressure. | ||
+ | |- | ||
+ | | Setting || Float || (Unknown) Affected by the Setting parameter. | ||
+ | |- | ||
+ | | Open || Boolean || Returns whether the Furnace is open. (0 for no, 1 for yes) | ||
+ | |} | ||
+ | |||
+ | {{Data Outputs}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Output Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Maximum || Float || | ||
+ | |- | ||
+ | | Lock || Boolean || | ||
+ | |- | ||
+ | | ImportCount || Integer || Incremented each time an item stack enter by the Import slot | ||
+ | |- | ||
+ | | ExportCount || Integer || Incremented each time an item stack exit by the Export Slot | ||
+ | |- | ||
+ | | Error || Boolean || | ||
+ | |- | ||
+ | | Activate || Boolean || 1 if empty, 0 if something is inside the Furnace. When set to 0 The player can use the lever to clear the Furnace | ||
+ | |- | ||
+ | | Temperature || Float || Returns the temperature in the Furnace in kelvin. | ||
+ | |- | ||
+ | | SettingOutput || Float || Set outlet volume pump pressure. | ||
+ | |- | ||
+ | | SettingInput || Float || Set inlet volume pump pressure. | ||
+ | |- | ||
+ | | Setting || Float || (Unknown) Affected by the Setting parameter. | ||
+ | |- | ||
+ | | RequiredPower || Integer || In watts. The Advanced Furnace requires 289W to operate. | ||
+ | |- | ||
+ | | [[RecipeHash]] || Integer || (Unknown) Reads recipehash of selected recipe <small>Number is calculated using hash on prefabname</small> | ||
+ | |- | ||
+ | | Reagents || Float || Returns the amount of reagents (smeltable ores, not counting ice) in the Furnace, in grams. | ||
+ | |- | ||
+ | | RatioWater || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the Furnace. | ||
+ | |- | ||
+ | | RatioVolatiles || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the Furnace. | ||
+ | |- | ||
+ | | RatioPollutant || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the Furnace. | ||
+ | |- | ||
+ | | RatioOxygen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the Furnace. | ||
+ | |- | ||
+ | | RatioNitrousOxide || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrous oxide in the Furnace. | ||
+ | |- | ||
+ | | RatioNitrogen || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the Furnace. | ||
+ | |- | ||
+ | | RatioCarbonDioxide || Float || Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the Furnace. | ||
+ | |- | ||
+ | | Ratio || Float || (Unknown) Returns 0.5. | ||
+ | |- | ||
+ | | Pressure || Float || Returns the pressure in the Furnace in kilo pascal. | ||
+ | |- | ||
+ | | PrefabHash || Float || Hash ID of the Stacker. | ||
+ | |- | ||
+ | | Power || Boolean || Returns whether the Advanced Furnace is on (0 for no, 1 for yes) | ||
+ | |- | ||
+ | | Open || Boolean || Returns whether the Furnace is open. (0 for no, 1 for yes) | ||
+ | |- | ||
+ | | On || Boolean || | ||
+ | |- | ||
+ | |} |
Revision as of 18:55, 21 March 2020
Constructing Options | Advanced Furnace |
---|---|
Properties | |
Stacks | No |
Recipe | |
Created With | Electronics Printer Mk. II |
Cost | 8g Solder, 5g Gold, 6g Silicon, 25g Copper, 30g Steel, 15g Electrum |
Construction | |
---|---|
Placed with | Kit (Advanced Furnace) |
Placed on | Small Grid |
Description
The Advanced Furnace is used to create advanced alloys.
Contains volume pumps to control flow in and out.
Recipes
Ingot | Input | Pressure (Pa) | Temperature (K) | Temperature (°C) | |||
---|---|---|---|---|---|---|---|
Min | Max | Min | Max | Min | Max | ||
Astroloy | Steel Copper Cobalt |
30 MPa | 40 MPa | 1kK | 100kK | 727°C | 99727°C |
Hastelloy | Silver Nickel Cobalt |
25 MPa | 30 MPa | 950K | 1kK | 677°C | 727°C |
Inconel | Gold Nickel Steel |
23.5 MPa | 24 MPa | 600K | 100kK | 327°C | 99727°C |
Waspaloy | Lead Silver Nickel |
50 MPa | 100 MPa | 400K | 800K | 127°C | 527°C |
Stellite | Silicon Silver Cobalt |
10 MPa | 20 MPa | 1.8kK | 100kK | 1527°C | 99727°C |
Update 0.2.2728.13232 - Fri 15/01/2021 /Recipes | |||||||
NOTE: January StationEARS update reduced the yields from smelting super alloys. Recipes will now return only 1 ingot. |
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 |
---|---|---|
On | Boolean | Turns the Advanced Furnace on, when set to 1. Turns it off, when set to 0. |
Lock | Boolean | |
ClearMemory | Integer? | Writing on this Parameter will reset the ExportCount and ImportCount values to zero. |
Activate | Boolean | Activates the Advanced Furnace, when set to 1. Deactivates the Advanced Furnace, when set to 0. Note: This can cause a minor bug to occur. (See Bugs) |
SettingOutput | Float | Set outlet volume pump pressure. |
SettingInput | Float | Set inlet volume pump pressure. |
Setting | Float | (Unknown) Affected by the Setting parameter. |
Open | Boolean | Returns whether the Furnace is open. (0 for no, 1 for yes) |
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 |
---|---|---|
Maximum | Float | |
Lock | Boolean | |
ImportCount | Integer | Incremented each time an item stack enter by the Import slot |
ExportCount | Integer | Incremented each time an item stack exit by the Export Slot |
Error | Boolean | |
Activate | Boolean | 1 if empty, 0 if something is inside the Furnace. When set to 0 The player can use the lever to clear the Furnace |
Temperature | Float | Returns the temperature in the Furnace in kelvin. |
SettingOutput | Float | Set outlet volume pump pressure. |
SettingInput | Float | Set inlet volume pump pressure. |
Setting | Float | (Unknown) Affected by the Setting parameter. |
RequiredPower | Integer | In watts. The Advanced Furnace requires 289W to operate. |
RecipeHash | Integer | (Unknown) Reads recipehash of selected recipe Number is calculated using hash on prefabname |
Reagents | Float | Returns the amount of reagents (smeltable ores, not counting ice) in the Furnace, in grams. |
RatioWater | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the Furnace. |
RatioVolatiles | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the Furnace. |
RatioPollutant | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of pollutant in the Furnace. |
RatioOxygen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen in the Furnace. |
RatioNitrousOxide | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrous oxide in the Furnace. |
RatioNitrogen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen in the Furnace. |
RatioCarbonDioxide | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of carbon dioxide in the Furnace. |
Ratio | Float | (Unknown) Returns 0.5. |
Pressure | Float | Returns the pressure in the Furnace in kilo pascal. |
PrefabHash | Float | Hash ID of the Stacker. |
Power | Boolean | Returns whether the Advanced Furnace is on (0 for no, 1 for yes) |
Open | Boolean | Returns whether the Furnace is open. (0 for no, 1 for yes) |
On | Boolean |