Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
a) a condition for the Arc Furnace like Contains Something = true|false
b) an action for the Arc Furnace like Active = true|false
This would incorporate the Arc Furance fully into the computer logic and would be much more useful in concert with the state machine of it. Sometimes it's good to have alternatives.
While you're at it: Please reconsider the Power Usage of Logic Circuits and the Computer, especially the first ones it's insane how much energy they pull.
https://steamuserimages-a.akamaihd.net/ugc/915785959348994624/BC6AB290DFF9B7441776FE572CCCE186273F64EA/
The Reader Chip i set to Arc Furnace -> ImportSlotOccupant and the Writer Chip i have set to Arc Furnace - > Activate
As soon ore arrives in the furnace, it melts the ore, but there is an issue still i trying to solve, thats when i load the chut system full with ore, the furnance doesnt activate.
So you can only throw one stack of ore in the chute, have to wait till its processed then the next stack can be put into the chutes
So this is still a WIP, as this is a setup for my gas processing room, and the furnace is placed there for melting ice and capturing gasses from ore melting.
Since its a pressurised room with airlocks, i dont want to enter it constantly so i wanted to make the Arc furnace completly remotely operated.
Otherwise you have problems deactiviating between slot being full.
My first attempt I used activate on asecond reader instad of output occupant, and the funace would toggle on and off quickly; this resulted in duplicating ores :)
If you built a timer with just the right timing I'm certain you can get unlimited ores...
After some tries i managed to get the Arc Furnace working automatically, so i can queue multiple stacks of ore in chutes and furnace processes everything automatically. I have two slot readers, one cheks if import slot is ocupied and other checks if export slot is ocupied. Then i have a compare unit that checks if import slot value is greater than export slot value. Last piece is logic writer that has compare unit as input and Arc Furnace.Activate as output.
https://steamcommunity.com/sharedfiles/filedetails/?id=1419129679