Background: I am using the FlexSim experimenter to compare two scenarios for the same Assembly Station - one scenario with a setup time with a mean of 10 mins (600s) and a min value of 7.5 mins (450s), and another scenario with a lower setup time that has a mean value of 8 mins (480s) and a min value of 6 mins (360s). The setup times assume a beta distribution. In either case, I am using scripts.
Scenario 1: As you can see in the script, the setup time is denoted by: beta(450, 1100, 1.5, 5, getstream(current))/**/; (I would like this setup time to be treated as Scenario 1)
I would like another setup time denoted by 'beta(360, 880, 1.5, 5, getstream(current))/**/;' which can represent Scenario 2.
What I've tried to do:
I am wondering if this was the proper way to go about it, as the Throughput in either scenario is the same and I am unsure if it should be? Many thanks