Triangular distribution

Triangular distribution

jenish_p
Not applicable
111 Views
2 Replies
Message 1 of 3

Triangular distribution

jenish_p
Not applicable

[ FlexSim 20.0.10 ]

How to add timing of product if it's provided in triangular distribution function?

0 Likes
Accepted solutions (1)
112 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

I don’t know what you mean by timing. But if I should guess, you want to set a process time.
There are two scenarios you can use. Both are based on labels at the item.

  1. You can compute the functional value of a triangular distribution and store the result value into a label. If you want to process the item, you read the label value as the Process Time.
  2. You can add three values at the item, which define the triangular distribution. When the item gets into a processor, the process time is set as a triangular distribution. But you parse as the parameter the label values to replace the number parameters. As an example I call the labels valMax, valMin, valMode.
    triangular(item.valMin, item.valMax,item.valMode,getstream(current))
0 Likes
Message 3 of 3

Ben_WilsonADSK
Community Manager
Community Manager

Hi @Jenish P, was Jörg Vogel's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes