first way: connect lamp (or green inserter) directly to the storage chest and write necessary restriction in lamp/inserternobodx wrote:Is there a smarter / better way to control your factory storage with less than a single constant combinators (to set the max items) + 2 decider combinators for each items you want to control ?
The way I set them up:
- a Constant combinator (eg. 50 lamps)
- a Storage chest (with lamps)
- a decider combinator
Inputs: lamps > 0
Output: signal 1 & amount of lamps
wires: green from storagechest to input
- another decider
input: signal 1 < lamps
output: lamps & amount of signal 1
wires: green from 1st decider output, red from constant combinator as input
- lamp (or green inserter)
input: lamps = 1
wires: green from 2nd deciders output
I hoped i described the setup well enough.
+ the simplest setup
- if you want to change item limitation you will need to change it in every lamp/inserter
second way: use negative values inside constant combinator and condition >0 in lamp/inserter
+ changing limitation can be done only in constant combinator
- not so simple as previous, requires 1 constant combinator