Java - A time delay

Associate
Joined
23 Aug 2004
Posts
1,493
I've made a gui that represents the controls for a factory process line. I've got three random number generators, one for choosing which sensor to select, one for setting the value of the sensor and finally a random generator that says how long the system should wait before next reading a sensor. So if my interval generator gives 25, how do I then make the system wait 25 seconds before it then selects a sensor and set's it's value?
 
Back
Top Bottom