Error in loading task

Error in loading task

idoia_a
Not applicable
86 Views
2 Replies
Message 1 of 3

Error in loading task

idoia_a
Not applicable

Hello,

I have a simple task sequence in which I want a transporter to load items in a queue, then travel to another queue, delay, and then unload in another plane. I have used process flow, the items created in the source are pushed to a list. For the task sequence items are pulled from the list and a resource is used for the transporter. It seems like I am referencing the item wrong as I cannot get the load task to work but I have not been able to find the right way to reference it(I have tried token.pulled/token.pulled.item). I attach model in the message.ts-loading-unloading.fsm

Thank you in advance,

Idoia

0 Likes
Accepted solutions (1)
87 Views
2 Replies
Replies (2)
Message 2 of 3

christian_norregaard
Not applicable
Accepted solution

Hi Idoia

I had a look at your model. I think you are correct - the problem is in the item referencing.

You create the token when the item is created, but as you do so, you need to assign an item reference to the created token. This is done as shown below:

17440-screenshot-1.png

Then you should push a reference to the item to the list in stead of the token itself:

17441-screenshot-2.png

When that is done, the model works. I am not sure it is the upgrade from FlexSim 17 to FlexSim 19, but your fork lifter seems to be moving very fast, and that may cause some trouble.

17442-screenshot-3.png

I hope this helps.

Best regards
Christian
FlexSim Nordic

0 Likes
Message 3 of 3

idoia_a
Not applicable

Thank you for the quick answer, it worked.

0 Likes