question

Aaupadhye avatar image
0 Likes"
Aaupadhye asked Emily Hardy commented

More items being created than intended

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

FlexSim 24.2.3
process flowprocessor
· 2
5 |100000

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

zacharyh avatar image zacharyh ♦ commented ·
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 0 ·
Aaupadhye avatar image Aaupadhye zacharyh ♦ commented ·

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

1 Answer

Emily Hardy avatar image
1 Like"
Emily Hardy answered Emily Hardy commented

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


· 2
5 |100000

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

Aaupadhye avatar image Aaupadhye commented ·
Thank you for the explanation, that helped a lot!
0 Likes 0 ·
Emily Hardy avatar image Emily Hardy ♦ Aaupadhye commented ·

Glad it helped!

0 Likes 0 ·