In my model, I would need a bi-normal distribution as a machine process time. However, there is no such option in VC default. Kindly would like to ask you if there is an Add-On to add bi-normal distribution? Or if there are any other workarounds.
It is two normal distribution combination. for example, machine has 50 percent process product A, the process time around 2 hours; the other 50 percent process product B, the process time around 10 hours.
Add the product property “ProcessTime” and “Deviation” to your product types
In your process add a delay (if there is not one already)
Set the TimeSource to Expression
Add this as Expression: normal(0, ProductIn.ProcessTime, ProductIn.Deviation)
You can find more about the normal distribution in the online helpfile: Functions