question

Josué Islas avatar image
0 Likes"
Josué Islas asked Josué Islas commented

Duplicate tasks for pickers

Hi, I have 2 pickers and 4 tasks and I want each picker takes one task at a time, but in my model both pickers took the same first task, how can I correct this problem?

FlexSim 23.1.3
global tabletokenstasklistpickers
20231004-cedis-wl.fsm (492.0 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.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Josué Islas commented

You are using an object Process Flow, so each order is generated once for every attached object. With how the Process Flow is structured I don't see a reason why it should be instanced and not just a general Process Flow.

capture1.png

I also took the liberty to adjust the creation of the initial stock to speed it up (in the general PF). Due to this it also became apparent that two slot address don't actually exist in the model and that some slots are set to be not storable (hence the error message in the console).

Furthermore, only the first order was being run, due to a typo in the table name in the Decide activity that checks whether there are more rows in the aggregated orders table (maybe you changed the name after filling in the activity).

20231004-cedis-wl-fm.fsm


capture1.png (10.1 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.

Josué Islas avatar image Josué Islas commented ·

Thanks so much! :)

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.