question

Donia M avatar image
0 Likes"
Donia M asked Donia M commented

Operator put an item under an agv

Hello,


I am trying to create an example where the operator should load item from the queue and unload this item under thhe AGV with Process flow.

I have a problem when simulating the model.

Thank you in advance for your help

Here the example attached : operator put an item under agv.fsm

FlexSim 22.0.1
agvoperatorunloadagv load
· 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.

Allister Wilson avatar image Allister Wilson commented ·

Your attachment seems to be broken, could you upload it again?

0 Likes 0 ·
Donia M avatar image Donia M Allister Wilson commented ·

Here the attached file.

Thank you.operator put an item under agv.fsm

0 Likes 0 ·

1 Answer

·
Allister Wilson avatar image
1 Like"
Allister Wilson answered Donia M commented

In your model, you're asking the operator to load the item referenced by token.Box, but you never actually create that label or assign anything to it.

I moved things around so a single token now creates the item, storing a reference to it on token.Box, then handles the AGV and operator tasks.

In a real model, you would probably want to use a list, or some other method to fetch a reference to an item before attempting to transport it.
This tutorial in the manual provides a few different options : Tutorial 1 - Task Logic Tools (flexsim.com).

operator-put-an-item-under-agv.fsm


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

Donia M avatar image Donia M commented ·
Thank you a lot!
0 Likes 0 ·

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.