How do I handle fluids in EXACT amounts reliably?
I'm looking for ways to do precise fluid handling. Hooking up a pump to enable/disable at a certain amount of fluid in a tank doesn't work, it overshoots the mark:
![Image](https://forums.factorio.com/images/ext/147284d85f57617b77e6ec4aeaecf99e.png)
Worse, it seems that the overshoot is wholly unpredictable, so this will not be good enough.
I thought I'd be able to work in units of 50 fluid on a reliable basis by just using barrels, but testing them quickly told me otherwise:
![Image](https://forums.factorio.com/images/ext/fe20195e1c37664bd10fb16cd1d6c6f3.png)
This single unit of offset does not seem like much, but it breaks my builds rather spectacularly.
Me and a friend are on a server building the One Step Per Stop Rocket Train (OSPSRT). Basically, a Pretty big) train takes all the raw materials required, and stays with it all the way to rocket launch, performing one operation at each station.
So, I'll need to be able to pump exact amounts around at the fluid stations, to be able to do exactly ONE rocket, and no more. I've got the problems solved for item handling, but fluids
Does anyone have any methods, tips or mods that might help us?