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
The circuit network will read the amount of engines on the entire belt system that way and you can set your inserter to only put engines on if there are less than however many engines you want on the belt.
1. It might be better to have your factory more organized, to have mostly only basic product sitting on belts. For example, build another engine factory for your electric engine factory and ship only iron plates for it. And then don't ship product anywhere, but have it used on spot.
2. Or even better, add some organization to your factory via main bus. Check steam guides.
3. Use bots to deliver stuff anywhere. But it's cheap (i.e. too easy).
wiring the output to it's own input keeps the items in 'memory'.
set the inserters to enable if engines less than [insert numet here], hand read mode pulse and wire it to the memory cell.
on the inserter taking off the belt, set mode of operation to 'none'. read mode pulse.
wire that to the input of a arithmetic combinator set to each * (multiply) by -1, each.
run the output along your power poles to the 'memory cell'. this will subtract the amount taken off the belt in the cell.
the wires can all be the same color.
example blueprint2. [edit for correction]
Only thing I would do differently is using a decider combi rather than an arithmetic combi: set to "if (reset signal) <1, output each", looped back into itself.
Then it can be connected to a constant combi for an easy way to reset the counter if / when needed (toggle constant on+off to send a reset pulse), or even connected to a global control circuit to allow / disable / reset the counter automagically.
i've often wondered how to make the count resettable. i end up removing the loop wire to reset. not good when there are multiple products sushi science!
i'll have to play around with that.
cheers
You don't actually need the extra constant to reset the decider-memory, you can flip the <1 to >1 and it will wipe & stop storing the data, then flip it back to <1 to enable counting again. (I just find it a bit easier to include a reset combi in any BP that features a similar counter.)
Manually adjusting the values of a single specific stored value among many signals is possible with only a few combis, though a bit tricky to setup correctly. GL
clever idea THE kilroy. that would work.
BTW, Minulaptor you still with us?