How to unload item on elevator

How to unload item on elevator

karandeshmukh25
해당 사항 없음
175 조회수
6 답변
1/7 메시지

How to unload item on elevator

karandeshmukh25
해당 사항 없음

[ 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
수락된 솔루션(1)
176 조회수
6 답변
답변 (6)
2/7 메시지

iago_mf
해당 사항 없음
수락된 솔루션

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
3/7 메시지

karandeshmukh25
해당 사항 없음
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
4/7 메시지

iago_mf
해당 사항 없음

Hi,

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

sample-elevator Solved 2.fsm

0 Likes
5/7 메시지

karandeshmukh25
해당 사항 없음

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
6/7 메시지

iago_mf
해당 사항 없음

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
7/7 메시지

karandeshmukh25
해당 사항 없음

Ok thank you so much for your support..

0 Likes