Problem with wait for event

Problem with wait for event

julio_r
Not applicable
34 Views
5 Replies
Message 1 of 6

Problem with wait for event

julio_r
Not applicable

[ FlexSim 17.2.0 ]

I'm working on a logic and is working fine except for a little detail.

First, a tote is created and transported to a conveyor, where it travels to a Decision Point where it stops, is filled with a random number of items (duniform) and continues to the next point where the cycle repeats.

The cycle is finish when there is no more Decision Point. Until this all works fine.

There is a condition where if the box is filled beyond a certain number, the tote is placed in a second conveyor and the operator goes for another tote and continues in the next decision point. The problem here is that the tote stops one Decision Point before is supposed to, but the strange thing is that the reference for the decision point (called estacion) works fine, because the objects being picked are on the right rack.

Here is the model:

pickingexample.fsm

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

JordanLJohnson
Autodesk
Autodesk
Accepted solution

Are you on 17.2.1? There was a bug with the Wait for Event, that was fixed from 17.2.0.

.


Jordan Johnson
Principal Software Engineer
>

0 Likes
Message 3 of 6

Jacob_Gillespie
Autodesk
Autodesk

It works for me in 17.2.1, Jordan is probably correct that it was a bug in 17.2.0. I did notice that you are getting totes from queue1 but it is sometimes empty which causes an invalid Load activity to happen. To fix this you just have to check the content of the queue and if it is empty use a Wait For Event to wait for a tote.

Message 4 of 6

jeff_nordgren
Not applicable
@Julio R

The model does seem to work in 17.2.1.

0 Likes
Message 5 of 6

julio_r
Not applicable

I was using the 17.2.0. It may be that. I´m going to try it with the new one. Thank you!!

0 Likes
Message 6 of 6

julio_r
Not applicable

I tried it on the 17.2.1 version and it works fine. Thank you!

0 Likes