Metric | Value | Meaning |
---|
Summary of utilization, inventory, and safety stock calculations.
Electric vehicle battery swap stations promise pit-stop speed with grid-friendly charging. Drivers roll in with depleted packs, swap to a charged module in minutes, and continue their journey while the station slowly recharges and inspects the returned pack. Pilot programs from NIO in China to Ample in the United States demonstrate the customer appeal, yet scaling the concept requires meticulous inventory planning. Each swap consumes a charged pack instantly but takes much longer to replenish. If too few spares exist, late-day drivers encounter empty bays. If too many packs sit idle, capital is wasted and depreciation accelerates. Public discourse often fixates on mechanical robotics, but the harder challenge lies in balancing queueing behavior, charger throughput, and uncertain demand. The inventory planner above brings rigor to that balance, translating service goals into actionable numbers.
The demand section captures the daily swap count, the hours the station is staffed, and the intensity and duration of peak windows. A suburban commuter hub might run 18 hours per day with morning and evening rushes; a highway corridor could operate 24/7 with periodic surges. The charging system fields record the number of chargers, the time required to recharge a pack, and the post-charge inspection or thermal soak period during which a module cools before returning to circulation. The service level input expresses how often customers should arrive to find a ready pack—95% means only one in twenty customers should experience a stockout. With these variables, the calculator computes base inventory via Little’s Law, adds statistical safety stock, and simulates hourly operations to flag stress points.
Queueing theory gives a simple relationship between arrival rate , average time in system , and average items in the system : . For battery swaps, arrivals are completed swaps per hour, while the time in system includes charging and cooling before the pack can rejoin the ready inventory. Suppose a station sees 10 swaps per hour on average and each pack spends 1.6 hours charging plus 0.33 hours cooling. The average cycle time is 1.93 hours, so Little’s Law demands at least 19.3 packs cycling to keep pace. Because customers need charged packs, not just units somewhere in the cycle, the planner treats this value as the base circulating inventory. It then layers on safety stock to buffer against stochastic arrivals.
Safety stock uses a normal approximation of Poisson arrivals. Over the cycle time , expected demand equals . Variability around that mean scales with the square root of the mean. If the target service level is , the corresponding z-score from the standard normal distribution, , multiplies the standard deviation to yield safety stock: . A 95% service level corresponds to , so if mean demand during the cycle is 19 packs, safety stock is roughly 7.2 packs. The calculator rounds up to ensure whole packs.
Peak demand introduces another buffer. During rush hours, arrival rates exceed averages even if daily totals stay constant. By multiplying the average hourly rate by the peak multiplier, the planner estimates the surge intensity. If chargers cannot keep up during that window, the ready inventory must absorb the deficit. The tool calculates the shortfall as , clipped at zero, and multiplies by the peak duration to size the buffer.
Consider a city taxi fleet that operates 18 hours per day and averages 180 swaps daily. Morning and evening peaks are roughly 1.8 times the baseline rate and last three hours combined. The depot hosts 16 chargers, each taking 1.6 hours to replenish a pack, followed by a 20-minute safety inspection. Entering these values into the planner produces an average arrival rate of 10 swaps per hour. The effective cycle time totals 1.93 hours, yielding a base circulating inventory of 19.3 packs. With a 95% service level, safety stock adds 7.2 packs. Peak demand exceeds charger throughput by roughly 2 packs per hour during the surge, requiring an additional buffer of 6 packs over the three-hour rush. Summing the components and rounding up gives a recommended 33 charged packs.
The summary table highlights utilization: chargers operate at 62.5% utilization during average hours, staying safely below the 85% threshold where queues explode. Maximum daily capacity—if chargers ran continuously during the 18-hour window—equals 180 swaps, matching demand and reinforcing that sustained overload would require either more chargers or extended hours. The planner also reports that 33 packs cover 0.18 days of autonomy if new deliveries stop, underscoring the need for upstream logistics.
The hourly simulation embedded in the CSV shows inventory trajectories. During the first peak hour, ready stock dips as 18 packs leave but only 16 start charging due to charger limits. By hour four, earlier packs complete their cycle and refill the buffer. If the station started with just the base 19 packs, the simulation would flag shortages during the evening rush. With the recommended 33 packs, inventory never drops below 7, preserving a healthy cushion.
The table below uses the taxi depot scenario to compare three strategies.
Strategy | Chargers | Recommended packs | Peak shortage risk |
---|---|---|---|
Baseline plan | 16 | 33 | No shortages |
Add 4 chargers | 20 | 28 | No shortages |
Extend hours to 22 | 16 | 26 | Minor evening queue |
Adding chargers reduces required inventory because throughput increases; the safety stock shrinks as the cycle time effectively shortens. Extending hours spreads demand over a longer window, lowering the average arrival rate and reducing base inventory, yet it might still produce brief evening queues if peaks stay concentrated. The baseline plan demonstrates that balanced investments—enough chargers to maintain utilization under 70% and enough spares to absorb variability—deliver reliable service without overbuilding.
This planner assumes Poisson arrivals and constant service times, yet real fleets bunch arrivals (e.g., shift changes) and sometimes require longer diagnostics. Battery aging can also lengthen charge times, effectively increasing cycle time. The normal approximation works well for large means but may misestimate safety stock for tiny stations performing fewer than 20 swaps daily. Furthermore, the simulation treats the peak window as contiguous and ignores midday mini-surges. Operators should supplement the model with telemetry from pilot stations, adjusting peak multipliers and inspection times based on empirical distributions. Finally, regulatory requirements—such as fire codes limiting simultaneous charging—might cap the number of chargers regardless of inventory, demanding off-site charging or mobile replenishment. Despite these caveats, the calculator equips planners with a defensible baseline grounded in queueing math, helping investors and fleet managers quantify the hidden logistics that make battery swapping viable.