Actions

Editing Arc Furnace Automation

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
[[Category: Tutorials]]
 
[[Category: Tutorials]]
 +
<languages />
 
<translate>
 
<translate>
 +
<!--T:1-->
 +
'''THIS TUTORIAL IS NO LONGER CURRENT, ARC FURNACE DOES NOT HAVE "ImportQuanity" ANYMORE. THEREFORE IT DOESNT WORK.'''
 
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 ===  
+
=== Items Used === <!--T:2-->
  
 +
<!--T:3-->
 
* [[Arc Furnace]]
 
* [[Arc Furnace]]
* 2x [[Kit (Logic I/O)]]
+
* [[Kit (Logic I/O)]] * 3
 +
* [[Kit (Logic Processor)]]
 
* Optional: [[Chutes]]
 
* Optional: [[Chutes]]
  
=== Setup ===
+
=== Setup === <!--T:4-->
  
This setup triggers once for each stack that enters the Import-slot, making the process work just as if you pressed the button yourself.
+
<!--T:5-->
 +
So we just want the Arc Furnace to activate whenever content is put in. You might thing 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.
  
[[File:2022-07-18-172654 1920x1080 scrot.png|thumb|Automated Arc Furnace setup]]
+
<!--T:6-->
 
+
[[File:Stationeers-AutoArcFurnace.png]]
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
 
 
</translate>
 
</translate>

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)