Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Arc Furnace Automation: Difference between revisions

From Stationeers Wiki
Modifying the circuit to use a slot reader rather than a Logic Reader to read the quantity, also providing detailed instructions in text form below
m Remove translation markup (automated)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category: Tutorials]]
[[Category: Tutorials]]
<languages />
 
<translate>
<!--T:1-->
This is a logic system that will automatically keep the furnace active as long as it has something to smelt.
This is a logic system that will automatically keep the furnace active as long as it has something to smelt.


=== Items Used === <!--T:2-->
=== Items Used ===  


<!--T:3-->
* [[Arc Furnace]]
* [[Arc Furnace]]
* [[Kit (Logic I/O)]] * 3
* 2x [[Kit (Logic I/O)]]
* [[Kit (Logic Processor)]]
* Optional: [[Chutes]]
* Optional: [[Chutes]]


=== Setup === <!--T:4-->
=== Setup ===


<!--T:5-->
This setup triggers once for each stack that enters the Import-slot, making the process work just as if you pressed the button yourself.
So we just want the Arc Furnace to activate whenever content is put in. You might think you can just bind its "has input" (ImportQuantity) property to its Activate property, but sadly if you're piping content with a chute this will not work. The exact reason results from some internal game mechanisms but the gist is that the value needs to be updated after the furnace has turned off (and ImportQuantity updates slightly before that), so that's why we're adding Activate to the value.


<!--T:6-->
[[File:2022-07-18-172654 1920x1080 scrot.png|thumb|Automated Arc Furnace setup]]
[[File:Stationeers arc furnace automation v2.png|Arc Furnace Automation Logic Circuit]]


Slot Reader ([[Kit (Logic I/O)]])
Slot Reader ([[Kit (Logic I/O)]])
Line 25: Line 19:
* Slot: Import
* Slot: Import
* Var: Quantity
* Var: Quantity
Logic Reader ([[Kit (Logic I/O)]])
* In: Arc Furnace
* Var: Activate
Math Unit ([[Kit (Logic Processor)]])
* 1: Slot Reader
* 2: Logic Reader
* Out: Add


Logic Write ([[Kit (Logic I/O)]])
Logic Write ([[Kit (Logic I/O)]])
* In: Math Unit
* In: Slot Reader
* Out: Arc Furnace
* Out: Arc Furnace
* Out Var: Activate
* Out Var: Activate
</translate>

Latest revision as of 17:19, 8 March 2026


This is a logic system that will automatically keep the furnace active as long as it has something to smelt.

Items Used

Setup

This setup triggers once for each stack that enters the Import-slot, making the process work just as if you pressed the button yourself.

Automated Arc Furnace setup

Slot Reader (Kit (Logic I/O))

  • In: Arc Furnace
  • Slot: Import
  • Var: Quantity

Logic Write (Kit (Logic I/O))

  • In: Slot Reader
  • Out: Arc Furnace
  • Out Var: Activate