question

C avatar image
0 Likes"
C asked Felix Möhlmann commented

Why are Task Executers travelling empty?

Hi there. There are two stations, lots of boxes, task executers(TEs), and timetables for TEs to leave these stations loaded with 1 box. Timetables are arranged so that if the runtime is less than14 hours there should be 4 TEs should carry boxes, and if it is more than 14 hours there should be 3TEs carrying boxes.

TEs should never travel empty. However, they seem to carry two boxes sometimes and always travel empty.

I would be so happy if you could state what is wrong with my model.


FlexSim İzmir Deneme_3_Virtual_Distances_autosave.fsm

FlexSim 19.0.0
travel empty#travel
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
1 Like"
Felix Möhlmann answered Felix Möhlmann commented

The "Acquire" activities in your model can currently acquire any of the TEs, regardless of their current location. If they get pulled by the wrong token, they travel empty to load the item at the other queue.

I added a label "Loc" to the TEs. After they unload an item, this label gets set to their current location ("UCK" or "BOS"). The added query in the "Acquire" activities, makes sure only TEs that are currently at the location can be assigned.

flexsim-izmir-deneme-3-virtual-distances-fm.fsm


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