I have created a simulation in which the onward journey of the AGVs is delayed at the waypoints. Two types of waypoints are to be distinguished. With one group (Montage) there is a fixed delay. In the other (verzögerte Montage), the delaytime should vary randomly in a certain area. I tried to do this with a normal function (normal(5.3,0,2)). However, the result is the same as without the function, as if I had entered a fixed value. Also, the use of the Bernoulli function (bernoulli(33,5.5,5) has always brought the same result, regardless of the given probabilitywithDelay.fsm.
How can I specify variable random values in a certain range as a delay?