Using dynamic compartments in one body
When to use
When goods that require different transportation modes are delivered by transport equipped with dynamic bulkheads. For example, as in the diagram below: one compartment for frozen goods, the second one for chilled goods, the third one for everything else.
Diagram
How to implement
Through different vehicle types: with one or two bulkheads. Use the box_features and box_restrictions compatibilities.
Example
There are 2 boxes. Transports describes the ways the boxes can be used and how they are arranged inside the body.
box_features is specified for each box combination: for the first box, box_key_002 — box_features = Standart. for the second box, box_key_001 — box_features is set to Freeze and Fresh.
The transport limits setting also restricts how many boxes can be used at the same time in a trip: max_boxes = 1.
During planning, the cargo for one body configuration is delivered first. After the vehicle arrives at the warehouse, the trip picks up the cargo that requires a different body configuration.