question

Maryam H2 avatar image
0 Likes"
Maryam H2 asked Maryam H2 commented

Concurrent Processes

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!


FlexSim 21.1.4
flexsim 21.1.4processing timeconcurrent processesnested processes
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Maryam H2 commented

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#Method-max


· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Maryam H2 avatar image Maryam H2 commented ·

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

0 Likes 0 ·
Eric M avatar image Eric M Maryam H2 commented ·
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 0 ·
Maryam H2 avatar image Maryam H2 Eric M commented ·
Seems a good idea! I'll try that. Thanks!
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.