question

Shaun G avatar image
0 Likes"
Shaun G asked tannerp commented

Picking boxes from one rack to the rack bring by AGV

agv-picking-training.fsm

AS the attachment draft model,

Source 1 will output racks and storage in queue1, and AGV will pick the rack

When AGV bing the rack near the rack 2, the operator will pick the boxes from rack 2 to the rack behind the AGV

I'd like to ask help for finish the process than picking boxes from rack 2 to the rack behind the AGV

FlexSim 19.2.1
agvwarehousepickinglogisticssorting
agv-picking.png (429.8 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

Benjamin W2 avatar image
2 Likes"
Benjamin W2 answered tannerp commented

Hi @Shaun G,

Here is one way to implement this. Draw a control area in the area where you want to activate the picker. Then, you can implement your logic using process flow.

  1. In the Event Triggered Source activity, select the eyedropper and click on your control area. In the dropdown menu, click "OnAllocated". Then in the label assignment, assign a label named AGV.
  2. For your Resource, click the eyedropper and click on your picker in the 3d model.
  3. Connect your Acquire to your Resource
  4. For your Load activity, fill in the following fields:
  5. For the Travel activity, have token.resource travel to token.AGV.
  6. For the Unload activity:

This should give you the behavior you are looking for.

load-while-moving.fsm


unload.png (38.5 KiB)
pfpic.png (41.5 KiB)
eventtriggered.png (25.4 KiB)
load.png (32.1 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.