question

Liam Chiu avatar image
0 Likes"
Liam Chiu asked Joerg Vogel commented

How to assign process time and standard deviation through global Table?

Hi,


I want to specify the average processing time and standard deviation of the machine through the Global Table. The standard deviation is multiplied by a global variable, and the processing time is normally distributed. I have tried the below method but it doesn't work.


Thank you for your advance. :)


1663769925729.png




FlexSim 20.1.3
process time
1663769925729.png (103.5 KiB)
· 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 ·
your deviation value is too large. The function may return negative values!
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
"it doesn't work." Can you be a bit more specific? Are you getting errors? Are the values not what you expect?
0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Joerg Vogel commented

statDistribution_by_lookup_table_values.fsm

Model file is Flexsim 18.2.3 and works as expected:

normal(Table("bbb")[1][5],(Table("bbb")[1][6]*bbbb),getstream(current))

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

@Joerg Vogel You should be able to attach .fsm files now.

1 Like 1 ·
Joerg Vogel avatar image Joerg Vogel Jason Lightfoot ♦ commented ·

@Jason Lightfoot, Thank you for your hint.

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.