Hi, I am attaching a model that collects boxes in totes. The logic is as follows. There is an operator who takes a tote and prepares two different orders. I have a global table called "Orders" that contains the order ID, and has some picking lines, which contains the product type and quantity. I also have a global table (Duration_per_pick) containing the product type and the total time required to get the whole quantity (Required_pick_time). My problem is that I want to get the needed time from this global table and pass is to the operator. I give an example to make it more precise.
In Order with Order_No = 1 I want to pick 2 boxes of type 1001 in 100 seconds in total and 1 box of type 1002 in 10 seconds in total. Does anyone have any idea about it?
Thanks in advance.