question

Jose A10 avatar image
0 Likes"
Jose A10 asked Jose A10 commented

Profile task sequence error

erro.pngHello,

I was using a global tabel so the model can simulate dispatch orders. I imported another table, from Excel, with different values. In the first table all orders had 8 items. Now, my orders can have one, two, ..., ten items. The model runs the first orders, then an error appear in my screen. Never had this error with the first table that I was using. Its just for one of my robots.

FlexSim 21.0.3
tasksequence
erro.png (30.9 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.

José Antonio MD avatar image
0 Likes"
José Antonio MD answered Jose A10 commented

Hello,

I check your model and the problem is: you read subnodes[1] from combiner and in this moment combiner is empty. It is the error you have in System console, so unload activity don't have a destination.

To avoid this error you can create a WaitforEvent to validate combiner's content (or use a breathe because your source and assign labels happen at the same time).

I hope I have been helpful.

draft-crossdock-v2_1.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.

Jose A10 avatar image Jose A10 commented ·
Makes sense, i wasnt getting there. Thank you for helping me!
0 Likes 0 ·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jose A10 commented

involved2 is pointing to an unload destination. You need to parse a reference to an object for this parameter.

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

Jose A10 avatar image Jose A10 commented ·
And how can i do that?
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Jose A10 commented ·

We can help you the way you provide us your data. As long as we can’t look into a model, we aren’t able to identify the problem in a model and any answer is then only a common answer. I am sorry. You must help us, then we can help better.

1 Like 1 ·
Jose A10 avatar image Jose A10 Joerg Vogel commented ·

Of course! I've attached the model in this comment. Draft_CrossDock_v2.fsm

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.