question

anon-user avatar image
0 Likes"
anon-user asked Phil BoBo answered

Global Table as Statistical Distribution

Is it possible to describe Process Time in Global Table in the format of Statistical Distribution?


FlexSim 19.0.5
global tablestatistical distributionflexsim 19.0.5
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·

yes, but not with functional parameter "getstream(current)", because "current" is a declared variable and you haven't declared it. You must insert a discrete value, you set randomly static by yourself like 1 or 56 or any othe discrete value.

1 Like 1 ·
Phil BoBo avatar image Phil BoBo ♦♦ Joerg Vogel commented ·

There are several ways to execute a distribution and use the stream of the calling object. See https://answers.flexsim.com/questions/57464/how-to-pass-the-processor-name-to-a-getstream-comm.html

0 Likes 0 ·

1 Answer

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered

If you assign your table cells FlexScript data instead of String data, then they will execute as FlexScript code when you access their value instead of returning the string of the code text.

globaltable-as-statisticaldistribution-00_1.fsm


5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

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.