Hi,
I developed an ATE and installed in the production area.
The production operator has to start the test and wait till the test ends.
It took approx 10 minutes.
In the program I reduced most of the operator intervention and hence the operator need to wait for a long time.
What I want to do is that I need to show a progress bar in the front panel so that the operator come to know approx remaining time to wait.
Any design pattern you guys practice for this type of progress indicator?
Thanks.