question

Amit Kulkarni avatar image
0 Likes"
Amit Kulkarni asked Amit Kulkarni commented

Wait for Event and Synchronize activity

@matt.long

In this post, I implemented the logic in a separate model, where the pallet and support board travel on the same conveyor as opposed to tow separate conveyors.

I am trying to wrap my head around the wait for event activity on the board side. The pallet arrives at the station, gets lifted and waits for the board. The wait for event activity then listens to OnArrival trigger on the decision point and should match the label on the incoming item, "Board".

The token gets stuck at this activity and the second Synchronize activity then waits for this token to get released.

I understand that in your model, the wait for event activity listens to the decision point which is on a separate conveyor than the station. Am I referring to the correct token the enters the wait for event activity on the board side?

PSBv4.fsm

Regards,

Amit

FlexSim 20.1.3
flexsim 20.1.3wait for eventsynchronize
psbv4.fsm (58.6 KiB)
· 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

Brandon Peterson avatar image
0 Likes"
Brandon Peterson answered Amit Kulkarni commented

@amit.k2,

The reason that the token get stuck in the Wait for Event activity is because the activity is waiting for the pallet to arrive at decision point D2. However, the pallet has already arrived and therefore cannot arrive a second time to trigger the event. I would suggest changing the sequencing of your process flow to ensure that the token arrives at the activity before the pallet arrives at the decision point. Another option would be to insert a decide activity before the Wait for Event to check and see if the pallet has already arrived at the DP. If it has then you could skip the Wait for Event activity.

I hope this helps,

Brandon

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