question

James M7 avatar image
0 Likes"
James M7 asked tannerp edited

Using Operator as a Combiner Subtitute

Hi I have a question regarding preventing a long line of product due to combiner's downtime using operator. On my model below, I have an incoming product called FG that go through ConvA, ConvB and ConvC.

My question is that, in case the combiner is going through a downtime, how can I model and build the logic so that the two operators, OP_1 and OP_2, to do the combiner's job by taking some amount of FG from ConvA/ConvB/ConvC, pack it on a case and put it on ConvOP (in front of OP_1)?

To do this, do I need to add a processor next to the Operator to input the time taken for each one of them to do this job?

I attached my model below. Any kind of help is appreciated.


FlexSim_Trial.fsm

FlexSim 19.2.4
conveyorqueueflexsim 19.2.4combiner downtime
flexsim-trial.fsm (106.6 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.

1 Answer

tannerp avatar image
0 Likes"
tannerp answered tannerp edited

@James M7,

I developed a sub-flow in which operators load bottles and manually deliver them to the conveyor like you described. That said, I couldn't figure out why the MTBF/MTTR wasn't working for awhile until I noticed that you have a negative downtime. You might need to re-evaluate the Down Time function as shown so that negative values aren't possible. Maybe use a triangular distribution so you can define the minimum as 0.

With that out of the way, I'll try and explain the sub-flow at a high-level. Then, if you have questions, feel free to ask.

When the combiner breaks down, a token is created in the SubFlow at the Start activity. The token stops input to the combiner, grabs an operator, loads a tote, fills the tote with bottles, and then delivers it to the conveyor. I took some liberties and set the requested number of bottles to 10. This could be whatever you'd like. I also had the operator travel to arbitrary locations while doing all this.

Hopefully this helps.

flexsim-trial_1.fsm


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