The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

Difference between revisions of "Arc Furnace"

From Unofficial Stationeers Wiki

(Added table for description and type of each logic parameter)
m (changed type names)
Line 57: Line 57:
 
! Name !! Type !! Description
 
! Name !! Type !! Description
 
|-
 
|-
| Power || Boolean || 0 if the Arc Furnace is receiving no power, 1 if it is
+
| Power || On/Off (0/1) || 0 if the Arc Furnace is receiving no power, 1 if it is
 
|-
 
|-
| Error || Boolean || 0 if the Arc Furnace is not flashing an error, 1 if it is
+
| Error || On/Off (0/1) || 0 if the Arc Furnace is not flashing an error, 1 if it is
 
|-
 
|-
| Activate || Boolean || 0 if the Arc Furnace is inactive, 1 if it is active
+
| Activate || On/Off (0/1) || 0 if the Arc Furnace is inactive, 1 if it is active
 
|-
 
|-
 
| Lock || ||
 
| Lock || ||
Line 67: Line 67:
 
| Reagents || ||
 
| Reagents || ||
 
|-
 
|-
| On || Boolean || 0 if the Arc Furnace is off, 1 if it is on
+
| On || On/Off (0/1) || 0 if the Arc Furnace is off, 1 if it is on
 
|-
 
|-
| ImportQuantity || Float || Quantity of items in the Arc Furnace's Import
+
| ImportQuantity || Units || Quantity of items in the Arc Furnace's Import
 
|-
 
|-
| ImportSlotOccupant || Boolean || 0 if the Arc Furnace's Import is empty, 1 if it is not
+
| ImportSlotOccupant || On/Off (0/1) || 0 if the Arc Furnace's Import is empty, 1 if it is not
 
|-
 
|-
| ExportQuantity || Float || Quantity of items in the Arc Furnace's Export
+
| ExportQuantity || Units || Quantity of items in the Arc Furnace's Export
 
|-
 
|-
| ExportSlotOccupant || Boolean || 0 if the Arc Furnace's Export is empty, 1 if it is not
+
| ExportSlotOccupant || On/Off (0/1) || 0 if the Arc Furnace's Export is empty, 1 if it is not
 
|-
 
|-
 
| RequiredPower || Watts || The required power to keep the Arc Furnace powered when idle (5W)
 
| RequiredPower || Watts || The required power to keep the Arc Furnace powered when idle (5W)
 
|-
 
|-
| Idle || Boolean || 0 if the Arc Furnace's slots are empty and it is not smelting, 1 if they're full or it is smelting
+
| Idle || On/Off (0/1) || 0 if the Arc Furnace's slots are empty and it is not smelting, 1 if they're full or it is smelting
 
|}
 
|}
 
</translate>
 
</translate>

Revision as of 19:59, 15 February 2018

Other languages:
English • ‎español
Kit (Arc Furnace)
ItemKitArcFurnace.png
Recipe
Created With Autolathe, Fabricator
Cost 20g Iron, 5g Copper
Logic
Logic Parameters
  • Power
  • Error
  • Activate
  • Lock
  • Reagents
  • On
  • ImportQuantity
  • ImportSlotOccupant
  • ExportQuantity
  • ExportSlotOccupant
  • RequiredPower
  • Idle
Arc Furnace
Arc furance.jpg
Operation
Construction
Placed with {{{placed_with_item}}}
Placed on {{{placed_on_grid}}}


Description

Used to smelt a variety of ores into their ingot form to be used in crafting.

Used to create

Each ore requires a different wattage to smelt. The current values as of 12/28/2017 are as follows

Arc Furnace Output Wattage Required Time to Smelt One Ore Gas Byproduct
Silicon Ingot 100w 3 seconds N2 33% / CO2 33% / X 33% / O2 0%
Iron Ingot 200w 1 second N2 0% / CO2 20% / X 80% / O2 0%
Copper Ingot 500w 3 seconds N2 0% / CO2 0% / X 0% / O2 0%
Lead Ingot 1000w 5 seconds N2 31% / CO2 3% / X 63% / O2 3%
Nickel Ingot 1000w 5 seconds N2 20% / CO2 40% / X 40% / O2 0%
Silver Ingot 1000w 5 seconds N2 17% / CO2 42% / X 42% / O2 0%
Gold Ingot 2000w 6 Seconds N2 17% / CO2 7% / X 69% / O2 7%

Logic Parameters

Name Type Description
Power On/Off (0/1) 0 if the Arc Furnace is receiving no power, 1 if it is
Error On/Off (0/1) 0 if the Arc Furnace is not flashing an error, 1 if it is
Activate On/Off (0/1) 0 if the Arc Furnace is inactive, 1 if it is active
Lock
Reagents
On On/Off (0/1) 0 if the Arc Furnace is off, 1 if it is on
ImportQuantity Units Quantity of items in the Arc Furnace's Import
ImportSlotOccupant On/Off (0/1) 0 if the Arc Furnace's Import is empty, 1 if it is not
ExportQuantity Units Quantity of items in the Arc Furnace's Export
ExportSlotOccupant On/Off (0/1) 0 if the Arc Furnace's Export is empty, 1 if it is not
RequiredPower Watts The required power to keep the Arc Furnace powered when idle (5W)
Idle On/Off (0/1) 0 if the Arc Furnace's slots are empty and it is not smelting, 1 if they're full or it is smelting