question

Bryan Quiros avatar image
0 Likes"
Bryan Quiros asked Jason Lightfoot edited

Switch Operators Tasks

Currently, the model has break times for each of the 3 operators. When Operator 3 is on break time, Operators 1 and 2 are in charge of their lines (OP 1 for line 1 and OP 2 for line 2). When everyone is working, Operator 3 is in charge of the blue machines (the last ones) while OP1 and OP2 are in charge of the red machines.

I am trying to make Operator 3 do the tasks for line 1 while Operator 1 is on break and do the tasks for line 2 while Operator 2 in on break. What would you suggest I could do? I have tried using more dispatchers and setting more break times for those dispatchers but it gets things more complicated. File has been attached.

1698631797277.png

WISP Cushion propuesta - Copy.fsm

FlexSim 23.2.0
break timeoperator tasks
· 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.

Jonah K avatar image Jonah K ♦ commented ·

Hi @Bryan Quiros, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·
Bryan Quiros avatar image Bryan Quiros Jonah K ♦ commented ·
I actually still need some extra help with this question.
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Bryan Quiros commented ·

We can't tell you what you're doing wrong unless you post the model with the changes we suggested.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Jason Lightfoot edited

An Operator by himself is a dispatcher, too. You connect an output port connector to another operator. Once he has something to do, any tasksequence can he dispatch to a different output connected Taskexecuter.
Maybe you run into a problem, when a break is resolved into a stop object activity. But if a break is a delay or utilized task, then an operator on a break is still functioning normally.

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
If you need to transfer a task sequence while it is active/in operation, your lunch/coffee task sequence should be a higher priority and PREEMPT_ONLY - so that the current task sequence is released through the operator's output port when going on a break.
0 Likes 0 ·
Bryan Quiros avatar image Bryan Quiros commented ·

Hello, thank you both for your inputs. I haven yet been able to solve this. I have tried what you guys have told me but nothing has worked. I'm not sure if I might be doing something wrong.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Bryan Quiros commented ·

I think this has now been answered in another post where we describe the output ports of the operator and how/when to open/close them at reset and on down/resume. Please avoid posting duplicate questions in the furture.

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.