question

IV avatar image
0 Likes"
IV asked IV commented

Operator only Pick one Item and not in right sequence

Hi, I am a student. I want Operator to pick items one by one based on global table (picklist) and follow the order of items id. The item list was already pulled from global table, but operator only pick one item and not continue with others item in list. Operator also not pick item from first item on list.

Simulasi PIck & Pack - Pick per PN (3).fsm

FlexSim 22.1.0
process flow
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 IV commented

- The items with Id 32 are created before the others, so the respective token can fulfill the pull first and acquires the operator first. Either introduce a small delay before the tokens start to pull or check the "Allow Multiple Pushes Before Back Order Fulfillment" option in the list properties.

1669883069236.png

- You are not releasing the operator, so the waiting tokens can not acquire the operator after it has finished with the first batch.

- Depending on what exactly you mean by "One by One", you might to activate the "Run Tokens One at a Time" option in the "Run Sub Flow" activity, so the operator loads one item, unloads it and then moves on to the next.

1669883254495.png

- Another note: You might want to remove the Travel activities with the item as target location since they cause the operator to walk up into the air. The Load and Unload activities will automatically create offset travel tasks to move the operator close to the item's location on ground level.


1669883069236.png (8.5 KiB)
1669883254495.png (11.0 KiB)
· 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.

IV avatar image IV commented ·
Thank you so much
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.