question

Elena avatar image
0 Likes"
Elena asked Elena commented

Delay time lookup in table

Hello,

I want to include a delay time, dependent on a material number. Therefore, I have created a GlobalTable, in Column 1 I have listed the different material numbers and in Column 2 the delay times.

I found "by global table lookup" for the delay time, but how can I enter this look up dependent on the material number?

FlexSim 21.0.2
flexsim 21.0.2delaydelaytimeby global table
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
0 Likes"
Joerg Vogel answered Elena commented

Write an adjusted code line directly in the field

Table("yourGlobalTable").getValueByKey(material Number, Column of Processtimes, Column of material number)

The Parameters are strings or numbers depending on your setup

If they are strings, put them in quotation marks " ".

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

Elena avatar image Elena commented ·

Thank you!

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.