question

Andrea F avatar image
0 Likes"
Andrea F asked Jason Lightfoot commented

Problem with Warehouse model

Hi everyone i have problems in debugging my model. The main problem is that the token get stuck in the "Place Pallet in the rack" block especially at the Load Pallet Activity. In this phase i would like that the transporter pick up the pallet with items from the Deposit Pallet and put back the pallet in the rack. I also would like to then put the pallet on FreeStack queue back on top on the pallet just stacked back on the rack. Do you know how to model this dinamically according to the pallet to be put back? Also do you know which is the problem why my model get stack while running ?

sarner-holz-final-floor-1-jv.fsm

FlexSim 19.1.2
warehousepalletfloor rackslogisticscantlings
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

You create six task sequences on the transport and give them no tasks (due to deciding No for CellValue), so they block the transporter's task sequence queue.

· 2
5 |100000

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

Andrea F avatar image Andrea F commented ·
Thank you Jason so you mean giving the transporter other six task sequences at the no branch of the CellValue decide activity and give them null value in order to block token process?


0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Andrea F commented ·
If you can, just don't create the task sequence until you've decided to give the transport a task.
1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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