question

Mohamed Eldakroury avatar image
0 Likes"
Mohamed Eldakroury asked Mohamed Eldakroury edited

AGV basic template - change work generation

Here is a demo model that represents my larger model. There are two AGV and when you run it, you will notice that the second AGV never picks up an item. I modified the logic so that every AGV picks up a flow item then stay with the item until it finishes processing.


I know why this is happening. Since the pushing to AGV work list only happens when the queue is sending the flow item to port, it doesn't happen when the queue is blocked. So, when the second AGV arrives at control point connected to the queue, there is not flow item to load because the queue is blocked by the following processor and the AGV Work list is empty.

I want to change this behavior and have the AGV load a flow item at any control point even if the queue or processor is blocked, then wait until it gets unblocked.

Any suggestions?


AGV Logic two processors.fsm

FlexSim 23.1.0
agvlistsagv template
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 Mohamed Eldakroury edited

Set the processor capacity to 2.

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

Mohamed Eldakroury avatar image Mohamed Eldakroury commented ·

Thank you. Couldn't have thought of something easier.

0 Likes 0 ·