question

Nikhil Rane avatar image
0 Likes"
Nikhil Rane asked Kavika F answered

Unload pallet using Task Executer

I am building model for just time concept for assembly line, in which i am have to deliver loaded pallet at assembly station and pick up the empty pallet from station and unload that pallet to super market.


I am able to compete model using process flow. But I am not able to unload the pallet to supermarket once the task executer complete the look . Can you help


Model Name ( JIT Simulation 2 Part )

FlexSim 22.2.0
process flow
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

·
Kavika F avatar image
0 Likes"
Kavika F answered

Hey @Nikhil Rane, the reason you're getting an error is because when your TaskExecuter1 reaches the EmptyCart queue, your Process Flow moves the token from Travel to Unload.

1660087531784.png

That Unload is expecting a "token.item" to put into the queue. However, the token going into it doesn't have an "item" label.

1660087580225.png

Make sure that that activity sets the item label on the token when the TaskExecuter1 picks it up.


1660087531784.png (163.3 KiB)
1660087580225.png (4.9 KiB)
5 |100000

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

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.