Furnace/17/en
From Unofficial Stationeers Wiki
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 |
|---|---|---|
| Open | Boolean | Returns whether the Furnace is open. (0 for no, 1 for yes) |
| Pressure | Float | Returns the pressure in the Furnace in kilo pascal. |
| Temperature | Float | Returns the temperature in the Furnace in kelvin. |
| Lock | Boolean | Returns whether the Furnace is locked. |
| Setting | Float | (Unknown) Affected by the Setting parameter. |
| Reagents | Float | Returns the amount of reagents (smeltable ores, not counting ice) in the Furnace, in grams. |
| RatioOxygen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of oxygen 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. |
| RatioNitrogen | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of nitrogen 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. |
| RatioVolatiles | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of volatiles in the Furnace. |
| RatioWater | Float | Returns a range from 0.0 to 1.0. Returns the percentage ratio of the amount of water in the Furnace. |
| Maximum | Integer | (Unknown) Returns 100. |
| Ratio | Float | (Unknown) Returns 0.5. |
| ImportQuantity | Float | Returns the amount of items in the import slot of the Furnace, which are currently smelted, in grams. |
| ImportSlotOccupant | Boolean | Returns whether there is something in the import slot of the Furnace, being smelted. (0 for no, 1 for yes) |
| ExportQuantity | Float | Returns the amount of items in the export slot of the Furnace, in grams. (Only briefly returns a value, when the Furnace is opened and items are exported.) |
| ExportSlotOccupant | Boolean | Returns whether there is something in the export slot of the Furnace. (Only briefly returns a value, when the Furnace is opened and items are exported.) |
