question

Kauan santos avatar image
0 Likes"
Kauan santos asked Jeanette F commented

How to use the same list for two outputs

Hello,

I have a simulation that I would like to be using a priority list, in this case in my source 1 I have 3 different types of products that each product goes to one side, I would like to create a list when my models enter processor31 and using the FIFO method in the same order that they entered processor 31, they exit processor30 and processor39. Just to make it clearer, processor31 ends up dividing the products into two parts, but at the front these products come together. The idea is to use a priority list so that the output is the same as the output.


1719497124577.png


arquivonovo.fsm

@Felix Möhlmann

FlexSim 23.1.0
proces flowlist pull from listfifo
1719497124577.png (510.3 KiB)
arquivonovo.fsm (8.7 MiB)
· 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.

1 Answer

Vothan Salomão avatar image
0 Likes"
Vothan Salomão answered Felix Möhlmann commented

Hello, Kauan! How are you? Reviewing your model, I noticed that you are using dispatchers to manage tasks. To achieve the desired outcome more efficiently, I recommend replacing the dispatchers with task sequences in ProcessFlow. This will make it easier to create a task list following a FIFO (First In, First Out) rule, ensuring that tasks are executed in the same order that products entered processor31.

You can then set up task executors to process the items following the order of the list, from oldest to newest. This approach ensures that even after the products are split into two different streams at processor31, the final products are reunited and exit the outputs in an organized manner and as they entered, maintaining consistency throughout the process. If you need more details on how to configure this in ProcessFlow or have any other questions, I'm here to help!


· 3
5 |100000

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