Hello!
I´m building a model of a production. My current issue is the following.
What i want: One of the operators, the first available one would go to supermarket 1, pick up 5 items of Type 1, place them in the queue. Thereafter both of the operators should dig in and start process the collected items and place them in the next queue. And finally, the first available operator should transport them to supermarket 2.
What i got right now: Two operators, are picking items from a stock (supermarket 1) and places them in a queue. Right about here it crashes. I know i got something wrong with the unloading sequence to the processors, more exactly the unloading station. Currently the queue gives every item a label named "processor", with help from the connectors. But i cant seem to get the operators to get what i mean.
I tried to do like the following link: https://answers.flexsim.com/questions/51427/task-sequence-load-unload.html
And if you take a look at the model you will also see that both operators are picking up items.
If any of you got time to take a look at my model, i would deeply appreciate it. Thanks!