question

Miguel Pereira avatar image
0 Likes"
Miguel Pereira asked Eric M commented

Profile Task Sequence Error

Hi,

In a task sequence where the task executors have to load and unload Bags i'm having a Profile Task Sequence Error when i need to load the "2nd time".

When both Task Executors do the first load and unload it's okay but when they reach the load for the 2nd time after a "More Items to Load" = Yes; this prompt error appears:

1625648422365.png

How can i solve it?

Aeroporto.fsm

Thanks, Miguel Pereira.

FlexSim 21.0.5
tasksequencetask executer flowitemtask executor
capturar.png (20.1 KiB)
1625648422365.png (10.1 KiB)
aeroporto.fsm (2.5 MiB)
· 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.

1 Answer

Roi Sánchez avatar image
0 Likes"
Roi Sánchez answered Miguel Pereira commented

Hi @Miguel Pereira, you are trying to load and unload continuously the same item referenced on 'token.BagsIn' label. As Task Executers are unloading this 'token.BagsIn' item in a sink which is called 'ZonaDescarga', these items are destroyed just after the unload. As a result, in the second load &unload cycle, as they are trying to load the same item, the error comes up.

I do not know exactly what you are trying to do but I guess you should have an array of items in order to load and unload one after another.

· 8
5 |100000

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