Jump to content

V120_More counters in one display


Recommended Posts

Hello

I have a problem. I am working on a project where i have one main screen, there is a picture whitch represent the current status. The picture has to be there and below the picture is a place where i show the current cycle and the counter till the end of that cycle. I have more cycles and for each one different counter. My problem is i do not know to show in the same place more counters, how to rewrite the elapsed one. It is not possible to put in display editor more counters on others.

Hope you understand my problem. If it is possible to input all counters to one variable and the one display or to make more displays, each for one counter? I would appriciate some suggestions.

Thanks

Link to comment
Share on other sites

I beleive the the way you want to do this is to use a single number box on the HMI screen and then direct store the several counters data there when the appropriate time comes. So for example you have process A and Process B process A takes 30 seconds and process B thake 50 seconds to complete. Make an increment or decrement block depending if you want your number to show increasing or decreasing values. One Dedicated to Process A and One to Process B. Lets save the values in MI1 and MI2 then whenever process A is active you will direct store the values of MI1 into MI3 and whenever process B is active you store the values of MI2 into MI3. You but a number box on the HMI screen so that it displays the values of MI3. In this way you are able to show however many different time countdowns for processes A, B, ........Z in a single number box.

I hope that makes sense.

Keith

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...