There are some products on the market that use this approach. Nardi created the
TT-Mix Pro which sets you back 5k5, LM.NT created the
King Blender, which sets you back 3k23. These boxes can do continuous blending, but that's it.
But technology has advanced rapidly, especially over the last decade. PLCs have been replaced with micro-computers like raspberry-pi, arduino and esp32. These have way more processing power, so why not use it?
Pressure sensors commonly use the current-loop: zero pressure corresponds to 4mA and the maximum pressure of the sensor corresponds to 20mA. Texas Instruments created chips that measure this current, transform it into a digital value and transmit this value over an 2-wire bus straight into the processor. No need for analog cards, since 16 of these chips will fit on a single bus.
Set pressure reached? Shut down the compressor.
Temperature sensors are common and cheap these days as well. Attach a sensor to each stage and the processor knows how hot each stage gets. Too hot? Shut down the compressor.
Shutting down the compressor can be easily achieved by adding another relay into the loop that controls the motor-relay/contactor. That extra relay is controlled by the micro-computer.
Using solenoids to control the oxygen flow means dealing with an open/close flow. It is not a stable flow that can be fine-tuned with a needle valve. Advances in technology has brought down the prices for stepping-motors and their controllers. Still, it doesn't look like the market has taken advantage of that.
Mixing the gas before it goes into the compressor:
The ideal mixing stick mixes a perfect homogene gas without limiting the flow. Which is impossible. Several solutions like balls or baffles mix gas, but they also cause a pressure drop. The best solution is to use a shape that has been know for over 250 years: a helicoid. It has the smallest surface causing the most turbulence. Ross Cowell used this concept to create the Nitrox Stik and patented it.
Now that 3D printers have become affordable, printing a helicoid is easy. Plus, the patent has expired so anyone can do it. Two engineers in Hungary did this and published their results in
this paper.
I used all of that information and designed my own stick:
View attachment 712466