question

Alessandro C avatar image
0 Likes"
Alessandro C asked Alessandro C commented

Como criar um processo de decisão em uma fila

Boa noite.

Sou iniciante ainda no FlexSim e gostaria de pedir uma ajuda. Estou realizando a modelagem de um estacionamento e surgiu uma duvida em como poderia realizar um processo de decisão em uma fila, englobando a analise de vários itens para decisão.

Descrevendo a imagem: O veículo é gerado pelo Source, e segue para um fila (ai que surge o problema), Na fila o veiculo tem 3 caminhos a serem analisados.

- A primeira analise seria analisar se todos os Processors (Eu gostaria de seleciona-los, tanto do lado direito como esquerdo) estão ocupados, se todos estiverem ocupados o veiculo (item) segue para o caminho do meio.

- Caso a analise retorne que existem Processos livres (em qualquer um dos lados), o veiculo (item) é direcionado para o lado com maior numero de Processors livres.

modelo-estacionamento.jpg

Muito obrigado!

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

In English:

Good night.

I'm new to FlexSim and would like to ask for help. I am conducting a parking lot modeling and there is a doubt as to how I could perform a decision process in a queue, encompassing the analysis of various decision items. Describing the image: The vehicle is generated by Source, and goes to a queue (where the problem arises), In the queue the vehicle has 3 paths to analyze. - The first analysis would be to analyze if all Processors (I would like to select them, both right and left) are busy, if all are busy the vehicle (item) goes to the middle way. - If the analysis returns that there are free Processes (either side), the vehicle (item) is directed to the side with the largest number of Free Processors.Thank you!

0 Likes 0 ·

1 Answer

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

@Alessandro C

I think your best option would be to use Process Flow. You can make the Processors into Resources, and query them to get them in the order you would like. I would create three Resource Groups, and then try and acquire them in the order you want.

Here are some tutorials on Process Flow if you are not familiar. Process Flow Tutorials

I would recommend going over them if you have not used Process Flow before since it is a very powerful tool.

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

Braydn T avatar image Braydn T commented ·

@Alessandro C Did this solution work for you? If so, could you please click the accept button? If not, is there anything else we can do for you?

Thanks!

0 Likes 0 ·
Alessandro C avatar image Alessandro C commented ·

Thanks Braydn T!

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.