Hi everybody,
I try to create a repositioning scenario for my automatical car park. Therefore I added a label by percentage called "Type". There are Type = 1 (97%) and Type = 2 (3%). When a car with Type 2 reaches the last processor in row (row 1_10 or row 2_10), the delay activity should break up and the car should pushed to a list called "Auslagerung Fahrzeuge". In addition the next two following cars (standing for example on the processor row 1_9 and 1_8 should also pushed to the list "Auslagerung Fahrzeuge" no matter what Type.
The list is for the transportation Task. The destination of the car on processor row 1_8 or row 2_8 is the Queue "Warteschlange Ausgang" and the destination of the other two cars is processor 1,2,3 or 4.
Has anyone an idea how to implement this topic?