The issue with the experimenter settings.

The issue with the experimenter settings.

Liam7
Not applicable
124 Views
3 Replies
Message 1 of 4

The issue with the experimenter settings.

Liam7
Not applicable

[ FlexSim 22.2.0 ]

Hi,

I have some questions regarding the experimenter. In my model, there is a MultiProcessor with five subprocesses, and I have set the standard deviation of the processing time for each subprocess as variables (aaa, bbb, ccc, ddd, eee). These variables range from 0 to 1 to represent the proportion of variation.

1723518566923.png

1723518583317.png

In Scenario 1 of the experimenter, I set all five variables to 0, indicating that there should be no variation in the processing time for these subprocesses.

1723518633727.png

However, the experimental results show that when I set the replications per scenario to 20, there is still variation in the processing time.

1723518675418.png

1723518693136.png

I would appreciate your guidance on how to resolve this issue. Thank you very much for your assistance.

fifo.fsm

0 Likes
Accepted solutions (1)
125 Views
3 Replies
Replies (3)
Message 2 of 4

jason_lightfootVL7B4
Autodesk
Autodesk

Hi @liam,

Thank you for contributing to our community! We couldn't identify a maintained license or subscription linked to your account.

You may need to update your profile information to identify yourself as a license owner or their associate. Check out our article for how to ensure you receive timely support. If you update your profile comment back to let us know - we'll adjust the priority of your post accordingly.

If your current license is expired, please contact your local distributor to renew.

0 Likes
Message 3 of 4

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

The parameters currently don't do anything. You have to add code to their On Set trigger that actually sets the global variables' value.

That being said, you don't really need the global variables. You can just use the parameters directly in the process time code.

Model.parameters.aaa*Table("DIP_order")[item.Order_ID][7]

I would also like to add that using the mean value as the standard deviation in a normal distribution will regularly give you a processing time of 0, which doesn't seem realistic. Maybe a different distribution (for example triangular) is better suited.

0 Likes
Message 4 of 4

logan_gold
Community Manager
Community Manager

Hi @liam, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes