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
Another example would be connecting water pumps for your coal burning power stations to an accumulator so that the pumps only work once your accumulators get down to a certain level of charge.
The reason why there are two colours of wire, it allows for two separate networks to be run without signals getting mixed up. For example, signals add up on the network, so if there are two inputs for say iron plate, iron plate is now 2. But perhaps you don't want these signals to add up and require an iron plate signal of 1- you use different colours to run each iron plate signal.
So really it doesn't matter what colour to use, both wires do the exact same thing.
The green wire reads the contents of all the chests holding U-235.
https://steamcommunity.com/sharedfiles/filedetails/?id=2916453803
When the trains that move the U-235 are full (2 trains) and waiting to unload where I make my nuclear train fuel and the chests hold enough U-235 to completely refill those 2 trains the wires send a signal to this power switch to turn off my Kovarex enrichment centrifuges. What this does is keep U-235 from backing up which would jam up my U-238 production and run me out of materials to produce uranium rounds and nuclear fuel cells for nuclear power. (The power switch is open which turns off the kovarex set up).
https://steamcommunity.com/sharedfiles/filedetails/?id=2916453841
but the power switch does not control the centrifuges that refine Uranium ore.
https://steamcommunity.com/sharedfiles/filedetails/?id=2916453875
This is my setup to supply my perimeter defenses with ammunition, oil, replacement parts, repair packs, replacement walls and gates, and robots.
https://steamcommunity.com/sharedfiles/filedetails/?id=2916453909
The red wires read the contents of the chests that supply artillery shells. When the total drops below a certain number the combinator sets the train station to allow one train to come to the station and restock artillery shells. The other train stop is set up similarly but supplies every thing else. The wires read the contents of all the disparate supplies in each chest and is connected to the decider combinator. The constant combinator determines how much of each type of item I want available and if the decider combintor sees that any one of those items has fallen below my minimum value the decider combinoter sets the train stop to allow 1 supply train to come to the train station. The train will then top off ALL of the defense supplies no matter which one was the one to fall below minimum level. The wire also connects to the roboport which lets me read how many of each type robots are active and if the bugs kill some the wire will allows the inserter to replace only the destroyed robots so that the entire network doesn't become flooded with idle robots.
In a few words circuit network allows you to transmit, combine and transform signals and machines which can be connected to circuit network can be enabled or disabled based on signal value. That is 90% of how circuit network is used - enabling or disabling something.
There are some special cases such as setting requester chest requests with signal, controlling trains and stations, setting filter on inserter, but most of the time end goal is to read signal(s), optionally transform them and then send them to something which gets enabled or disabled.
I never actually used the circuit network for Kovarex.
I'd really love to know how. The only way I've ever done it has been with a logic condition that checked how many U235 where output from the reaction and removed anything over 40 before feeding the rest back in.
And yes, the "inefficient" part is that you're not only using an extra inserter per centrifuge, but also each machine will try to hoard more than it really needs, which is mostly an issue when you first start up the enrichment process.
As for the kovarex thing ppl are talking about, personally i wire the outserters to the chest so that when the chest is full it prevents the uranium from exiting the centrifuge, this way when the chest sends a signal to start up again there is always a full load being put onto the belt and since i have the belt on a loop there is enough to restart the process straight away.
I just used two splitters, the first filtered out 238, and sent it back to were it comes in, the second will only have 235 go through it (since the 238 is already gone), and use output priority to first send everything back to the centrifuge input, and only any extra beyond the buffer that the belts can hold then goes off to be made into fuel.