TLDR
My suggestion is to allow the objects to split their connected circuit networks and choose separate mode of operations for each.What ? (idea)
I would like for a requester chest to be able to have different modes of operations for both circuit networks it's connected to.The requester chest has as modes of operations "Read contents" or "Set requests", exclusively. Instead of a radio button to select between them I would prefer a way to specify: "Read contents" from red wire circuit network and "Set requests" from green wire circuit network, for instance.
In this image you can get a better idea of what I am referring to. The requester chest is connected through green wire to and arithmetic combinator and through red wire to an stack inserter.
Why ? (use case)
I was building a design in which I wanted to set the content of the requester chest via circuit network and read the content of it to provide this information to an inserter next to it.The design is a multipurpose furnace setup similar to this one. The reason why I want to read the content of the chest is because I want the inserter to pick anything in stacks of 10 elements to avoid it getting stuck when it picks another item. This is needed for steel or stone bricks: if the furnace has 4 iron plates and the inserter picks anything else but iron plates, the furnace gets stuck forever.
The only reference I have found of this same suggestion is this post on reddit but it seems it didn't go anywhere.
Side note: I'm open to suggestions to the design I described for the multipurpose furnace, I'm thinking on how to do it in another way.