Stationeers

Stationeers

Not enough ratings
6 auto activate Arc Furnace
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
160.127 KB
5 Oct, 2018 @ 1:12pm
1 Change Note ( view )

Subscribe to download
6 auto activate Arc Furnace

Description
A program for up to 6 arc furnaces whit just one in intergraded circuit connected to the up to 6 arc furnaces, the program itself will adjust to the amount of arc furnaces u have connected to the IC housing by the screws.

Whenever there is a difference in the import slot and the export slot the program will activate the furnace.
The program has been stress tested whit a clogged input line and in the end all came out no matter the stack sizes.
7 Comments
carlyno933 14 Jan, 2021 @ 7:33am 
I set Up one furnace But nothing happens

label d0 ArcFurnace1
s d0 On 1
s d0 ClearMemory 1
alias ArcFurnaceImp r0
alias ArcFurnaceExp r1
# Start of program loop
bdns d0 29 #only runs d0 if used els go to d1
l ArcFurnaceImp d0 ImportCount
l ArcFurnaceExp d0 ExportCount
bne ArcFurnaceImp ArcFurnaceExp 27 #if in != out
j 29 #jump to end of Program d0
#
s d0 Activate 1 #activate arc furnace d0
#end of Program d0
yield
j 21 #loopback to begining of program

any idea?
TimeToRetire 27 Aug, 2019 @ 7:18pm 
It also happens when you add to a cable line. the power glitches for just that second. And it bugs it.
Appofis  [author] 19 Oct, 2018 @ 8:28am 
Kk nice to hear was already trying to get the problem bu i dont have power issues in my base so was not able to reproduce the issu
alliephante 17 Oct, 2018 @ 5:29pm 
I have been chatting with some folks on the discord and this is actually a bug. Something to do with when structures update their state, when there is any power issue it breaks state updates and the furnaces get locked. Hopefully the devs will be able to trace this down, the logic here works fine. I figured this out both by trying to write my own logic and it eventually leading to the same result, and manually causing power issues and it leading to this result. Others have also reported this happening and they use their own logic. This might even happen using logic gates too.
Gatekeeper 16 Oct, 2018 @ 7:22am 
@appofis; I have tried your program, and it works great, only for 1 exception.
If the furnaces are running and for some reason a power outage occures, the furnaces are still in active mode, but doesnt do anything anymore. .Also disengaging the IC and then manualy with a batchwriter manipulate the Activate (0,1) or power on doesnt work.. For now the only sollution is to dismantel the arc furnace and replace it again.
Appofis  [author] 14 Oct, 2018 @ 11:28am 
Can u copy me the setup so i can try to recreate the issu so i can make a fix to the program
alliephante 12 Oct, 2018 @ 11:16pm 
I have 6 furnaces connected from an unloader / stacker splitter network. Sometimes a furnace will be "stuck on" but will not actually do anything. Sometimes after it smelts it will spit the output out, not accept any input if there is one, and just stay visually lit. I labeled them all and set them up to this IC. If I rebuild them it fixes it for a while, but then again randomly it'll happen again.