help with pvp vba

stu

Member
Join Date
Aug 2005
Location
England
Posts
783
I have a question that I am stuck on
I am thinking of a project that I have 4 x step sequences with 15 steps in each sequence on a machine which I would like to display on the pvp diagnostic page ?
I have thought that I could use a multistate indicator and for each step it tells us in the caption where it is in the sequence .
but now im stuck , because im tight for space on the page and want to keep the screen tidy I thought if I put all 4 multistate indicator boxes over each other and have 4 hmi buttons to make them visable is that possible with out programing the plc ? thanks stu
 
You can use an HMI tag to control the visibility of each multistate indicator:

a) Set the visibility of the first indicator as tag == 0, the second one as tag == 1, and so on.
b) Use the first button to write 0 to the tag, the second button to write 1...

Don't forget to set the Data Source type of the tag as memory.

Since HMI tags have a slow response, try setting a quick Update Rate on the screen properties.
 
You could also use the buttons to set a HMI tag to any value from 1-4, and then just control the visibility of each multistate indicator based on the value of that tag. No PLC mods required. If you need to save even more space, rather than four buttons, you could have one button, which brings up a popup with a selection list, where you can select which one you want to view. Very easy to tie a value to each state in the list.
 

Similar Topics

Hi guys I’m after some ideas to display a weighing system on a hmi to help with easy fault find? We have a micrologix 1400 and pvp 700 all on a...
Replies
7
Views
2,368
Hi guys I need some advice , I have a mixer using rs500 and a hmi and a silo delivery system with rs500 with a pvp ? The plc are connected via...
Replies
4
Views
2,017
Hi guys I need some help with programming a pvp ME Screen , the plc is a micrologix 1400 on Ethernet , The thought behind this prompt screen is...
Replies
3
Views
1,517
Hi there PVP experts I uploaded PVP mer file to my laptop, now I am trying to run the uploaded mer file on the computer. When I run all I get is...
Replies
3
Views
2,302
Hi guys I need a bit of help on PvP 600 alarms , I was asked tonight to find out why an mcb alarm wad not working , I have found that out ok it...
Replies
0
Views
1,512
Back
Top Bottom