question

Aditya_thiru avatar image
0 Likes"
Aditya_thiru asked Felix Möhlmann answered

Model breaks at 60 min, Task Error

Hello,

The attached model runs well but at 3581.37, I get the below task error. Could you please help me understand why this is happening?
I noticed some of the bins are not purple even after completing through the combiner, is that the reason the ASRS system is unable to handle and generating this error? Thank you for your help
Robotpickandinspect_25.fsm

1744593574757.png

FlexSim 25.0.4
task errorasrs task errormodel break
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

The tokens of faulty items shouldn't continue in the flow, since those items are sorted into a different rack and stay there. It can happen that two tokens get assigned the same tote, if a second tote is generated (and thus a pair of tote and item completed) before the previous one has left the combiner. This then leads to the error, because the tote won't exist anymore when the second of those tokens tries to move it out of the rack. To prevent this, you could simply wait for an item to exit Queue8 before letting the token continue.

The Wait for Event activities in the activity blocks that move the totes in and out of the racks currently just serve as delays. The tokens have to acquire the ASRS as a resource, so only a single tokens can be present at a time and thus the event of another token exiting the Run Sub Flow can not happen.

robotpickandinspect-26.fsm


5 |100000

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