Next Article in Journal
Design of Ultrasonic Synthetic Aperture Imaging Systems Based on a Non-Grid 2D Sparse Array
Next Article in Special Issue
Reliability Analysis of the Proactive Transmission of Replicated Frames Mechanism over Time-Sensitive Networking
Previous Article in Journal
A Convolutional Neural Network-Based Intelligent Medical System with Sensors for Assistive Diagnosis and Decision-Making in Non-Small Cell Lung Cancer
Previous Article in Special Issue
Unfairness of Random Access with Collision Avoidance in Industrial Internet of Things Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Pervasive Digital Twin for PI-Containers: A New Packing Problem

by
Patrick Charpentier
1,*,
Frédéric Chaxel
1,
Nicolas Krommenacker
1,
Vincent Bombardier
1 and
Fabian Seguel
2
1
CRAN UMR 7039, Université de Lorraine, CNRS, Campus Sciences, Boulevard des Aiguillettes-BP 70239, 54506 Vandœuvre-lès-Nancy, France
2
Departamento de Ingeniería Eléctrica, Universidad de Santiago de Chile, Avenida Ecuador N° 3519, Estación Central, Santiago 8350709, Chile
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(23), 7999; https://doi.org/10.3390/s21237999
Submission received: 15 October 2021 / Revised: 19 November 2021 / Accepted: 26 November 2021 / Published: 30 November 2021
(This article belongs to the Special Issue Sensor Applications in Industrial Automation)

Abstract

:
The idea defended in this paper consists in finding, at any time and everywhere, the arrangement of containers within a composite container. The digital image of the real arrangement obtained defines its digital twin. This image evolves at the same time as its real twin. It can be used throughout the logistics chain during loading/unloading phases in hubs, to check the completeness of a load, to find the particular position of a container, etc. This digital twin is obtained through the collection of neighborhood information from the sensor nodes embedded on each container. This embedded solution allows accessibility to this information everywhere. This proximity information and the instrumentation of the containers define new types of constraints and a new version of a packing problem. We propose here a model integrating them. This model is implemented and tested on different test cases, and numerical results are provided. These show that, under certain conditions that will be presented, it is possible to obtain the digital twin of the real arrangement.

1. Context and Problem Statement

The problem addressed in this paper consists in establishing a 3D model (or layout) of a real (and therefore existing) composite container in which various parallelepipedic items have been arranged in the physical world. The objective is not only to know the constitution of this arrangement, but above all to find the exact position of the items within the arrangement. The approach deployed to obtain it can be assimilated to an inverse modeling of the Container Loading Problem (CLP) classic problems [1]. The aim here is to establish a model of an existing arrangement, not to establish a model for its implementation. This model must be a permanent reflection of the real system: it is its digital twin. This particular problem appeared us in the Physical Internet (PI) particular context (see [2,3] for more information). One of the important characteristics of the Physical Internet is the encapsulation of goods in standardized modular containers (similar to data packets on the Digital Internet). These containers, called PI-Containers, are then handled, stored, routed, dispatched, etc., by logistic infrastructures (PI-Hubs) organized in the manner of the Internet with its routers [4]. These various and numerous operations (automated or not) on the containers, require rational organization and management. They can only be carried out efficiently if there is a perfect synchronization between the reality of the physical system and that of the information system. The pervasive digital twin of PI-container, that means available anywhere and at anytime, is a potential solution to this synchronization problem.
In this context, the virtualization of containers necessarily involves a step to collect data. To do this, and succinctly (see [5] for more information), we will consider that each container has a wireless sensor network (WSN) node attached to one of its vertices. This node carries at least information about the identifier of the container, its dimensions, and the identifier of the composite in which it is to be inserted. The assembly of different containers within a higher-level container (which we will call “composite container”) makes it possible to constitute an ad-hoc sensors network. The different nodes of this network can then communicate within a certain coverage radius (adjustable parameter of each node by adjusting the radio transmission power) and are able to generate a list of their neighbors (nodes present inside the coverage radius). This information makes it possible to establish a global neighborhood graph (or proximity graph) between all the containers. It will be taken into account by our model. Thus, at any place and at any time, this proximity information may be available and therefore be used to establish the 3D digital twin of the arrangement. Our solution can thus be used for different purposes during the life cycle of the composite container (e.g., full or partial unloading, replenishment, etc.). Figure 1 shows this general process.
The remainder of this paper is organized as follows: Section 2 presents a review of the literature on topics related to our work. Section 3 presents in detail the particular characteristics of the problem treated as well as the proposed mathematical model, and the developed algorithm to solve the model. Section 4 is used to test the model and evaluate the relevance of the approach proposed in this paper. Finally, conclusions and some perspectives to this work are presented in the last section.

2. Literature Review

The digital twin (DT) concept was introduced and formalized in 2015 by Michael Grieves in his white paper [6]. A DT is a virtual model of a physical object/system that can be used to simulate the physical state and its behavior in the real space [7]. This has been possible with the advent of sensor, communication network and embedded technologies that enable the twinning process of the physical and the virtual world, through continuous interaction, communication, and synchronization between the physical object and its virtual model [8]. This virtual model presents the advantage of being available remotely and provides value through visualization, analysis, prediction, or optimization [9].
Many of the key enabling technologies are already in place in logistics sectors that conduct to a widespread of digital twins use cases across the entire supply chain. For instance, DT can help to design, operate, or optimize logistics infrastructure like warehouses, distribution centers or cross-dock facilities [10]. In this work, we focus the DT of containers in the Physical Internet paradigm where various and numerous operations will be performed on the composite container during its transportation steps. Unloading of some current items and/or loading of new items will be achieved in hubs, warehouses or cross-dock facilities. In this context, a virtual and computerized counterpart of the physical container could be useful to have at each time an inventory and operational data (size, quantity, location, and characteristics) of every item. This digital twin model (3D layout) could be allowed further of the performance of automation systems such as palletizing/depalletizing handling robots. The object-picking (retrieve one the items within a container) and packing (place the picked-up item in another container) are one of well-known bottlenecks in logistics automation. Solutions are conventionally carried out using simple cameras, industrial 3D cameras, laser triangulation systems, or laser range finders [11]. These conventional viewing systems can only visualize the containers (or parts) placed on the outside (at least partially visible!) of the arrangement. The approach we advocate here is related to the instrumentation of the PI-containers and exploitation of the synchronized DT model corresponding to the composite container.
The digital twin of a composite container can be obtained through the collection of information from the sensor nodes embedded on each container. In this work, we aim to formalize a mathematical model to generate the DT. This problem has many similarities with Cutting and Packing problems (C&P), which can be defined as follows: “Given a set of components and a set of containers, a packing problem aim to find the set of component positioning variables in order to minimize a set of objectives, while respecting constraints. In all cases, constraints include placement constraints.” [12]. Indeed, in our problem, we have a set of large objects (here a composite container) and a set of small items (the PI containers) that have been placed within the large object, respecting the two principal placement constraints: all PI containers of the subset lie entirely within the large object, and the PI containers do not overlap. In general, five sub-problems have to be solved simultaneously in order to reach the overall optimum [13]:
  • Selection problem regarding the large objects,
  • Selection problem regarding the small items,
  • Grouping problem regarding the selected small items,
  • Allocation problem regarding the assignment of the subsets of the small items to the large objects,
  • Layout problem regarding the arrangement of the small items on each of the selected large objects with respect to the geometric condition.
The first four (selection, grouping and allocation) do not concern us since the arrangement is already effective in the composite container. The fifth item is, in its formulation, quite close to our problem. However, we do not seek to “generate” this arrangement, but to “rediscover” it. The objective is the same in both cases and can be formulated as: for each container, how should (or are) the items be arranged? This type of problem is called Single Large Object Placement Problem (SLOPP) in [13], when the layout problem concerns only one arrangement. What has been called the Single Container Loading (Packing) Problem in the literature [14] is an example of the three-dimensional, rectangular SLOPP. It can itself be broken down into two categories: the manufacturer’s pallet loading (MPL) if all boxes are identical, and the distributor’s pallet loading (DPL) when boxes are not of the same size [15].
Our problem belongs to this latter type, the distributor’s pallet loading. However, we are not looking for any optimum (no objective function) and we have to take into account proximity constraints, resulting from measurement performed on the existing arrangement. The proximity constraints mentioned here can, in principle, be assimilated to the positioning constraints mentioned in the literature [1]. These constraints express particular conditions on the positions in which the items are placed in the container. This type of constraint represents the necessity to place all or part of the different items in absolute or relative positions imposed by the problem characteristics [16]. Constraints on the items absolute positioning are linked to particular characteristics of the items (e.g., size, weight or content) which, in certain situations, impose them specific positions (e.g., large or heavy items near the container door to facilitate loading/unloading, dangerous items on the periphery for an easier access) [17]. The relative positioning constraints of items are related to the characteristics of a set of items, either so that they are grouped together (e.g., common delivery of a subset of items, facilitation of completeness verification), or so that, on the contrary, they are distanced (e.g., incompatibility of items, dangerousness) [18,19,20]. The combination of these two types of constraints (absolute and relative) is found in particular in multi-drop situations [20]. They are characterized by the fact that subsets of items go to different customers. The items are thus grouped by destination, but also arranged in the container according to the delivery sequence to avoid unnecessary unloading and reloading operations [21,22]. Two characteristics of the items were defined and used to constrain the positions of the items within the multi-drop framework: visibility and touchable [23]. They guarantee a form of accessibility of the items during deliveries. In the context of our paper, the proximity constraints taken into account are relative positioning constraints of items. They reflect, in a rather abstract way, only the observation of a form of neighborhood or non-neighborhood between items without knowing the cause. They do not have a direct link with the reasons evoked classically in the literature and which we have just briefly presented.
Moreover, each container is considered unique in our case. It has an identifier to distinguish it from other containers of the same dimensions, while usually this is not the case. Finally, the instrumentation of containers generates orientation constraints that are not usually considered in this type of problem. This will be detailed in the following section.

3. Problem Statement and Resolution

The nature and the novelty of the problem addressed (generation of a digital twin), as well as the originality of the proximity and orientation constraints, thus pose a new variant of the packing type problems existing to date. The lack of objective defines this kind of problem as a CSP (Constraints Satisfaction Problem). Several potential solutions, satisfying all the constraints, can then appear. Only one of them, nevertheless, corresponds (is compliant) to reality (the real arrangement).

3.1. Problem Formulation

The containers considered in this study are of standardized dimensions. Indeed, studies carried out within the framework of Physical Internet [24] have allowed us to define the best container size to maximize space utilization. To free us from the real size of containers, we shall consider here that these are multiple of a standard size s d expressed in meters. Thus, a container i that we will manipulate by its dimensions ( a i , b i , h i ) N 3 will be in the real world of dimensions ( s d × a i , s d × b i , s d × h i ) . All the dimensional parameters and variables used in this paper will obey this same principle (e.g., position, radius coverage). This kind of hypothesis is interesting for us, because it reduces the number of potential solutions of 3D arrangement. However, the proposed model would remain valid without this hypothesis. To address the problem, we consider the following definitions:
  • Let be a parallelepiped physical composite container of known dimensions ( A 0 × B 0 × H 0 ) with an identifier equal to 0. This volume corresponds to the maximum space that the containers (or items) can occupy after being arranged.
  • Let n be the number of parallelepipedic items (with idas unique identifier, i d [ 1 , n ] ) of known dimensions ( a i d , b i d and h i d stacked in the composite container. We therefore start here from the assumption that the number n of containers is a priori known. It is in fact obtained via the instrumentation of the containers, via a counting algorithm.
  • Let R 1 et R 2 be transmission ranges (low and high threshold level to take into account an uncertainty related to proximity measurement - if R 1 = R 2 , uncertainty does not exist, otherwise R 2 is greater than R 1 ). They make it possible to estimate the proximity (or not) of the containers to each other from a radio signal emitted/received by the associated nodes. This notion of proximity is less rich than the distance between nodes estimation (which is obtained by measuring the characteristics of the signal, e.g., power). However, this technique has the advantage of being less sensitive to environmental disturbances. This is sufficient to obtain the neighborhood graph and to represent the proximity relationship among the containers. The notion of proximity between two containers is symmetrical (the graph is non-oriented). In reality, it is not always so, because it is built on the basis of radio exchanges where some disturbances can occur on the measurements made. We shall nevertheless take the hypothesis of symmetry here; our model makes it possible to partially take into account an uncertainty related to the measurement.
  • Let G { V , E } be a non-oriented graph (obtained from data collected through PI-containers instrumentation) where:
    -
    The vertices V represent the parallelepipedic items or containers (via their id) of the arrangement,
    -
    If node i (attached to container i) and node j (attached to container j) are neighbors, we are sure that the real distance between the 2 nodes is less than R 2 . If these two nodes are not neighbors, we are sure that the real distance between the 2 nodes is greater than R 1 . The edges E of the graph represent this proximity information between the containers (an edge exists between vertices V i and V j , if the two nodes are neighbors, and otherwise do not exist).
With these data and these constraints, is it possible to find how the containers are arranged within the composite container? This is the simple question addressed here in this paper.

3.2. Instrumentation Influence

As presented in the introduction, each container is instrumented by a node in charge of the data generation to obtain the neighborhood graph. The node is placed on one of the vertices of the parallelepiped. The placement of this node gives rise to particular constraints on the orientations of the container in the space, which ultimately influence the placement possibilities of the container. We first present this aspect of our study.
A parallelepiped container of dimensions a × b × c (with a b c ) with its edges parallel to the three axis of a Cartesian coordinate system can occupy 6 different volumes in the 3D space [25]. Figure 2 illustrates these 6 different cases.
The same parallelepipedic container fitted with a node on one of its vertices becomes asymmetric with respect to the different planes of the fixed reference frame. The position of the node relative to the volume must then be considered. Let us consider, for example, the case where the face ( a × b ) of the parallelepiped is parallel to the plan X Y of a Cartesian coordinate system (that is 2 / 6 of the possible situations—cases 1 and 2 on Figure 2). In this situation 16 possibilities of orientation in the space can appear (as shown Figure 3) and 48 possibilities ( 48 = 3 × 16 ) if the supports are situated on the two other types of side. The 16 possible figures can be divided into 4 subgroups. In each subgroup, a rotation of 90 × k , ( k { 0 , 1 , 2 , 3 } ) around the z axis makes it possible to pass from one figure to another.
The asymmetry (mirror effect) between the subgroups 1.1 and 2.1, 1.2 and 2.2 with regard to the plan Y Z , and between the subgroups 1.1 and 1.2, 2.1 and 2.2 with regard to the plan X Y (Figure 3), makes impossible the passage by diverse rotations of any figure of one of these subgroups to those of another one: the figures are chiral. This is bound to their instrumentation, which can be realized by two different manners.
On the same figure, we can also notice the possibility of obtaining the figures of the subgroup 2.2 from those of the subgroup 1.1 (or conversely) by combinations of rotations around axes—idem between the subgroups 1.2 and 2.1: figures are achiral between these subgroups. We shall notice in these cases an inversion of the high/low position of the node in the space between these subgroups. Thus, there exist, for a parallelepiped instrumented on one of his summits, 8 possibilities of orientations in the space for each type of bearing surface (union of subgroup 1.1 and 2.2 or union of subgroup 1.2 and 2.1). The reduction of the 48 placement possibilities to be tested can be achieved thanks to an accelerometer (very low-cost solution) placed in the node (thus at an origin point) and whose axes are aligned on the axes of the container. The delivered information then allow:
  • To determine the type of bearing face (face of dimension a × b , or a × c , or b × c ) because of its perpendicularity with the axis z of the accelerometer (from 48 to 16 possibilities),
  • To determine for each type of bearing surface the respective dimensions of the container along the x and y axis, thanks to the alignment achieved (from 16 to 8 possibilities),
  • To know the node position on the container by taking into account the acceleration direction according to z (positive or negative) (from 8 to 4 possibilities).
This information ultimately allows, for an instrumented container, to test only the 4 solutions that appear in a same subgroup, out of the 48 initial and potential solutions. We can note that the introduction of a compass in the node could allow us to know the orientation of the parallelepiped with regard to the fixed mark (only one possibility of placement). However, and contrary to an accelerometer, this type of sensor is very sensitive to magnetic fields of the environment. This type of information was not thus taken into account. Thus, in the algorithm that we propose, 4 possibilities of placement must be tested for each of the containers if we take into account the positioning of the node on the box (chirality) and the orientation information of the vertical axis obtained by an ad hoc instrumentation.

3.3. Proposed Model

Parameters:
  • n: number of unitary π -containers π c i with i { 1 , , n } stacked in the composite π -container π c 0 . This number n can evolve during the time and can be determine by a counting algorithm (no presented here).
  • ( a i , b i , h i ) : Non-negative external dimensions indicating the parallelepiped base dimensions (bearing face a i × b i ) and height h i of the π -container π c i (expressed here as integers).
  • O i : Binary parameter set when setting the node on the box.
    -
    If O i = 0 , then the node is below the container;
    -
    Otherwise, the node is above.
  • s d : A standard size expressed in meter.
  • ( A 0 , B 0 , H 0 ) : Non-negative external dimensions indicating the parallelepiped base dimensions (bearing face A 0 × B 0 ) and height H 0 of the composite π -container π c 0 (expressed here as integers).
  • R 1 : Transmission range (low threshold level) of sensor nodes. R 1 is dimensionless (to obtain this distance in meter, R 1 should be multiplied by s d ).
  • R 2 : Transmission range (high threshold level) of sensor nodes. R 2 is dimensionless (to obtain this distance in meter, R 2 should be multiplied by s d ).
  • V: i × j matrix with i and j { 0 , , n } . The matrix elements v i , j denote the neighbor relationship between containers π c i and π c j .
    -
    v i , j = v j , i = 1 (with i j ) , if distance ( π c i , π c j ) R 2
    -
    v i , j = v j , i = 0 (with i j ) , if distance ( π c i , π c j ) > R 1
These elements are deduced from proximity measurements between containers.
Variables;
  • ( x i , y i , z i ) : Discrete integer variables indicating the coordinates of the FLB (Front-Left-Behind) corner (the closest to the marker’s origin) of container π c i .
  • ( x n i , y n i , z n i ) : Discrete integer variables indicating the coordinates of the sensor node fixed to container π c i .
  • ( R i g h t i , j , L e f t i , j , B e h i n d i , j , F r o n t i , j , B e l o w i , j , A b o v e i , j ) : Set of six binary variables that define the relative positions in the composite π - container of each pair of π - containers ( π c i , π c j ) . Binary variables will be 1 if the container π c j is to the right of, to the left of, behind, in front of, below, or above the container π c i , respectively; otherwise, 0. These variables will be used to ensure that containers do not overlap.
  • s i : Binary variable equal to 1 if the side of length a i of box number i is parallel to the side of length A 0 of the composite π container, otherwise it is equal to 0.
  • t 1 , i , t 2 , i , t 3 , i , t 4 , i : Binary variables who represent the four possible relations between the coordinates of FLB corners and the coordinates of the sensor node of a container (see constraints 11a, 11b, 11c).
Note: It can be noted here that the variables s i and the variables t 1 , i , t 2 , i , t 3 , i , t 4 , i are linked. Indeed, when t 1 , i = 1 or t 3 , i = 1 , then s i = 1 , and s i = 0 when t 2 , i = 1 or t 4 , i = 1 , hence s i = t 1 , i + t 3 , i . The proposed model keeps variables s i to facilitate its understanding.
From the parameters and variables described above, the constraints of the CSP problem are as follows:
i , j , 1 i , j n : R i g h t i , j [ x j ( x i + s i a i + ( 1 s i ) b i ) ] 0
i , j , 1 i , j n : L e f t i , j [ x i ( x j + s j a j + ( 1 s j ) b j ) ] 0
i , j , 1 i , j n : B e h i n d i , j [ y j ( y i + s i b i + ( 1 s i ) a i ) ] 0
i , j , 1 i , j n : F r o n t i , j [ y i ( y j + s j b j + ( 1 s j ) a j ) ] 0
i , j , 1 i , j n : B e l o w i , j [ z i ( z j + h j ) ] 0
i , j , 1 i , j n : A b o v e i , j [ z j ( z i + h i ) ] 0
i , j , 1 i , j n : R i g h t i , j + L e f t i , j + B e h i n d i , j + F r o n t i , j + B e l o w i , j + A b o v e i , j 1
i , 1 i n : x i + s i a i + ( 1 s i ) b i A 0
i , 1 i n : y i + s i b i + ( 1 s i ) a i B 0
i , 1 i n : z i + h i H 0
{ i 1 i n } : ( x n i , y n i , z n i ) { ( x i , y i , z i + O i . h i ) , ( x i , y i + a i , z i + O i . h i ) , ( x i + a i , y i + b i , z i + O i . h i ) , ( x i + b i , y i , z i + O i . h i ) }
(11) can also be represented as:
i , 1 i n : x n i = t 1 , i x i + t 2 , i x i + t 3 , i ( x i + a i ) + t 4 , i ( x i + b i )
i , 1 i n : y n i = t 1 , i y i + t 2 , i ( y i + a i ) + t 3 , i ( y i + b i ) + t 4 , i y i
i , 1 i n : t 1 , i + t 2 , i + t 3 , i + t 4 , i = 1
i , 1 i n : z n i = z i + O i . h i
i , j , 0 i , j n : v i , j ( x n i x n j ) 2 + ( y n i y n j ) 2 + ( z i z j ) 2 ) ) v i , j R 2
i , j , 0 i , j n : ( 1 v i , j ) ( ( ( x n i x n j ) 2 + ( y n i y n j ) 2 + ( z i z j ) 2 ) ) > ( 1 v i , j ) R 1
Constraints (1)–(7) are non-overlapping conditions and certify that π -containers do not overlap whatever their orientation. Constraints (8)–(10) ensure that all π -containers are within the composite π -container. These two first sets of constraints are classic in a CLP model. Constraints (11) represent the relation between the coordinates of the FLB corner and of the sensor node. The sensor node can potentially be placed at one of the four corners of the π -container according to π -containers can be freely rotated. The implementation of these n constraints is carried out by means of the constraints 11a, 11b, 11c and 11d. Figure 4 graphically represents these 4 possibilities for container i. Constraints (12) and (13) certify that all neighborhood (and non-neighborhood) relationships have been respected. This last set of constraints, (11)–(13), is totally new. It represents the specificities of the problem presented in this paper. This model leads us to find the absolute coordinates and the orientation of each π -container, which satisfy the neighbor relationships between the sensor nodes.

3.4. Proximity Graph—Generalization to Cases of Several Measurements

The model presented above can be generalized in case m times of container proximity measurements with m different coverage radius are repeated. Thus, it would be possible to obtain m proximity graphs as a function of the m values of ( R 1 , R 2 ) used for the measurements. Constraints (12) and (13) of the model would thus be instantiated m times. We propose here to aggregate these m instances in the model.
Let d i j be the real distance between 2 distinct π c i and π c j nodes. As we have already presented in our initial model, we have:
v i , j = v j , i = 1 ( with i j ) , if distance ( π c i , π c j ) R 2
π c i and π c j are neighbor
v i , j = v j , i = 0 ( with i j ) , if distance ( π c i , π c j ) > R 1
π c i and π c j are not neighbors.
By performing m measurements with R 1 k and R 2 k as bounds of the k th measurement ( k [ 1 , m ] ) and R 1 k R 2 k , we have:
if v i j k = 1 then d i j k [ 0 , R 2 k ] else , d i j k [ R 1 k , + ]
and we can deduct from it by merging the m intervals, and thus find that: d i j [ max k R 1 2 k , min k R 2 k ] . Equations (12) and (13) can therefore be written in the form (generalization to m measurements):   
i , j , 0 i , j n , k [ 1 , m ] : v i , j ( x n i x n j ) 2 + ( y n i y n j ) 2 + ( z n i z n j ) 2 ) v i , j . min k R 2 k
i , j , 0 i , j n , k [ 1 , m ] : ( 1 v i , j ) ( x n i x n j ) 2 + ( y n i y n j ) 2 + ( z n i z n j ) 2 ( 1 v i , j ) . max k R 1 k
The purpose of taking into account m constraints of proximity in this form is to, if necessary, reduce the number of potential solutions to the problem initially posed.

3.5. Implemented Algorithm

The proposed algorithm (Algorithm 1) counts and enumerates all the solutions of this Constraints Satisfaction Problem. It proposes in output all the solutions respecting all the constraints.
Algorithm 1 Developed algorithm
1:
Function Solve
2:
    ListSolutions clear
3:
    GatewaysPlacement
4:
    FixedContainersPlacement()
                   // if we know the exact position of certain items (optional)
5:
    ContainerPlacement(1)                         //recursive call
6:
    foreach solution S in ListSolutions
7:
      if CheckSolutionStaticEquilibrum(S) = false then
8:
         ListSolutions remove(S)
9:
Function ContainerPlacement(i : ContainerNumber)
10:
    foreach values s i , x i , y i , z i satisfying constraints (1) to (10) with previous placed containers
                   // containers geometric placement is OK without overlapping
11:
      foreach values tn,i satisfiying constraints (11)
                   // gots all xni, yni, zni location of the sensor network from x i , y i , z i
12:
         if (xni, yni, zni) is satisfiying constraints (12) (13) then
                   // (xni, yni, zni respects the neighborhood graph)
13:
           if i = lastcontainernumber then
14:
              ListSolutions add current
15:
           else
16:
              ContainerPlacement (i+1)
This algorithm enumerates in a first time the set of solutions that respect all the constraints previously presented. A verification of each of the generated solutions is a posteriori performed to verify the static balance of the whole. Naturally, and for the sake of efficiency, the largest containers are placed first. The algorithm shows the GatewaysPlacement function. In the context of our paper, this function places a single node connected to the container π c 0 . The position of this node serves as the spatial reference or origin of the Cartesian system in which we want to identify the positions of all the containers. This function also makes it possible to insert in the network additional WSN nodes (but not necessarily) not linked to physical containers, but whose position in space is known. These nodes support communications to the outside of the system, and potentially introduce additional proximity constraints that can reduce the number of ultimately generated solutions.

4. Test and Discussion

4.1. Introduction and Presentation of Cases

Here, the objectives are, in the first instance, to verify and validate the proposed model, but also, on the basis of an enumeration of the solutions, to study the simple possibilities of reducing their number. To do this, we will rely on three different scenarios of arrangement. The first one is a classic case of literature. This case, named Meller’s scenario [26], is shown Figure 5. It consists of nine containers of different dimensions where WSN nodes position is represented in black. This case is a widely used example in the Physical Internet community for various purposes, which is why we chose it. As our approach is completely new, there are no cases in the literature on which we can compare our results. This case was chosen because it presents containers of heterogeneous dimensions. The two other scenarios will be homogeneous cases consisting of 18 and 36 containers with identical dimensions (see Figure 6 for scenario with 18 containers). These two cases seem a priori less interesting from an application point of view, in particular if all containers are identical and embed the same products. However, the regularity of the container dimensions, or the homogeneity of the arrangements, is an interesting case to test the performance of our model.
For these three scenarios and for all the tests performed, we introduce here the notion of uncertainty (noted I) on the neighborhood measurement with respect to a coverage radius R from the values of R 1 and R 2 in the form:
R 1 = R I
R 2 = R + I
This change in notation does not change the proposed model in any way.

4.2. Tests and Results without Measurement Error

The first results concern the enumeration of the solutions obtained in the three test cases mentioned above, considering that the measurement uncertainty is zero ( I = 0 or R = R 1 = R 2 ) and with one single radius (no repetition of measurements, or m = 1). Different coverage radius has been tested over a range from 0.1 to 5.4 (length of the composite container diagonal), with a spatial sampling of 0.1. The results obtained are shown Figure 7 with a logarithmic scale. This confirms our initial results (see [5]) and shows the very strong influence of R on the number of solutions obtained. For low or high R values in relation to the relative dimensions of the containers, a combinatorial explosion can be observed: the containers either have no neighbors or all the containers are all neighbors. In these two cases, this information does not contribute anything, and neighborhood constraints do not in any way reduce the number of solutions obtained. In the Meller’s scenario, it is possible to find the real arrangement (only 1 solution for values of R = 2.3, R = 2.4, R = 2.9, R = 3.0) whereas in cases 2 and 3, at least 2 solutions can be established. The heterogeneity of the initial arrangement is an advantage in the approach we propose.
In order to situate the quality of our results, we tried to establish the number of solutions we could obtain with a perfect knowledge of the distances separating each container (all known d i j ). This number of solutions can be considered as the lower bound of the problem as we posed it. To do this, we used the same model and the same algorithm as previously presented by taking, for each pair ( π c i , π c j ) of the arrangement, a measure k where: max k R 1 k = min k R 2 k . In other words, we know the distance d i j between each container.
This enumeration of solutions was carried out for each of the 3 cases studied here. The results obtained are showed in Table 1.
These tests show us that in certain situations, and with much more information than proximity, it is impossible to find one and only one solution (only one twin!). On the other hand, as the number of solutions is not very high, it is possible to differentiate them by other means.

4.3. Tests and Results Taking into Account Measurement Errors

The second type of tests that we then conducted allowed us to quantify the influence of the measurement uncertainty on the solutions number obtained in each of the three cases. Figure 8 shows the results obtained for the Meller’s scenario. Not surprisingly, as uncertainty increases, so does the number of solutions. The minimum number of solutions is, for this case, to be found in a range of R between 2 and 3.
The same study was conducted for cases 2 and 3. The results are presented in Table 2 and Table 3. Since the number of solutions found for some R values was enormous, we limited the runtime of each enumeration to 5 min or to a maximum of 1000 values (situations represented by a “-” in the tables).
The results obtained on the three cases, show the difficulty to obtain a very limited number of solutions if the uncertainty increases, but also to fix the value of R, which seems to depend on the dimensions of the containers.

4.4. Tests and Results with Additional Neighborhood Constraints

In order to reduce the number of solutions obtained, we propose here to add additional constraints for the resolution of the problem. Thus, we will consider that the neighborhood measurements carried out are repeated (constraints 12 and 13 of the proposed model) with different values of R 1 and R 2 (constraints 14 and 15). We will compare the results obtained with a single measurement ( m = 1 ) with those obtained for m = 2 and m = 3 . We have limited ourselves to 3 different radii, because these measurements have a cost in terms of time, but also because the combinatorics of the cases to be tested became too important. These tests were carried out on scenarios 1 and 2, with 9 and 18 containers respectively and R values between 2 and 3.1 (zone of interest obtained for these 2 cases). R varies with a step of 0.1, which gives us in the end 12 cases to test for m = 1 , 66 cases for m = 2 , and 220 cases for m = 3 , (i.e., the number of combinations of 2 or 3 radius in the 12 possible radius). Finally, these different tests were repeated for uncertainty I values of 0, 0.1, 0.25 and 0.5. The results obtained are summarized Figure 9 and Figure 10. The two histograms illustrate the percentage of the number of solutions found for a given range in relation to the totality of solutions tested, and this for each of the uncertainties with m = 1 , m = 2 and m = 3 . For example, the value of 58.3% (red circle in the figure) indicates that for an uncertainty of 0, with m = 1 , 58.3% of all cases tested (i.e., 7 cases out of the 12 tested for a single radius) find one or two solutions. The value of 74.1% (green circle in figure) indicates that for an uncertainty at 0.25, with m = 3 , 74.1% of all cases tested (163 cases out of the 220 tested for 3 radius) find one to three solutions. One can thus visualize the effect of taking into account several radii on the possibilities of obtaining a smaller quantity of solutions. In both cases, the influence of taking these additional constraints into account is very clear, even in the case where the uncertainty is the highest ( I = 0.5 ). Nevertheless, there are still possibilities to obtain several solutions, and thus do not find the digital twin of the real arrangement.

5. Conclusions and Perspectives

In this paper, we have proposed a new type of packing problem. This problem aims at obtaining the digital twin of a composite container independently of time and location, thanks to a network of sensors linked to the items contained in the container. The solution recommended and tested in this paper is based on neighborhood (or proximity) information obtained by the sensor network.
This problem has allowed us to propose a mathematical model taking into account these proximity constraints, but also the particular constraints generated by the instrumentation. On these bases, an algorithm was developed in order to validate this model and to enumerate the solutions obtained on various cases of arrangement, with broad ranges of coverage radius, various measurement uncertainties, as well as the repetition of measurements of proximity with various coverage radii. The obtained results validate our model and show that the use of several coverage radii is necessary to obtain a limited number of eligible solutions as a digital twin, especially when the measurement uncertainty becomes large.
Both the original proposed application (numerical twin of a container) and the proposed model are new contributions to the research. This model has similarities, but also differences with the models classically used in the initial construction of an arrangement in a container.
The current limitations of the work presented here lie mainly in the number of potentially eligible twins, and thus in the difficulty of retrieving the physical container arrangement. To remedy this, in other words to reduce the solution space, adding additional constraints to the model is the most natural solution path. We have partially tested it by repeating proximity measurement campaigns. To go further, it seems that other constraints, based on measurements of different nature (contact between items for example), can lead to the obtaining of this container-DT.

Author Contributions

Conceptualization, P.C. and N.K.; methodology, P.C. and N.K.; software, F.C., V.B. and F.S.; validation, F.C. and N.K.; formal analysis, P.C.; investigation, N.K.; resources, F.C., V.B. and F.S.; original draft preparation, P.C.; writing—review and editing, P.C., N.K. and F.S.; visualization, F.S.; supervision, P.C.; project administration, P.C. and N.K.; funding acquisition, V.B.; All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bortfeldt, A.; Wäscher, G. Constraints in container loading —A state-of-the-art review. Eur. J. Oper. Res. 2013, 229, 1–20. [Google Scholar] [CrossRef]
  2. Montreuil, B. Toward a Physical Internet: Meeting the global logistics sustainability grand challenge. Logist. Res. 2011, 3, 71–87. [Google Scholar] [CrossRef]
  3. Ballot, E.; Montreuil, B.; Meller, R. The Physical Internet: The Network of Logistics Networks; Technical report; Predit, La Documentation Francaise: Paris, France, 2014. [Google Scholar]
  4. Tran-Dang, H.; Krommenacker, N.; Charpentier, P.; Kim, D.S. Toward the internet of things for physical internet: Perspectives and challenges. IEEE Internet Things J. 2020, 7, 4711–4736. [Google Scholar] [CrossRef]
  5. Tran-Dang, H.; Krommenacker, N.; Charpentier, P. Containers monitoring through the Physical Internet: A spatial 3D model based on wireless sensor networks. Int. J. Prod. Res. 2016, 55, 2650–2663. [Google Scholar] [CrossRef]
  6. Grieves, M. Digital Twin: Manufacturing Excellence through Virtual Factory Replication; White paper; Florida Institute of Technology: Melbourne, FL, USA, 2015. [Google Scholar]
  7. Grieves, M.; Vickers, J. Digital Twin: Mitigating Unpredictable, Undesirable Emergent Behavior in Complex Systems. Transdiscipl. Perspect. Complex Syst. New Find. Approaches 2017, 85–113. [Google Scholar] [CrossRef]
  8. Barricelli, B.R.; Casiraghi, E.; Fogli, D. A survey on digital twin: Definitions, characteristics, applications, and design implications. IEEE Access 2019, 7. [Google Scholar] [CrossRef]
  9. Verdouw, C.N.; Beulens, A.J.; van der Vorst, J.G. Virtualisation of floricultural supply chains: A review from an Internet of Things perspective. Comput. Electron. Agric. 2013, 99, 160–175. [Google Scholar] [CrossRef] [Green Version]
  10. Heutger, M.; Kuechelhaus, M. Digital Twins in Logistics: A DHL Perspective on the Impact of Digital Twins on the Logistics Industry. DHL: San Francisco, CA, USA,, 2019. [Google Scholar]
  11. Pretto, A.; Tonello, S.; Menegatti, E. Flexible 3D localization of planar objects for industrial bin-picking with monocamera vision system. IEEE Int. Conf. Autom. Sci. Eng. 2013, 168–175. [Google Scholar] [CrossRef]
  12. Jacquenot, G.; Méthode, G.J. Méthode Générique Pour L’optimisation D’agencement Géométrique et Fonctionnel. Ph.D. Thesis, Ecole Centrale de Nantes (ECN), Nantes, France, 2010. [Google Scholar]
  13. Wäscher, G.; Haußner, H.; Schumann, H. An improved typology of cutting and packing problems. Eur. J. Oper. Res. 2007, 183, 1109–1130. [Google Scholar] [CrossRef]
  14. George, J.A.; Robinson, D.F. A heuristic for packing boxes into a container. Comput. Oper. Res. 1980, 7, 147–156. [Google Scholar] [CrossRef]
  15. Morabito, R.; Morales, S. A simple and effective recursive procedure for the manufacturer’s pallet loading problem. J. Oper. Res. Soc. 1998, 49, 819–828. [Google Scholar] [CrossRef]
  16. Egeblad, J. Heuristics for Multidimensional Packing Problems. Ph.D. Thesis, University of Copenhagen (DIKU), København, Copenhagen, 2008. [Google Scholar]
  17. Hodgson, T.J. A Combined Approach to the Pallet Loading Problem. IIE Trans. 1981, 14, 175–182. [Google Scholar] [CrossRef]
  18. Gimenez-Palacios, I.; Alonso, M.T.; Alvarez-Valdes, R.; Parreño, F. Logistic constraints in container loading problems: The impact of complete shipment conditions. TOP 2020, 29, 177–203. [Google Scholar] [CrossRef]
  19. Terno, J.; Scheithauer, G.; Sommerweiß, U.; Riehme, J. An efficient approach for the multi-pallet loading problem. Eur. J. Oper. Res. 2000, 123, 372–381. [Google Scholar] [CrossRef]
  20. Bischoff, E.E.; Ratcliff, M.S. Issues in the development of approaches to container loading. Omega 1995, 23, 377–390. [Google Scholar] [CrossRef]
  21. Christensen, S.G.; Rousøe, D.M. Container loading with multi-drop constraints. Int. Trans. Oper. Res. 2009, 16, 727–743. [Google Scholar] [CrossRef]
  22. Ceschia, S.; Schaerf, A. Local search for a multi-drop multi-container loading problem. J. Heuristics 2011, 19, 275–294. [Google Scholar] [CrossRef]
  23. Alvarez Martínez, D.; Alvarez-Valdes, R.; Parreño, F. A grasp algorithm for the container loading problem with multi-drop constraints. Pesqui. Oper. 2015, 35, 1–24. [Google Scholar] [CrossRef]
  24. Lin, Y.H.; Meller, R.D.; Ellis, K.P.; Thomas, L.M.; Lombardi, B.J. A decomposition-based approach for the selection of standardized modular containers. Int. J. Prod. Res. 2014, 52, 4660–4672. [Google Scholar] [CrossRef]
  25. Paquay, C.; Limbourg, S.; Schyns, M. A tailored two-phase constructive heuristic for the three-dimensional Multiple Bin Size Bin Packing Problem with transportation constraints. Eur. J. Oper. Res. 2018, 271, 52–64. [Google Scholar] [CrossRef] [Green Version]
  26. Meller, R.D.; Lin, Y.H.; Ellis, K.P. The Impact of Standardized Metric Physical Internet Containers on the Shipping Volume of Manufacturers. IFAC Proc. Vol. 2012, 45, 364–371. [Google Scholar] [CrossRef]
Figure 1. Life cycle of real arrangement and its digital twin.
Figure 1. Life cycle of real arrangement and its digital twin.
Sensors 21 07999 g001
Figure 2. The possible space occupations of a parallelepiped in the 3D space.
Figure 2. The possible space occupations of a parallelepiped in the 3D space.
Sensors 21 07999 g002
Figure 3. Impact of instrumentation on the combinatory of the problem due to the position of the node on the container.
Figure 3. Impact of instrumentation on the combinatory of the problem due to the position of the node on the container.
Sensors 21 07999 g003
Figure 4. Links between FLB corner and node position.
Figure 4. Links between FLB corner and node position.
Sensors 21 07999 g004
Figure 5. Meller’s scenario with containers and composite container.
Figure 5. Meller’s scenario with containers and composite container.
Sensors 21 07999 g005
Figure 6. Arrangement of 18 containers with identical dimensions.
Figure 6. Arrangement of 18 containers with identical dimensions.
Sensors 21 07999 g006
Figure 7. Enumeration of solutions according to the coverage radius (without uncertainty).
Figure 7. Enumeration of solutions according to the coverage radius (without uncertainty).
Sensors 21 07999 g007
Figure 8. Influence of the uncertainty on the number of solutions according coverage radius (Meller’s scenario).
Figure 8. Influence of the uncertainty on the number of solutions according coverage radius (Meller’s scenario).
Sensors 21 07999 g008
Figure 9. Histogram of the solutions number per range—Meller’s scenario.
Figure 9. Histogram of the solutions number per range—Meller’s scenario.
Sensors 21 07999 g009
Figure 10. Histogram of the solutions number per range—18 containers scenario.
Figure 10. Histogram of the solutions number per range—18 containers scenario.
Sensors 21 07999 g010
Table 1. Enumeration of the solutions found with a perfect knowledge of the distances d i j between each container. (The “-” in the table are linked either to a timeout (fixed at 5 minutes) or to a number of solutions greater than 1000).
Table 1. Enumeration of the solutions found with a perfect knowledge of the distances d i j between each container. (The “-” in the table are linked either to a timeout (fixed at 5 minutes) or to a number of solutions greater than 1000).
Scenarios
Uncertainty IMeller18 Containers
(1 × 1 × 2)
36 Containers
(1 × 1 × 1)
0122
0.1122
0.25122
0.5122
0.75122
112-
232--
Table 2. Influence of the uncertainty on the number of solutions obtained with different coverage radius—scenario 2.
Table 2. Influence of the uncertainty on the number of solutions obtained with different coverage radius—scenario 2.
Number of Solutions
RI = 0I = 0.1I = 0.25RI = 0I = 0.1I = 0.25
<1---1.924--
13232322222
1.1322882882.1222
1.23232-2.222-
1.33232-2.322-
1.432--2.422-
1.532--2.54--
1.63232-2.644-
1.732--2.744-
1.824--2.84--
>2.8---
Table 3. Influence of the uncertainty on the number of solutions obtained with different coverage radius—scenario 3.
Table 3. Influence of the uncertainty on the number of solutions obtained with different coverage radius—scenario 3.
Number of Solutions
RI = 0I = 0.1I = 0.25RI = 0I = 0.1I = 0.25
<1---1.6---
12221.7---
1.12221.8---
1.222-1.9---
1.322-22--
1.42--2.12--
1.5---2.22--
>2.2---
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Charpentier, P.; Chaxel, F.; Krommenacker, N.; Bombardier, V.; Seguel, F. Pervasive Digital Twin for PI-Containers: A New Packing Problem. Sensors 2021, 21, 7999. https://doi.org/10.3390/s21237999

AMA Style

Charpentier P, Chaxel F, Krommenacker N, Bombardier V, Seguel F. Pervasive Digital Twin for PI-Containers: A New Packing Problem. Sensors. 2021; 21(23):7999. https://doi.org/10.3390/s21237999

Chicago/Turabian Style

Charpentier, Patrick, Frédéric Chaxel, Nicolas Krommenacker, Vincent Bombardier, and Fabian Seguel. 2021. "Pervasive Digital Twin for PI-Containers: A New Packing Problem" Sensors 21, no. 23: 7999. https://doi.org/10.3390/s21237999

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop