Hello,
I have a simple model with a source, single queue, single processor and a sink. The interarrival time distribution is set in the source (exponential). The created items are getting item types based on percentage values (50%-> Type=1, 50%-> Type=2). What I want to do but could not do it as follows: I want to use this single source object and make different interarrival time distributions for the two item types instead of using percentage values. (Let's say exponential (0,10) -> Type=1, exponential (0,20) -> Type=2). Is it possible to do this ?
If someone can help me with this problem, I would be appreciated. Thank you very much.
I am also attaching my flexsim file in case someone wants to check it.