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
Marked this version for translation
no longer works in current version
Line 3: Line 3:
<translate>
<translate>
<!--T:1-->
<!--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.



Revision as of 12:53, 2 December 2019

<languages /> <translate> 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.

Items Used

Setup

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.

</translate>