question

Martin B6 avatar image
0 Likes"
Martin B6 asked Martin B6 commented

Create items with different sizes?

Hello!

How can I create multiple items with different shapes using the process flow? I have 5 different products (SKUs) with different shapes. I have created a global table with the different product shapes of the SKUs. Can anyone help me and show me how to integrate this global table into the simulation? (This is only a sample model in the real case I have about 500 different products with different shapes.)

Many thanks!!

Martin

Entwurf_6.fsm

FlexSim 20.2.3
process flowflexsim 20.2.3create object
entwurf-6.fsm (1.6 MiB)
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

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Martin B6 commented

Here are some changes to your model:

  • I choose randomly a SKU string from table "ProductShapes". Therefore I assign a random row to a token label called "tableRowProductShape". I assign the string value of a cell in your table of the column "SKU" matching with chosen row number.
  • I use the row value to assign the value of first, second ond third column of the table as x-size, y-size and z-size values by look up table.

entwurf_6-JV.fsm


entwurf-6-jv.fsm (1.6 MiB)
· 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.