Round Robin Route
A round robin route hands entities to destinations in strict rotation, so each destination takes its turn. Use it for fair-share assignment, like four stations that should each get one entity in four.
Options
Section titled “Options”- Weight: how many entities in a row a destination receives before the rotation advances (default
1). - Reset rule: whether the rotation resets Daily or never (None, the default). This is set once for all round robin routes from the same source.
The rotation is strict: a destination keeps its place in line even if it is momentarily full. When its turn comes and it cannot accept the entity, the entity waits at its source until the destination is free.

For the Cost, Action Logic, and Seed tabs, see Cost, Logic, and Seed.

