Hello,
I am sharing this simplified model of an assembly line. Each Decision Points represents a station where an operation is performed.
In each DP, the operation to be performed is described. The first operation is: DPW_CP_AM_MAG_FRONT, and the last one, where the set is released, is DPW_CP_AM_OUT.
In the first DP and the fourth DP (DPW_CP_AM_MAG_BACK), two components are added, while the rest are handling operations.
A list of orders collected in GlobalTable 1 will enter the system.
This list provides information about the reference of each order, the quantities per order, and the operations to be performed for each order (where 0 means the operation is not performed and 1 means the operation is performed).
My initial approach is to create a Global List where all the order units will be added as a complete list of tasks to be carried out. Once the list is completed, the assembly process will end.
The totes are constantly circulating on the conveyors, but when there are no more units to manufacture (0 rows in the Global List), they will continue circulating empty.
To generate these entries in the Global List, I would like to create as many tokens as I have total units, but identifying the order they belong to and the operations they require.
I would need help to create and input this list of tasks into the Global List.
If the approach can be improved, please correct me.
Best regards.