Hi,
I could not batch my order together based on my order no in the global table.
Thanks
Hi,
I could not batch my order together based on my order no in the global table.
Thanks
@Luigi F2 can you explain what you are wanting the model to do as far as the batching? The model stops because you don't have enough resources after you acquire the first one.
Here is a model that does what you want:
order-picking-by-orderno-v2.fsm
It has this process flow:
This flow creates one token per row of the global table. Then it uses a batch to merge tokens from the same order into a single order token. The order token acquires the operator.
Once the order token has an operator, it is ready to begin picking. To do picking, the order token creates one token per SKU. The SKU token creates one token per item of that SKU, which is the pick token.
Each pick token tries pull and item from the list that has the correct SKU. Once all pick tokens have pulled an item, the pick tokens are then batched into groups of up to 10 (the operator limit), and merged into a single token, which represents each trip the operator must make to pick the order.
For each trip, the trip token creates a task sequence that travels to and loads all the items, travels to the staging area, and then unloads all the items. Then, this task sequence is dispatched to the operator. Some orders will require multiple trips, and so will end up creating multiple trip tokens. The operator will do task sequences in the order they are received.
My guess is that you will want to modify and expand on this model. Before doing that, I recommend making sure you understand how this model works fully before proceeding.
Hi @jordan.johnson,
I have went through the model and made some changes, and I have noticed that the operator is not picking in sequence (example, from sku 1 - 10), he would pick the items from 1-10 in sequence. Currently, the operator is going all over the rack to pick the items.
Kindly advise,
Thank you.
Hi @jordan.johnson,
Please advise on the operator's movement in this model, is it due to the A* navigation issue? As I want the operator to pick along the racks as I noticed that he is picking items from rack 2 but not physically at rack 2 in the model, would that affect on the distance he traveled?
Thank you.
8 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved