question

student-loging avatar image
0 Likes"
student-loging asked student-loging commented

AGV unloading to sink

Hello Flexsim community,


I have a problem with my model. I want the last agv, AGV1, to go and drop off its items every time it gets loaded, one by one. Now it just travels to the sink (or NN3) and stops with an error message.

I'll attach my model here:

Thank you for any help!

Testfile 22.03.fsm

FlexSim 24.2.1
agv unload to sink
testfile-2203.fsm (80.3 KiB)
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 student-loging commented

You are overwriting the "item" label with the token that gets pulled from List3. So you are telling the AGV to unload a token which is not possible and causes the error message.

· 3
5 |100000

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

student-loging avatar image student-loging commented ·
Thank you so much for the response. Unfortunately we are not able to locate the problem. Can you describe more specific or maybe attach an updated model?
0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann student-loging commented ·

The source assigns the object that enters the AGV to the label "item".

1743412731985.png

In the Pull From List activity the label is overwritten with the pulled value - a token.

1743412785110.png

0 Likes 0 ·
1743412731985.png (18.0 KiB)
1743412785110.png (21.1 KiB)
student-loging avatar image student-loging Felix Möhlmann commented ·
Thank you! It worked now
0 Likes 0 ·