question

Travis P3 avatar image
0 Likes"
Travis P3 asked tannerp commented

How to create tokens based off table schedule

Hello, I am very new to FlexSim and having problems getting started. I want to simulate a work cell and be able to change my daily schedule in a table. For example: I have a schedule of 25 parts to process that day. These 25 parts consist of 5 different types which require different process times. How do I create the tokens/labels to pull the qty and type from a table to begin? I am only concerned about a day at a time. I will change the numbers in the table to simulate a new day each time.

I have searched for tutorials or answered questions but can't find anything. Does anyone have an example I can use?

Thanks!

global tableschedule source
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 commented

Hi @Travis P3,

There are a lot of ways to accomplish the scheduling of arrivals. It sounds like for your purposes, the easiest way would be to use a Source Activity (Could also be a 3D Source object) and put the values into the table like shown here:

It sounds like you won't have a lot of complex tables, but if you did, you could connect Excel files to the model so that the tables in FlexSim are imported from Excel files.

Once you've got the tokens created using Process Flow, you can create the items with a Create Object activity like in the image below. Make sure to apply the "Type" label from the token to the object at some point.

To handle Processing Time, you can do a case function in the Processor. You could also add Processing Time as a label and then look at that label directly when processing the object. Or you could look up the Processing Time in a table based on the Type label. I demonstrated all three of these ways in an example model, but there are more ways to achieve this as well.

Hopefully this helps. Let us know if you have further questions about this.

Model: item-creation-schedule.fsm


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

Travis P3 avatar image Travis P3 commented ·
@tanner.p

That's exactly what I needed. Thanks!

0 Likes 0 ·
Travis P3 avatar image Travis P3 commented ·
@tanner.p

Tanner,

I have my process times in a table based on Type label. I am pulling this from excel. How could I use a statistical distribution for these times instead of it being exact. Each type will still have a different time for the process. Here is my table right now:process-time.jpg

0 Likes 0 ·
process-time.jpg (26.0 KiB)
tannerp avatar image tannerp Travis P3 commented ·

Hi @Travis P3,

I'd like to be sure I have your question right before I try and answer it. You mentioned a statistical distribution. Do you know what distribution you'd like to use? If so, you can still do a look up in a global table to identify the values for the distribution like in this example here:

In the example, the minimum is set by looking at the row (based on item Type) and subtracting 10. The maximum is set in a similar way, but adding 10.

I updated the previous model to demonstrate this: item-creation-schedule-with-stats.fsm

If you know what distribution you'd like to use, I'm sure we can find a way to still incorporate the item Type label. Let me know your thoughts and please tag me @tanner.p when you reply. Thanks!

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.