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.

tannerp avatar image tannerp commented ·

Hi @Christine B2, was Benjamin W2's answer helpful? If so, please click the red "Accept" button on their answer!

0 Likes 0 ·

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.

Christine B2 avatar image Christine B2 commented ·

Hi Benjamin,

I tried doing so, but i still have instances where the tire is assigned to the operator on break and is therefore still holding the system up (the other operator is just standing there because the tire on the belt is assigned to the one on break), I attached a picture of the system messing up below.

0 Likes 0 ·
tannerp avatar image tannerp Christine B2 commented ·

This will require additional logic in the Exit Transfer. For example, something in the round robin logic that checks to see if the operator assigned to that port is stopped or available.

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.