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

Shaun G avatar image Shaun G commented ·

I did it! Thanks for help.

Process Flow is really a new thing for me, would you mind explain me for more?

1. Adding operators, e.g.:3 operators pick bins to the racks behind AGV

2. Adding boxes, Now only 1 box is picked to the racks, I'd like to increase to 10 boxed in each racks behind AGV

3. Logic optimization, If the boxes is less than 10 in the rakcs, AGV should stop and waiting for the operators bring boxes. When the box number is 10, AGV runs again.

0 Likes 0 ·
tannerp avatar image tannerp Shaun G commented ·

@Shaun G,

Generally, a good practice on the Answers forum is to create a new post when you have additional questions. That way, more users will see the new questions. Unfortunately, your additional questions on this post haven't been seen because the answer is already accepted. I suggest asking a new question. Thanks!

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.