question

Natalia T avatar image
0 Likes"
Natalia T asked Braydn T commented

Prioritize Queues in the AGV

ej-ruta-tren-autosave.fsm

Hello, I would like to prioritize the AGV, the Task Executer is picking up the boxes on the queues that first create boxes, but I want it to pickup the boxes in order, and leave them all in Queue 33.

Choose One
agv path
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

Hey @Natalia T

What order do you want the Task Executor to pick the boxes up in? The best way to implement this would be the AGV Process Flow, which you can read about in the tutorial here:

https://docs.flexsim.com/en/19.1/WorkingWithTasks/AGVNetworks/KeyConceptsAGVNetworks/

The Task Executor chooses its next tasks based on the order that they arrive into its network (First in, First out) so depending on the order you want to pick them up in, there are a couple ways you could do this.

One way is to have the task executor look at the control point when it reaches it and see if there is available work and if there is load it. This would be the easiest, but would only work if you want to pick them up in the order that they are in, and if you have a maximum capacity on the Task Executor, this will create problems because the Task Executor will get loaded up to max capacity on the first few Queues, and then never load work from the last Queues because it will be full and heading to Queue 33 by the time it reaches them. This could be what you are trying to simulate though.

The other option is pushing all available work to a list, and then having the Task Executor pull from the list in whatever order you like using the query field in Process Flow. Let us know which order you want to pull in, and if you are having trouble understanding the tutorials.

Thanks!

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

Braydn T avatar image Braydn T commented ·

Hey @Natalia T

Do you still need help with this?

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.