question

jorge code avatar image
0 Likes"
jorge code asked Joseph Gillespie commented

How to make the items (people) pass by themselves in processflow?

2-cajeras.fsm

hello good night, my question is how to make the items pass alone, it makes me an error if I put the same item to be transported (annex photo), I want that 2 item people to pass to the slow queue to the slow box 2 people pass and then attend to 5 people in the fast box, but it makes me a mistake.


FlexSim 18.2.3
process flow
error.png (192.3 KiB)
2-cajeras.fsm (6.1 MiB)
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

@jorge code

I have been unable to recreate the error in 20000 seconds of model time. Is this the same model that has the error?

Based on your explanation, you want two people to pass from the fila lenta to the para lentos, and then you want 5 people to be attended to in the para rapidos? Does that mean you want 5 people to move from the fila lenta to the fila rapida after it process 2 people? Or do you want it to Process 5 people in the para rapidos in the same amount of time it takes to process 2 people on the fila lenta? Do you want the fila lenta to process 2 people at a time, and that's when it is throwing the exception?

The error you are getting means the unload task in your Process Flow for the fila and para rapida (the process flow block on the left) has an invalid reference. In other words, one of the fields is trying to reference something that either does not exist or that is referenced incorrectly.

If you can send me a model that recreates the exception I can help you fix it better. Feel free to tag me when you reply so I see it first. Also, I would recommend adding a sink to the end of your Process Flow so that the tokens go into the sink, instead of sitting on the release task.

· 4
5 |100000

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

jorge code avatar image jorge code commented ·

@Braydn T

hello thanks for the help, an apology I was wrong as a model, if what I want is to go first 2 slowly and then 5 quickly, but I get that error.
annex the model


error.fsm
0 Likes 0 ·
error.fsm (6.1 MiB)
Braydn T avatar image Braydn T jorge code commented ·
@jorge code

I have fixed the exceptions, The extra source you had was causing the exception. I also changed the right Process Flow Label to be just personas, for consistency.

I am still unsure about exactly what you are trying to get your model to do. Do you want the para lentos to process 2 slowly and then 5 quickly?

jorge-edit.fsm

0 Likes 0 ·
jorge-edit.fsm (6.1 MiB)
jorge code avatar image jorge code commented ·

@Braydn T

thank you.

yes, I want it, Operator 2 processes two items in process 2 and then the same operator 2 passes it to the fast processor and processes five items, and when it finishes that, it goes back to the slow process

Learn to pronounce
0 Likes 0 ·
Braydn T avatar image Braydn T jorge code commented ·

@jorge code

So do you want Operator2 to just go and stand by Operator1 and do nothing? Do you want to process 2 people at a time? Do you want para rapidos to not be processing until the operator arrives? I am a little unsure about exactly what you want, because just doing this right now won't speed up your process, only make it more ineffecient.

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.