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
Here's the guide on SR Latches: https://wiki.factorio.com/Tutorial:Circuit-network_Cookbook#SR_latch
For example if you link with a red wire an inserter and a chest and you configure the inserter as follow : "Iron plate Icon" > 100, The inserter will only operate IF there is 101 iron plates or more in the chest because the inserter is "linked" to the chest.
If you link the inserter to 2 chests, the condition won't be for 101 iron plates or more in the chest but 101 iron plates or more in both chests combined. The same goes for all iron plates in elements which are linked through your "red wire network". You literally READ the content of all the things linked to your "network".
https://www.youtube.com/watch?v=VfxA6e6bJF8
If that's not the case (OP mentioned "counting" which I assume to imply this) then you will need something along the lines of this example:
http://steamcommunity.com/sharedfiles/filedetails/?id=1196380094
Bottom right combinator keeps a running count, right arm moves when counter = 0 and increases counter by 41, left arm moves when counter > 0 and subtracts 1 for each ore moved.