Concurrent Processes

Concurrent Processes

mhosseini457NG
Advocate Advocate
14 Views
4 Replies
Message 1 of 5

Concurrent Processes

mhosseini457NG
Advocate
Advocate

[ FlexSim 21.1.4 ]

Hi,

How I can create two concurrent processes in the same activity set each of which has different processing times. To explain more, I have an exam room process in which the processing time follows a triangular distribution. It contains three activities A, B, and C, and each of these activities have specific and fixed processing times. I want to make just activity B ( with X minutes of processing times) concurrent with the whole exam room process. How it could be possible?


Thanks!


0 Likes
Accepted solutions (1)
15 Views
4 Replies
Replies (4)
Message 2 of 5

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Your constant process time (B) must be fitting into the triangular distributed time. It is a maximum of two values

Math.max(const. time B, triangular distribution)

https://docs.flexsim.com/en/21.2/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/Math.html#Met...


0 Likes
Message 3 of 5

mhosseini457NG
Advocate
Advocate

@Joerg Vogel My question is how I can create two concurrent processes in the same activity set.

0 Likes
Message 4 of 5

eric_m3
Not applicable
Would using Split and Join activities do what you're wanting? That way you could send the split tokens through different delays at the same time.
0 Likes
Message 5 of 5

mhosseini457NG
Advocate
Advocate
Seems a good idea! I'll try that. Thanks!
0 Likes