question

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

Time Schedule Arrival- How can a global table be integrated into the system?

Hello!

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. So my question is: How can this global table be integrated so that for example at arrivalTime 0, 11 products from SKU 137 with the assigned product size, at arrivalTime 100, 14 products from SKU 496 with the assigned product size etc. (see Inventory table).

Entwurf_6_1.fsm

This would help me a lot, thanks a lot?

Martin

FlexSim 20.2.3
processflowglobal tableflexsim 20.2.3arrival schedule
entwurf-6-1.fsm (1.7 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
2 Likes"
Joerg Vogel answered Martin B6 commented

It is a typical task for another process flow. A single token (A) is created. This token collects data of the table "Inventory" to create tokens in your existing process by Table Qty column. Token (A) has a label to identify current row of table. This label is incremented by 1 and then the token is send to do the process again until the last row is evaluated. A delay activity suspends the token (A) for wait time.

entwurf-6_jv1.fsm


entwurf-6-jv1.fsm (1.7 MiB)
· 1
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 ·

Works perfectly! Thank you very much!!!

Regards,

Martin

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.