Skip to main content

Use of dynamic compartments in one body

When to use?

When the delivery of goods with different modes of transportation is carried out using vehicles equipped with dynamic partitions. For example, as in the diagram below: one compartment is for freezing, the second is for chilled goods, the third is for everything else.

Scheme

Schema for case

How to implement the script?

Through different types of machines: with one or two partitions. Use the box_features and box_restrictions compatibility.

Example

Given 2 boxes. Transports describes the options for using boxes and their distribution inside the body.

For each box combination, box_features is specified: for the first box box_key_002 - box_features = Standard. for the second box box_key_001 - box_features Freeze and Fresh are specified.

Also, through the transport setting limits, a limit was introduced on the number of simultaneous use of boxes in a trip max_boxes = 1.

When scheduling, loads will be delivered in one body configuration first. After arriving at the warehouse, the trip will include cargo that requires a different body configuration.

Download request example