Process node feeder with different probabilities

Hi,

I would like to model a process node such that it feeds different assemblies with different probabilities.

I am aware that this is possible with the standard component feeder:
image

However, I need the assemblies to be created as ‘empty’ assemblies which get assembled along the line.
Does anyone know how to introduce probabilities in a process node?:
image
Such that ‘Assembly 1’ for example gets created more often then ‘Assembly 2’, but still randomly distributed.

You can get samples from different pseudo-random distributions (such as uniform or normal distribution) using expressions and then use the result in e.g. an if-statement condition.

See the topic in VC online help: Functions

1 Like