question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked Matthew Gillespie commented

Processor reading statistical distributions from Global Table

For each product Type there is different processing times which I am planning to read from Global table

There are two processors and two columns in global table where it read data from

How to achieve this with correct random generators.

When I reading this it is coming as string

I am attaching the model for reference

Distribution.fsm

1630076316142.png

FlexSim 21.1.3
flexsim 21.1.3statistical distribution
1630076316142.png (98.4 KiB)
distribution.fsm (31.7 KiB)
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered SudheerReddy commented
· 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.

SudheerReddy avatar image SudheerReddy commented ·

@Matthew Gillespie

return /**/gettablevalue("CycleTimes", current.name, "Cycle Time", current)/**direct*/;

gettablevalue command is not showing in 21.1.3


0 Likes 0 ·
SudheerReddy avatar image SudheerReddy SudheerReddy commented ·

I followed the model you shared in the link

below is the error i am getting

1630080809625.png

0 Likes 0 ·
1630080809625.png (30.5 KiB)
Matthew Gillespie avatar image Matthew Gillespie ♦♦ SudheerReddy commented ·

@SudheerReddy

gettablevalue() is a user command defined in that model. The second part of that linked answer recommends creating a user command to make it easier to enter into all the places you want to call it.
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.