Pick palet to taking product and place in same position

Pick palet to taking product and place in same position

anutt_k
Not applicable
9 Views
5 Replies
Message 1 of 6

Pick palet to taking product and place in same position

anutt_k
Not applicable

[ FlexSim 23.1.4 ]

Hello. I want to model Transporter to picking pallet and taking some of product and place pallet at same position.

1706605152721.png

1706605226546.png

I try to find slot position before picking. Then it should place after taking 3 product at stacking level 2 position.

I has attached model here. Thank You.

หยิบ Pallet ออกแล้ววางคืน_autosave.fsm


0 Likes
Accepted solutions (1)
10 Views
5 Replies
Replies (5)
Message 2 of 6

moehlmann_fe
Observer
Observer
Accepted solution

What you need to do is store the pallets current slot on a label (or somewhere else). Then, after the item was loaded, assign it back to that same slot.

-pallet- -autosave_1.fsm

0 Likes
Message 3 of 6

anutt_k
Not applicable

Greate. That it I want to do. I want to assign it back to that same slot. Thank You so much.

0 Likes
Message 4 of 6

anutt_k
Not applicable

I suspect. Why in this logic it have Custom Code : Assign slot .

1706666542283.png

When bring it out from sub flow the model can still to work.

I don't understand a code inside Assign slot.

0 Likes
Message 5 of 6

moehlmann_fe
Observer
Observer
Yes, in this case it also works without the activity, because the slot the pallet should return to and the first available slot in the storage are the same.

The "Assign slot" custom code activity makes sure that the pallet is placed in its previous slot again if this is not the case.

Another way to think about this: By default, the "Find Item" activity assigns the found slot to token.item. Instead of searching for a new slot, we assign the previous slot to the item again.
0 Likes
Message 6 of 6

anutt_k
Not applicable

Thank You for explain.

0 Likes