question

Aaupadhye avatar image
0 Likes"
Aaupadhye asked Natalie White commented

Process Flow Approach

Hi,


So I want to edit parts of my logic but I am not sure about the approach. Instead of having 1 item per order buffer, I want to have up to 30 items per order buffer and one box be created per item. This would create a buildup of boxes on the conveyors so that way the operator is not constantly waiting for boxes. I also want the operator to only pack 1 item into 1 box. Any help would be appreciated.

WCOCModelDraft6.fsm

Amit.

FlexSim 23.0.8
processflowlogic
wcocmodeldraft6.fsm (176.6 KiB)
· 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.

Julie Weller avatar image Julie Weller commented ·
Hey @Aaupadhye! What's the current behavior of the system, just so we can get an idea of what it does now and how to change it?
0 Likes 0 ·
Aaupadhye avatar image Aaupadhye Julie Weller commented ·

The system right now sends a single item from the dynamic buffer into one of the order buffers based on percentage. This then triggers a box to be sent and routed to the corresponding station where the order buffer is. If there is already one item in one order buffer, the system then moves the next item into the other order buffer instead and triggers a box to be created and routed to this. The model works fine and there are no errors, however, I want to change some of the logic.


I want up to 30 items to be able to stack up on each order buffer instead of just 1 on each. This would then trigger 60 boxes to be created per each conveyor system. I want the operator to keep packing 1 item per box. In summary, I want more than one item to be able to be stacked on an order buffer, while still having the operator pack 1 item per box. I also want the box to be routed correctly according to which pack station the item arrives at.


1 Like 1 ·
Natalie White avatar image Natalie White Aaupadhye commented ·
Perhaps instead of aquiring the order buffers as a resource, you could route items to either of the buffers with a Decide activity. Then, you can set a limit of 30 on the max content of your queue. Since you no longer need to aquire the buffers, they won't be restricted to only holding one item at a time.
0 Likes 0 ·
Show more comments

1 Answer

·
Natalie White avatar image
0 Likes"
Natalie White answered Natalie White commented

Amit, apologies for the delay.

To create the logic you described, I used "Assign Labels" activities. Half the items are assigned labels corresponding with pack station A, and half with pack station B. Several activities within the process flow then needed to be adjusted. I changed the process flow for the first conveyor system (which handles the small boxes) and the example model is attached. Let me know if this is the behavior you are looking for.

wcocmodel.fsm

Also, I am happy to explain this process flow further if there is any confusion on your end.


wcocmodel.fsm (176.3 KiB)
· 5
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 ·
This is the behavior I was looking for, thank you!
0 Likes 0 ·
Aaupadhye avatar image Aaupadhye commented ·
One last thing, sometimes the operator packs an item on before the box hits the queue. Is there a fix for this or is it just a glitch?
0 Likes 0 ·
Natalie White avatar image Natalie White Aaupadhye commented ·

Yep, you'll need to edit the properties of the Wait for Event activity so that the token can associate this event with the correct box. You do this by matching the label on the entering item.

1689279764384.png

The reason you were seeing this error is because multiple tokens were already in the Wait for Event activity. When one box entered the pack station, all tokens in the Wait for Event activity were released to their downstream activities, even though only one box had arrived.

0 Likes 0 ·
1689279764384.png (28.7 KiB)
Aaupadhye avatar image Aaupadhye Natalie White commented ·

wcocmodel.fsm


So I tried repeating the same process flow except on the second conveyor system, and it is not working like the first one. I stepped through the model and tried to see where it was going wrong, and I just copied the same flow basically so I am confused why the boxes aren't routing properly and why the operators aren't working either.

0 Likes 0 ·
wcocmodel.fsm (175.5 KiB)
Show more comments

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.