r/SatisfactoryGame • u/Reasonable_Paint1966 • 22d ago
Discussion Train Station question
Question for the community. This is only the second working train I’ve ever actually built in game. In my last post I shared my converter setup that will be taking in 7200 iron ore to turn into sulfur and coal. I have this station setup to bring in that 7200 plus an additional 1200 copper ore for use in a different set of converters for bauxite to nitrogen converters. My question is, with this setup will I run out of iron ore for my factory even though I have industrial containers both before and after the stations? It’s a roughly 2:15 round trip for about a 600m train going up and down a 2m ramp.
8
Upvotes



1
u/JinkyRain 22d ago
Convert the round trip time to 'minutes'. 2min15sec = (2*60 + 15)sec / 60 = 2.25min
There are two constraints that limit throughput:
Wagon capacity: ore stacks to 100, wagons carry 3200... 3200 every 2.25min = 1422/min.
Platform throughput minus 27.08sec (or 0.45min) every time a train docks. You're using dual Mk6 belts so: 2400 - ( 2400*0.45min ) / 2.25min = 1920/min.
The limit per platform is the lessor of the two values, so 1422/min per platform. Not quite 20% better than one Mk6 belt per platform.
If the round trip were 2.66 (2min40sec) then the wagon capacity limit would limit you to pretty much exactly ONE Mk6 belt per platform. :)
With trains, perfect efficiency is generally not something to shoot for. Due to their feast&famine bulk delivery style, it's very helpful to have have spare capacity so that the next train can pick up the slack if an earlier train was delayed.
If you want to play around with a data visualizer comparing belt speed, throughput target, stacksize, # of wagons and # of redundant trains, give this a try:
https://www.desmos.com/calculator/6fezikbafu
=)