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.

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.