question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked tannerp commented

Regarding Fixed Resource PF- Material Consumption & Replenishment

I am trying to use Material Consumption and Replenishment module available in Fixed Resource PF for the following set up.

Each Processor has multiple parts consumption as explained below

For Processor 1 to complete the assembly, it consumes Part11-2parts, Part12-4parts, Part13-1part. In similar way for Processor 2 and Processor 3 as shown in the table.

But in Material Consumption and Replenishment Process Flow template for each processor there is only one 1 part consumption. So how to scale the below scenario to the available standard template. Please any feedback and suggestions helps me to achieve this.

FlexSim 20.0.0
fixed resource process flow
mcr.png (48.7 KiB)
inputdata.png (13.0 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.

Benjamin W2 avatar image
1 Like"
Benjamin W2 answered Priyanka Bhoite commented

Hi @Sudheer R,

The easiest way to do this is to have 1 processor for each part and adjust their processing times accordingly. Please see the attached picture and model.

Let me know if this does not work for your situation. It will require some difficult and in-depth process flow manipulation if you want to use multiple parts on each processor.

materialconsumptionandreplenishment.fsm


· 5
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
1 Like"
tannerp answered tannerp commented

Hi @Sudheer R,

You might consider using combiners, as this is the purpose of the combiner object. You just need to specify how many of each product to "assemble" (combine) at each station, how many to reorder, etc. I did this using a Global Table, which also identifies the location of each queue.

The Process Flow I used is very simple and just listens to the content of each queue to make sure the parts are replenished when the content drops below the specified level.

I added some color to the boxes for fun, too.

This works as long as you can take the statistics you need from FlexSim and then break those out into more detailed statistics. For example, for every 10 seconds at Processor1, you know there were 2 seconds spent for Part11, 3 seconds for Part12, and 5 seconds for Part13, etc. This can be done in FlexSim or in Excel after running your model.

Hopefully this helps. I've attached an updated model.

material-consumption.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.