Hi,
I am pretty new to FlexSim.
I have an equipment and i trying to model it, this equipment takes in 1st object, say box, runs for 10 mins, then takes in 2nd object, say cylinder1, runs for 5 mins, then takes in 3rd object, say cylinder2, runs for 6 mins and so on till 9th object. then equipment will run for some time and outputs an object, say sphere.
Additionally, not always 9 objects are required (object requirement is based on statistical distribution), time interval between feeding different objects also has a statistical distribution
my first idea is to use a "combiner" where i would feed in different objects at specified intervals then "join" them, but the problem is how to set different process times?
my second idea is to use a "multiprocessor" with different processes defined, but it takes only 1 object as input and runs the specified processes.
Is there a better way to do this?