I have a separator that receives 8 item types (1 to 8); the separator splits each item in two,
Type 1 input (33) after split (66); 66 units have to go to 6 queues, in sizes of 11
Type 3 input (27) after split (54); 54 units have to go to 6 queues, in sizes of 9
Type 5 input (45) after split (90);90 units have to go to 6 queues, in sizes of 15
Type 2 input (69) after split (138);138 units have to go to 6 queues, in sizes of 23
Type 4 input (30) after split (60);60 units have to go to 6 queues, in sizes of 10
Type 6 input (153) after split (306);306 units have to go to 6 queues, in sizes of 51
Type 8 input (3) after split (6);66units have to go to 6 queues, in sizes of 1
how do I create unique labels for each split item after the separator, and how do i make sure each queue gets the right qty