question

Ajay M avatar image
0 Likes"
Ajay M asked Ajay M commented

How to make AGV wait and load untill a processor finish a batch of items

Hello all,

I'm using process flow and AGVs to carry out some batch loading and unloading activities.

AGV doesn't wait for the entire batch to be processed before delivering a batch of items to a processor. I also used the "wait for event" command, selected the processor's output queue, and then the AGV picked only a few items before moving on to the next queue. For a better understanding, refer to the attached image.

1670932546144.png

I'm seeking for a solution that should allow the AGV to wait until the entire batch has been processed, loaded into the AGV, and then unloaded into the following connected queue.

Here is the Model Batching logic.fsm

FlexSim 22.2.3
agvprocess flowbatchingwaitforevent
1670932546144.png (112.7 KiB)
batching-logic.fsm (48.3 KiB)
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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Ajay M commented

There are a number of ways to approach this and simplest 'fudge' is to batch the tokens (in the 'sync' activity attached).

Really each step should be a subflow since then the parent token waits until all child tokens are completed.


batching-logic_jl.fsm


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