Previous  Next          Contents  Index  Navigation  Glossary  Library

Example of Loading Sequence Generation

Assume you have the following 6 delivery lines with unique production sequence numbers.

Production Sequence Number 22 23 24 25 26 27
Delivery Line 1 2 3 4 5 6

If each container can only hold 2 items, the following loading sequence will be generated for each given loading order.

Container 1 1 2 2 3 3
Loading Order = Forward 1 2 3 4 5 6
Loading Order = Reverse 6 5 4 3 2 1
Loading Order = Forward Invert 2 1 4 3 6 5
Loading Order = Reverse Invert 5 6 3 4 1 2

See Also

Generating a Loading Sequence for Delivery Lines in a Delivery


         Previous  Next          Contents  Index  Navigation  Glossary  Library