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
I'm running a setup with a slot reader (read import slot occupied on the furnace) and logic writer (if import slot occupied, activate furnace). Import slot is coupled with chutes and a chute bin, export slot is coupled with chutes and a chute outlet.
Problem is, the furnace stops working after it has smelted one item from the chutes, and I have to manually reset the logic writer to get the furnace working on the next item in line.
You also need to read the output slot of the arc furnace and send an activate signal when it is occupied. This is due to the issue of logic chips only sending commands on a change of state. When ore is in the chute waiting for the last load to smelt it counts as being in the arc furnace input thus the logic writer is still in the same state and will not resend the active command.
Hope that is clear enough.
Going to be a big help for future chip designs, too. :)