Hello everyone ,
In my model, I have two racks and an ASRS vehicle. I have defined ASRSs tasks using process flow.
For the storage task (unload in racks , as a station I have used the command Group("STORAGE")[duniform(1, Group("STORAGE").length, getstream(activity))] because I wanted my items to be stored randomly either on rack 1 or rack 2.
Group ('STORAGE") is racks 1 and 2.
Now I want the ASRS to store the containers in a random way but only in slots that match the item type. That's why I am looking for a command to do so.
What I did was, paint the slots, and change the Slot assignment strategy on the racks to Matching Labels.
The model runs, but after a bit stops, that's why I think I should change my randomness command in the process flow also.
Unfortunately, I cannot post my model as its confidential.
Thank you in advance :)