I have a problem with the filling of the rack.
I create a routine for the filling of the rack,
Each rack is defined by a capacity, a bay can be fill with the same product (identify by the item type).
when a bay is full, a token is create, this one deletes when all the products of the bay are used, it's a way to stop the storage inside this rack.
But in my simulation, some products are stored inside a wrong bay with others products and they are identify by bay = 0
Normally in my code, if there is no more place in the rack, the product is sent to a queue named "Type2" but it doesn't work.
I would like to sent those products is the queue that I defined in order to have a correct stock inside my rack.