question

Anutt K avatar image
0 Likes"
Anutt K asked Anutt K commented

Pick palet to taking product and place in same position

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


FlexSim 23.1.4
pallet pickingproduct pick
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Anutt K commented

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


· 4
5 |100000

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

Anutt K avatar image Anutt K commented ·

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

0 Likes 0 ·
Anutt K avatar image Anutt K commented ·

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 0 ·
1706666542283.png (202.1 KiB)
Felix Möhlmann avatar image Felix Möhlmann Anutt K commented ·
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 0 ·
Anutt K avatar image Anutt K Felix Möhlmann commented ·

Thank You for explain.

0 Likes 0 ·