question

Douwe Jd avatar image
0 Likes"
Douwe Jd asked Jason Lightfoot edited

need help in simulating truck door assignment problem at warehouse

truck warehouse simulation.fsm

hi, for my thesis i want to simulate a truck door assignment problem. I am not very experienced in Flexsim but have got this far. After the truck comes in through the gate, it moves to a temporary parking area, and the Driver steps out and goes to the office to be assigned an available dock door. The idea is that he then goes back to his truck to travel to the assigned dockdoor and load the cargo that is ready over there. I am having difficulties with this last step, and also i am getting a little confused with all the labels and tokens in general, so i don't know if these are correct as well. For instance, i assume the 'Driver' token should actually be a child token from the truck, but i could not figure this out. Can someone take a look and help me in the right direction?

FlexSim 22.1.2
network nodestruckloading onto the truckchild tokens
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Steven Hamoen avatar image
0 Likes"
Steven Hamoen answered Jason Lightfoot edited

@Douwe Jd

Some general remarks, if you see exceptions appear always try to solve those first before you continue because they might the reason why something is not working.

In your model I removed one of the truck travels to NN2 because if you give the end destination it will simply go there.

Then on the event driven source where you make the truck driver I put the truck on a label to know what truck to walk to and what truck to drive. I removed the list because that is not necessary here if you have always a pointer to the truck.

Then because the truck is already connected to the network (you can see the red line), don't move it from the queue into the node but simply into the model and check the box to preserve the global position

TruckLoading.fsm


truckloading.fsm (61.9 KiB)
· 9
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.