question

Reggie A avatar image
0 Likes"
Reggie A asked Braydn T commented

Parking lot Drive Thru

I am looking to determine the best route to model the process of a fast food drive through.
Would AGVs be the best route or an item flow with cars as models?

We'd have a route for cars going through the drive through path & parking lots for customers dining in or picking up a take-out order.

FlexSim 19.0.0
parkingcarsdrive thruretail
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

·
Braydn T avatar image
0 Likes"
Braydn T answered Braydn T commented

@Reggie A
I think we might need a little more information to give you a good recommendation. Are you just trying to model the drive through, or the whole restaurant? Are you trying to see the best layout for the parking lot? Could you give us an idea of what data you will have, and what you are trying to get out of it?

I'll give you a recommendation based on what I think you might be looking for. If you are trying to see the way to get the most people through the drive through in a realistic way, I would use NetworkNodes, and A*. That way they will avoid collisions with each other, and you can have them randomly acquire network nodes for parking spots.

If you could give us a little more detail about exactly what you are trying to accomplish, I would be happy to hep you find a great solution.

· 7
5 |100000

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

Reggie A avatar image Reggie A commented ·

@Braydn T

Thanks for jumping in to help! Certainly I can give a lot more details here.

We're looking to measure the efficiency of different traffic patterns for the parking lot. We're looking at a 2 lane drive thru that merges into 1, but also having a lane separate for cars parking to go inside the restaurant. Not really looking for simulating the interior processes inside the restaurant, just the traffic patterns for the drive-thru and parking situation.

The data I have access to includes quantities of drive thru orders per hour, average wait time at the order screen, average wait time for drive thru order to be completed, as well as quantities of pick up and dine in orders per hour (to help with cars that will be parking instead of going through the drivethru).

My goal is to compare a few different traffic pattern ideas to help with any bottlenecks in the drive thru or with the complexity of cars needing to navigate around to park.

0 Likes 0 ·
Braydn T avatar image Braydn T Reggie A commented ·

@Reggie A

OK, I think AGV's will be your best bet. It would probably be easiest to use Process Flow to figure out your logic. I would create a source that generates a Task Executor and puts them on the on the AGV path. You can randomly assign a label to the AGV on creation that will determine if its a drive through or pickup order, and which AGV path it will go down. You can utilize AGV parking spots for the pickup parking spots. I would go over the AGV tutorial before you begin, since that will make this part really easy. For the drive through, I would have the AGV's line up at a control point. when they arrive I would create a box, have it go through a processor that you have set up to have a statistical distribution for the processing time. Once its ready it will go into another queue, the AGV picks it up, and heads to the exit. If you have the control point where they "order" be in a different spot that the pickup, then you can split them into 2 lanes simply. Let me know if you have more questions about this!

0 Likes 0 ·
Reggie A avatar image Reggie A Braydn T commented ·

@Braydn T Thanks so much for the guidance here. Will make sure to check out the AGV tutorials as well as task executor/Process flow tutorials.

Thanks again!

0 Likes 0 ·
Show more comments

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.