Page 1 of 1

Automatic Order-Generator for stress test of factory design

Posted: Wed Aug 18, 2021 10:25 pm
by biggerw
If the automation level of your factory is very high it is a non trivial task to prove the stability of the processes. This is all the more true, if the throuput is varied over a wide range. So the test has to automated too.
Image

It uses three simple random number generators
  1. top: generate the time in system-ticks to next order
  2. middle: select a random product (in this example electronics)
  3. bottom: decide how many products should be delivered
The output is in the lower-lect corner at the pole.



Perhaps the random generator should be improved.