question

Christine B2 avatar image
0 Likes"
Christine B2 asked tannerp commented

How do i ensure that if an operator completes all assigned items before break?

The system that i am currently trying to simulate involves two operators that each have a workstation that they are assigned to, the flowitems arrive to the operators from the same spot (one flow in but two workstations to "process" the items). The issue I am facing is a very particular one that involves when an operator goes to break. Because there is only one flow into both operators, i need to ensure that the operator does not go to break if they have been assigned an item (it'll hold up the other operator that is not on break because it has been assigned to the other operator). Currently i am using the exit transfer of a conveyor to decide which operator is available (upon arrival of a flow item to the exit transfer), the odd occasion occurs when the item is assigned to an operator (they are available), but then on their way to picking up the item they go to break (the item will just sit there until they return from break, is there a way to reassess which operator is available to save myself from this fault..)

StackingTrials1-OperatorBreaks.fsm

FlexSim 18.0.10
flexsim 18.0.10breaks
· 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

Benjamin W2 avatar image
1 Like"
Benjamin W2 answered tannerp commented

It looks like you are using your MTBF-MTTR to control your operator breaks. This is usually used for break downs, so your operators are essentially "breaking down" when they go on break.

Try using a time-table instead. Then, on the "Down" function, you can set the priority to 0:

Then make sure the "loading" function from the conveyor is given a higher priority:

This should fix the problem.


1592327232840.png (59.4 KiB)
1592327325627.png (51.3 KiB)
· 2
5 |100000

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