question

wei-ting L avatar image
0 Likes"
wei-ting L asked wei-ting L commented

How do I batch flow items based on incoming orders?

testing5.fsm

So I am trying to build a model that it automatically batches my flow items according to incoming orders (happens at stage 2).

My attached model shows that everything is smoothed before stage 2.

I try to "combine" my "order info" and "number of flow materials" based on incoming orders.

I want my "queue 2" pulls x number of flow items from "standard cpu queue" depending on "standard CPU_order_info's each order information." Combine them together, so it will be a fulfilled order.

So for example, I have an order coming in (standard CPU_order_info) , this order wants 80 qty of flow item. so I want to process this order by combining this "order_info" with 80 qty of flow item, make it a batch. and it will be stored on a rack. This batch will specifics it has 80 qty of flow items in it.

I have been trying many different ways, but I am stuck. I need help here.

Choose One
batch order picking
untitled.png (173.9 KiB)
untitled.png (134.3 KiB)
testing5.fsm (26.1 KiB)
· 5
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

Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered wei-ting L commented

Please read the manual in FlexSim program: Manual > Reference > 3D Objects > Fixed Resources > Combiner. Read this section completely and several times. You find all answers of your question there. The Batch Size data should be in a global table. The Order is defined by the item label Type. That is the default setting. If you want to change the procedure (item Type, global table, batch size) you have to change the FlexScript code or build a ProcessFlow.

· 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.