Hi Team,
I am trying to link process time with empirical distribution defined in input global table. But it is not working for me.
What is the right way to do it?
LinkEmpiricalDistributionWithGlobalTable.fsm
Thank you!
Hi Team,
I am trying to link process time with empirical distribution defined in input global table. But it is not working for me.
What is the right way to do it?
LinkEmpiricalDistributionWithGlobalTable.fsm
Thank you!
Currently you are only creating a reference to the distributions node. To generate a value you have to use 'Empirical.get()'. Either you add this to the end of your current code line. Or you can also reference the distribution by name directly.
In any case, you also have to return the value the distribution generates as the value of the table cell when it gets read.
return Model.find("Tools/EmpiricalDistributions/EmpiricalDistribution1").as(Empirical).get();
or
return Empirical("EmpiricalDistribution1").get();
Hi @Felix Möhlmann,
I have 1 question here. Suppose I want to give only distribution name in Input table. Can I attach .get() in process time?
I am not able to fetch value in this case.
Thank you!
Type just the name in the table and call 'Empirical().get()' with the table cell as argument.
15 People are following this question.
how to make the demand generated according to the table?
How to import data from global table to empirical distribution table
How to instruct the transporter to follow an order pick list?
Define a specific location in a rack according to the item type
Way to pull global table column statistics for Experimenter Performance Measure?
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved