How to unload item on elevator

How to unload item on elevator

karandeshmukh25
Not applicable
172 Views
6 Replies
Message 1 of 7

How to unload item on elevator

karandeshmukh25
Not applicable

[ FlexSim 24.0.0 ]

Hello All,

In this model, I am trying that operator will pick the box from rack1 and place on pallet when pallet on elevator. but now by using process flow operator pick the box from rack1 but it's not unloading on pallet.

PFA modelsample_elevator.fsm

Thank you

0 Likes
Accepted solutions (1)
173 Views
6 Replies
Replies (6)
Message 2 of 7

iago_mf
Not applicable
Accepted solution

Hi,

The problem is that you are using the label item to reference the pallet but also for the objets, so it is overwritten.

1705395061269.png

Also, the unload activity its pointing the operator, instead of the task sequence you've created.

1705395084640.png

sample-elevator Solved.fsm

0 Likes
Message 3 of 7

karandeshmukh25
Not applicable
Thank you so much @Iago MF.


Can I pick available box from rack1 without creating in process flow. because now operator picks box which create in process flow but I want that he needs to pick available box from rack1 that's why I was created boxes in source2
0 Likes
Message 4 of 7

iago_mf
Not applicable

Hi,

You can use the Find Item activity to find item in Racks:

sample-elevator Solved 2.fsm

0 Likes
Message 5 of 7

karandeshmukh25
Not applicable

Thank you.

But if there are multiple racks then how its work to define specific rack to load.

sample-elevator-solved-2.fsm

0 Likes
Message 6 of 7

iago_mf
Not applicable

Then you have to use a query instead o Any Item inside the Find Slot Activity, depending on the logic you want to recreate.

Here you have the links to the documentation of Storage System and Find Slot Activity

https://docs.flexsim.com/en/24.0/Reference/Tools/StorageSystem/StorageSystem.html#app

https://docs.flexsim.com/en/24.0/Reference/ProcessFlowObjects/Warehousing/FindSlot/FindSlot.html#app

0 Likes
Message 7 of 7

karandeshmukh25
Not applicable

Ok thank you so much for your support..

0 Likes