More items being created than intended

More items being created than intended

Aaupadhye
Not applicable
16 Views
5 Replies
Message 1 of 6

More items being created than intended

Aaupadhye
Not applicable

[ FlexSim 24.2.3 ]

699flatsorter-automatedcartonopener.fsm

Hey all,


I am using a processor (which would be an automated carton opener) to move the carton to the takeaway line and move all the individual items to the intended conveyor. The issue I am having is that I am only expecting one item to come out on to the conveyor, however, it is spawning in another item and another carton at the takeaway line for some reason. I tried stepping through the process flow and was a little confused on why more physical items were being created.

Thanks,

Amit

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

zac_higleyQBKLZ
Autodesk
Autodesk
Hi Amit,


Could you explain a little more on your issue? Maybe using screenshots to show what you are confused by?
As of right now the Process Flow has a "Wait for Event" activity that is listening to the Processor1 when it finishes. The process flow then moves the tote to a conveyor and the box to another.

0 Likes
Message 3 of 6

Aaupadhye
Not applicable

I have the quantity of each tote to only contain 1 box in it. The issue I am having is that on the wait for event activity, it is seemingly creating a duplicate token which is in turn creating another unwanted box and unwanted carton in their respective locations (as shown in the screenshot, there are two boxes on the conveyor next to the decision point and two totes on the takeaway line, but it should be one on each).

annotation-2025-02-11-141015.png

0 Likes
Message 4 of 6

emily_hardySTLSK
Autodesk
Autodesk
Accepted solution

I believe that the issue is stemming from a small error on the Wait for Event activities:

1739312345845.png

When Processor1 fires On Process Finish, it will release all tokens at the Wait for Event. In order to only release the token that actually triggered the Processor1/On Process Finish, you want to put in the name of the label (which you did) and then select "Match" (which is missing).

1739312414495.png

You'll want to do the same on your other Wait for Event.

699flatsorter-automatedcartonopener_Edited.fsm

Message 5 of 6

Aaupadhye
Not applicable
Thank you for the explanation, that helped a lot!
0 Likes
Message 6 of 6

emily_hardySTLSK
Autodesk
Autodesk

Glad it helped!

0 Likes