question

Idoia A avatar image
0 Likes"
Idoia A asked Idoia A commented

Error in loading task

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

load items
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

·
christian.n avatar image
0 Likes"
christian.n answered Idoia A commented

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:

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

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.

I hope this helps.

Best regards
Christian
FlexSim Nordic


screenshot-1.png (24.2 KiB)
screenshot-2.png (19.8 KiB)
screenshot-3.png (52.7 KiB)
· 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.

Idoia A avatar image Idoia A commented ·

Thank you for the quick answer, it worked.

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.