Use a combiner with process flow

Use a combiner with process flow

oscar_c13
Not applicable
261 Views
5 Replies
Message 1 of 6

Use a combiner with process flow

oscar_c13
Not applicable

[ FlexSim 21.2.2 ]

I have 3 sources that create 3 items. I want to combine them in a combiner using the process flow, but if the operator introduces a box in the combiner, it already starts working.
I´m also not very clear on what to do when i have 3 tokens.

Prueba.fsm

0 Likes
Accepted solutions (1)
262 Views
5 Replies
Replies (5)
Message 2 of 6

roi_sn
Not applicable
Accepted solution

Hello @Oscar C13, take a look at the attached model. I recommend you not to use the Combiner object when modelling the batch process by using Process Flow. In fact, I have used a generic queue to model this activity.

Also, pay attention at how I used a Process Flow zone to model the processor´s capacity.

prueba_1.fsm

0 Likes
Message 3 of 6

oscar_c13
Not applicable
But if I want the 3 boxes that were in the queue to become a single box of another color? How do i handle it?
0 Likes
Message 4 of 6

roi_sn
Not applicable

HI @Oscar C13, then you shoud destroy two of the three boxes and change the first box visual. Take a look at the attached model and how this can be done with Process Flow.


prueba_2.fsm

0 Likes
Message 5 of 6

oscar_c13
Not applicable

¿Puedes decirme por qué no me funciona? el operador no va a MesaEnzima después de colocar el primer elemento en el reactor (el reactor es una cola). Creo que hice lo mismo que su modelo.

Prueba2b.fsm

0 Likes
Message 6 of 6

roi_sn
Not applicable

No estás liberando correctamente al recurso operario. Si te fijas, cuando haces cualquier Acquire, la referencia al recurso la estás guardando en token.operator y cuando lo liberas, te estás refiriendo a token.resource. Deberías cambiar todos los Release:

1632820471969.png


0 Likes