question

WH avatar image
1 Like"
WH asked Jeanette F commented

Outbound picking model with global table

Hello, Thank you for reading my question.
I am trying to make outbound picking process model which is based on global table.
I have 2 problems.
In my model, I am struggled in Order outbound in ProcessFlow


<Problem 1>
I made processFlow and my model doesn't follow Order data sequence from Global table.
My model is just picking item by FIFO. However, my order data is not like that.


Do I have to use "List" for solving this problem?


<Problem 2>
Also, I need to make my model working when My order data is all processed.
How can I repeat my processing until order data finished?

Thank you for reading my questions.

My version is 23.0.14

240509_Outbound_v2_3.fsm

FlexSim 23.0.15
global tablepickingorderpickingorder
· 1
5 |100000

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

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @WH,

Thank you for contributing to our community! We couldn't identify a maintained license or subscription linked to your account.

You may need to update your profile information to identify yourself as a license owner or their associate. Check out our article for how to ensure you receive timely support. If you update your profile comment back to let us know - we'll adjust the priority of your post accordingly.

If your current license is expired, please contact your local distributor to renew.

0 Likes 0 ·

1 Answer

·
Iago MF avatar image
1 Like"
Iago MF answered WH commented

Hi!

For the first problem, you don't need to use a list, but you have to implement a query in the find slot activity to find the item that match de SKU on the table (for the current row).

Then, you can use a label representing a counter for the current row, so, when the counter match the number of rows of the table you can stop the simulation.

· 3
5 |100000

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

WH avatar image WH commented ·

Hello, Thank you for replying.

Could you explain little bit more about "Find Slot"?

I am also trying to use Find slot, but I am not good at using query.
1715582325751.png

Here is my Find slot setting and token properties below.
1715582377301.png


Actually, in the token properties, SlotAddress is wrong. I think it shows first of Rack slot,
but actually rack slot is different. Also, I think I need to make slot correct.

Can you check my model please?
Thank you very much.


0 Likes 0 ·
1715582325751.png (31.9 KiB)
1715582377301.png (21.9 KiB)
Iago MF avatar image Iago MF WH commented ·

Hi,

I'm using a query to match the item SKU with the SKU on the token. Also, just for items which are placed in the rack (I paint a new slot label).

Also, I'm creating token per row in the table.


240509-outbound-v2-3_1.fsm

0 Likes 0 ·
WH avatar image WH Iago MF commented ·

Hi, Thank you for helping. I was delightful to receive your answer.


I saw your model works perfectly. Also, I tried to check and attempted to edit my model. However, it didn't work and show this error message.
1715587380146.png


I think something is wrong in "Find Item" part, but I can't find any wrong.
In my opinion, Something wrong in Query, maybe "SKU_Name".
Is it correct?
240509-outbound-v2-3_error.fsm

0 Likes 0 ·

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.