AGV control point schedule

AGV control point schedule

bhargava_s
Not applicable
5 Views
22 Replies
Message 1 of 23

AGV control point schedule

bhargava_s
Not applicable

[ FlexSim 18.2.0 ]

Hi, I am trying to use AGV for first time. I have two pickup points and two drop off points where it runs in a 3 hour cycle. Like from pickup 1 to go around and come back it should be 3 hours. Is there anyway we could assign a schedule to the agv or assign times between control points ?

0 Likes
Accepted solutions (1)
6 Views
22 Replies
Replies (22)
Message 2 of 23

joshua_s
Not applicable

Is the AGV constantly moving? If so, is what you are trying to set the speed of the AGV? If not, is the schedule you are trying to create pulling the AGV to the pickup point every 3 hours?

0 Likes
Message 3 of 23

bhargava_s
Not applicable

Hi Joshua, It should pull to the pickup point every 3 hours. There are two pickup points in the loop i created

0 Likes
Message 4 of 23

bhargava_s
Not applicable

AGV need not move constantly. But it should pickup and drop off every 3 hour cycles.

0 Likes
Message 5 of 23

joshua_s
Not applicable
Accepted solution

Here is a very simple example of what I think you are looking for.agv-schedule.fsm

0 Likes
Message 6 of 23

bhargava_s
Not applicable

Hi Joshua,

Thanks for the help. Please find my model attached. I tried creating some agv sub flow using tutorial and it ended up the way it is. In this case when the items are picked from que_HUPPAV_Load soiled it should come back to that location in 3 hours in between it drops at point 2 then picks up at point 3 then drops at point 4 and reaches 1 again. Similarly it should be the case for all other points. like 3 hour cycles. could we do that ?

0 Likes
Message 7 of 23

bhargava_s
Not applicable
0 Likes
Message 8 of 23

bhargava_s
Not applicable

Hi Joshua,

Good morning! I tried using your model. I increased maximum capacity of AGV but it is still picking only 1. Is there anyway to change to pickup anything available to the max capacity set ?

0 Likes
Message 9 of 23

sam_stubbsYXX86
Community Manager
Community Manager

agv-schedule-2.fsmSince you are using Process Flow to control the loading of items, the AGV's carrying capacity is ignored. Instead it's just the amount of item you are pulling from your list that will be loaded.

14631-pullcarrycapacity.png

0 Likes
Message 10 of 23

bhargava_s
Not applicable

Hi Sam,

I tried using your model again. Even though it is picking 2 at a time but it only dropping 1 box and bringing back other. Is there any way to change that ?

0 Likes
Message 11 of 23

sam_stubbsYXX86
Community Manager
Community Manager

Do the same thing on the unload. I just changed the load, not the unload. Have the AGV travel to the destination Replace the unload activity, with a move objects activity, and move the boxes (token.pulled) to the destination.

0 Likes
Message 12 of 23

bhargava_s
Not applicable

Thanks sam! That works. I have one last question for this. This is waiting until required tokens are generated and then picking up and dropping it. In our case we need to follow schedule. Like pickup should happen every 3 hours, should pickup what ever is available up to 21. Is there a way to do that ?

0 Likes
Message 13 of 23

sam_stubbsYXX86
Community Manager
Community Manager

Yeah just change the logic so that the pull requirement asks for a high amount, but only requires 1. It will grab everything in the queue. The Schedule itself should already be handled by @Joshua S's scheduled source.

0 Likes
Message 14 of 23

bhargava_s
Not applicable

Yeah, i did change the logic. Looks like the schedule is not working it is waiting for requested number to show up in the queue.

0 Likes
Message 15 of 23

bhargava_s
Not applicable

Hi Sam / Joshua,

Any ideas on how to make that scheduling work ? I tried changing logic but it didn't work. It is waiting until required number is generated and picking up instead of following its schedule.

0 Likes
Message 16 of 23

joshua_s
Not applicable

Can you upload the model you are currently working on and made changes to?

0 Likes
Message 17 of 23

bhargava_s
Not applicable

Hi @Joshua S please find the model attached.

14632-agv-schedule-2-2-autosave.fsm

0 Likes
Message 18 of 23

joshua_s
Not applicable

I can't open the file you sent, says it's corrupted

0 Likes
Message 19 of 23

bhargava_s
Not applicable

test-model.fsm

Hi @Joshua S. Hope it works now. PFA

0 Likes
Message 20 of 23

joshua_s
Not applicable
@BHARGAVA S

You still have a high number on your required amount for your pull from list, so it is still waiting for 21. You can still have the request high, but keep your required to 1 so that it will follow your schedule.

0 Likes