question

Laura H3 avatar image
0 Likes"
Laura H3 asked Braydn T converted comment to answer

How to create a production schedule to pull from different ports

My model is simulating a bakery whereby 1 production run of a product pulls a different tray type then different variations of ingredients.

Is there a way to do this whereby the user can select what product is being made then this happens for a set amount of time?

Thanks

v2.fsmpr

FlexSim 19.0.2
FlexSim 18.2.3
scheduleproductionplan
v2.fsm (58.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.

tannerp avatar image tannerp commented ·

You could implement a button on a dashboard for this if you wanted to update the model's product type in real time. This would require some advanced coding and setup, though. Otherwise, I would recommend using statistics and other data to estimate how much of each product you will run in a set amount of time and then building this into the model so that it can adjust without a user updating it. Is there a particular reason you need the user to select which product is being made?

0 Likes 0 ·
Laura H3 avatar image Laura H3 commented ·

Hello @Tanner Poulton,

Thanks for your response.

My model represents a muffin production line where there are 3 product changes over 24 hours.

I have attached an updated version, the thing is I don't want to set how much the model can make because that's the data I'd like to run off once completed.

The only way I can see around it is the tray (tote) source going into a combined mixer depositor processor, then the processor takes ingredients via production run 1, 2 and 3 as per the global table when the tote is 1, 2 or 3. The only thing I need to do is set the timings on the tote arrival but I'm not sure how to execute this. Unless there is a better way

v3.fsm

0 Likes 0 ·
v3.fsm (166.4 KiB)

1 Answer

·
Jeff Nordgren avatar image
0 Likes"
Jeff Nordgren answered

@Laura H3,

Attached is your model with the changes that I've made. I'm not sure I totally understand what is supposed to happen in the model. So you will have to take a look at it and see what needs to change.

Rather than sending the ingredients to three separate queues, I attached them directly to the Mixer. That way, it allows the ingredient table to feed the Mixer properly.

Then after Sparator1, I added Combiner1. Because my guess is that you want all of the ingredients to be combined into 1 flowitem, right? I maybe could have done that somewhere else but I chose to combine the ingredients into one flowitem there.

I also create 5 totes in Tray store 4 OnReset and then use this queue to feed the Mixer through input port 1. And at Separator 1, I send the tote back to the Tray store 4 queue.

Please let us know what else need to be fixed or if I have it totally wrong.

Thanks.

laura-v3-jn1.fsm


laura-v3-jn1.fsm (69.4 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.

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.