question

Troy avatar image
0 Likes"
Troy asked Troy commented

How to make agvs wait in line

I am trying to set up a simple AGV system like below:

1686825128885.png

AGV1 and AGV2 have the same destination, when AGV1 move to control point, I want that another one move together and keep queue, when AGV1 leave, AGV2 continue moving to control point:1686825939727.png

but AGV2 stay at start point until AGV1 leave.

1686826484314.png

Is there a way to make both AGVs wait in line?

Thanks for your help.

agv_queue.fsm

FlexSim 22.2.0
agvnetwork
1686825128885.png (29.5 KiB)
1686825939727.png (36.4 KiB)
1686826484314.png (38.0 KiB)
agv-queue.fsm (34.2 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 Troy commented

Either add more control points or:

  1. change the max number of allocations at the destination
  2. have it deallocate at the next control point
  3. set the agv path to default accumulation
· 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.

Troy avatar image Troy commented ·

Thanks a lot, it works.

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.