PanelView Plus 7 Screen Change = Bit change?

_Dock_

Member
Join Date
Sep 2015
Location
KY
Posts
508
Compactlogix L33ER
Studio5000 V26.01
PVP 7 standard
FactoryTalk View ME V8.0

Pretty simple what I am trying to accomplish but I cant seem to make it work.

Condition 1...
When the operator exists "Screen_A" by pushing the goto "Screen_home" screen change pushbutton, write "example_tag":= 1;

Condition 2...
When the operator transitions from the "Screen_Home" display to the "Screen_A" display via the goto pushbutton write "example_tag":= 0;

I should point out that the bit value could be reversed, i just need it to change state.

I tried two things...
first, I laid a momentary PB under the screen change PB hoping that they would both push simultaneously, this did not work. Not sure if this is just not possible or the refresh rate is just not fast enough to pick it up because the screen changes pretty quickly.

Second,
I put "example_tag" in the display name connection to see if it would write the change, it did not. The help file on this is well, not very helpful.

Maybe there is a way for the plc to see what screen the operator is currently running? If this is possible I could write some ladder to make the above work also...

Thoughts?
 
Last edited:
Have a look at the Global Connections. One of them is "Replace Display Number". Assign a PLC tag to this global connection, and every time your HMI changes screens, the HMI will write the screen number to that PLC tag.

A couple of gotchas:
- Each screen must have a unique number (look for screen properties)
- "Replace Display Number" is not a command to replace the display number. It is an indicator of which Replace type display is currently active, which leads me to...
- This only works when switching between "replace" type displays. If you open a popup window, your "replace display number" global connection will not change

If you need it to work with popup displays, then have a look at macros and macro buttons. It'd be a very simple macro and there are plenty of threads on the subject now that you know what to search for :)

Good luck!
 

Similar Topics

I have 2 PV Plus 7 screens used in the same system that both have touch screens that can be challenging to activate after they haven't been...
Replies
0
Views
562
Every time I power this unit up it loses its IP address and goes to DHCP . When I goto the config the IP address is 0.0.0.0
Replies
1
Views
728
Any good idea how to dim the display on a panelview plus performance serie b, at idel. Screen saver is not supported yet I have don it in global...
Replies
9
Views
2,193
New PanelView Plus 7 Performance Series B P2711p-t10c22d9p out of the box I went through the touch calibration screen and then to the "Welcome to...
Replies
6
Views
4,802
I am having an issue where the alarm history on the HMI is zoomed way in. It is as if even though my font size is set to 6pt in factory talk ME...
Replies
4
Views
2,762
Back
Top Bottom