question

Steven Chen avatar image
0 Likes"
Steven Chen asked Phil BoBo edited

About an operator 'break to' properties question

I do operator properties of ' break to ', I set the function 'Load Same Items of Same or Closest Station', I found operator behavior not find other identical items in queue, Resulting an operator cannot load 10 items at a time.

002.fsm

FlexSim 19.2.0
operatorbreak to
001.gif (4.5 MiB)
002.fsm (39.8 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

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered Phil BoBo edited

You are using a dispatcher. The task sequences are being stored in the dispatcher's task sequence queue.

The function 'Load Same Items of Same or Closest Station' has an input field to handle this situation. Specify the dispatcher in the Object Queueing TaskSequences field:

Or if you want to store the task sequences in the operator's task sequence queue, change the dispatcher's Pass To logic so that it sends to the operator immediately instead of using First Available:

Other ways to handle task sequence dispatching logic include pushing and pulling from lists or using Process Flow. Depending on how much control you want over how the logic behaves, you can choose which way you want to model your scenario.


5 |100000

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

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.