I am trying to set two types of processing time for a machine and test it using experimenter. However, it take the fixed value but it is not taking the triangle distribution value.
I am trying to set two types of processing time for a machine and test it using experimenter. However, it take the fixed value but it is not taking the triangle distribution value.
Hey @Mohammad Alattar, you need to remove the last parameter of the triangular distribution - the part that says "getstream(current)". The parameter doesn't understand what "current" is in the context, and so it gives you some errors if you try to run with that parameter.
Thank you for the clarification. After the edit the model runs as expected!
You should really be using the stream with the parameter param(1) which is passed into the parameter evaluation:
Model.parameters["ProcessTime"].evaluate(current);
There is an option to pass current using the process time parameter pop-up:
Then in your triangular distribtution you can add back the getstream(param(1)) expression.
I don't see a screenshot of something using two arguments - but if you pass in two, the second one is accessed using param(2) in the option expression.
15 People are following this question.
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