Jump to content

Progress indicator in Front panel.


Grey

Recommended Posts

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.

Link to comment

I do use state machine design pattern for my application.

temporarily what i did was that i placed a slide indicator in the front panel and every loop iterates that gives numeric value to slide indicator. so if the process going on the slide indicator too indicates the same.

any how thanks for the link Aristos Queue.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.