question

GRodea avatar image
0 Likes"
GRodea asked Jeanette F commented

Allocation and pick up of the items with the ASRS from the same aisle

Hello,

I have been trying to use the ASRS in the FIN area but they are mixing aisles: ASRS is doing putaway in random aisles as well as the Picking. What am I missing to fix this? I already updated the label

  1. token.Slot?.as(Storage.Slot).aisleID

But still doing the same issue

Thanks for your suggestions!

WH model_change to ASRS.fsm

FlexSim 23.2.1
pickingasrsputaway
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @GRodea, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

You need to focus on the exceptions in your model first. I deleted the malformed statsCollector that is spewing exceptions, but then still get exceptions - the first being:

time: 27.400592 exception: Label property ARSR retrieved on token "id:2013". Label does not exist. At activity FIN Storage & Picking/Putaway/Travel in process flow "ProcessFlow".

This tells you the problem, is that the token doesn't have a label "ARSR" at the travel activity. It does have one called "ASRS" so it's just a spelling mistake.

The issue here is allowing many exceptions to pass in the model and not detecting important ones as a result. As I explain here, you should never allow exceptions in your models.

5 |100000

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

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.