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.

Martin B6 avatar image Martin B6 commented ·

Hello @Jörg Vogel

thank you very much for your changes to the model. I have one more question: I have created a global table (Inventory) which contains the product sizes, SKU, quantity, arrival time and OrderNumber. The current model assigns a random SKU to each product, but I have to assign it to several orders. How can this global table be integrated so that for example at arrivalTime 0, 11 products from SKU 137 (the assigned product size), at arrivalTime 100, 14 products from SKU 496 etc. (see Inventory table). This would help me a lot, thanks a lot?

Entwurf_6_1.fsm

Martin

0 Likes 0 ·
entwurf-6-1.fsm (1.7 MiB)
Joerg Vogel avatar image Joerg Vogel Martin B6 commented ·

@Martin B6, please ask a time schedule arrival as a new question. Regards Jörg

0 Likes 0 ·
Martin B6 avatar image Martin B6 Martin B6 commented ·

Ok! Thanks a lot!

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.