How Many Cavities Does a PET Blow Molding Machine Need?: key points
Use N = ceil(target good bottles/hour * cycleSeconds / (3600 * availability * acceptanceYield)). Here, ceil means round up to the next whole number, availability is the running fraction of scheduled production time, and acceptanceYield is the fraction of produced bottles that pass acceptance. This estimates a minimum cavity count under the stated assumptions; it does not identify an available machine configuration or guarantee output.
- Define the target as accepted bottles per scheduled production hour so demand and availability use the same time basis.
- Use cycle time for the actual bottle and configuration; bottle volume alone does not supply a validated cycle time.
- Apply availability and acceptance yield once, keep full precision during calculation, and round only the final cavity result upward.
- Treat the calculated integer as a minimum under assumptions, then check available machine configurations, tooling fit and utilities.