Good day,
I'm building a model to simulate process in warehouse for picking and storing item to a new rack. The model I used
1. I am assigning label (item.Bay and item.Level) to assign item to appear in specific cells.
2. I am assigning destination of the item using label again item.RackDestination
3. All of my rack object will use PULL system, which the criteria is the item.RackDestination
The problem appear when there is a process which the item only moved cells and not object (same rack but different cells), because :
1. The pull is not working because it is the same object,
2.How can I simulate the specific transporter is the one who moved the object too?
PS : Due to simulating the "warehouse system" i use many coding, and not the pre-function flexsim
My flexsim version is 19.2.4
Thank you!