factorytalk me cleaning screen set up

stu

Member
Join Date
Aug 2005
Location
England
Posts
786
Hi guys
I have thought about a cleaning screen (so I can wipe the screen clean?) for a hmi pvp , I have thought that I could use a go to button to access the screen but what if I wanted to have a 3 sec loading bar to count down and then go back to the previous screen? Has anyone done this , thanks stu
 
I have done something similar, but its been awhile. Cleaning that is.. lol
Here is one of the ways you can do this...

Place a "Return" momentary button on the blank screen. Assign that button value to an XIC and have that XIC run a timer. The timer preset can be whatever you want. Use timer done bit to move a number corresponding to which display number you want to return to.
The display number gets wrote to "Remote Display Number" under Global Connections. If you want to confirm the screen change, assign an integer in your PLC to the "Replace Display Number" connection under Global Connections. This will allow your PLC to see what display is currently visible.

Once you confirm that you are back to your last screen, write a 0 to the "Remote Display Number" connection to give control back to the panelview from the PLC.

Might also want a watchdog timer in there, so if no one returns the screen back to normal, the plc just does it for them.

NOTE: For this to work, all of your screens must have unique display numbers.
NOTE #2: I would only suggest doing this method if there is no chance of someone needing emergency "right now" access to the main screen.

You may also be able to do it with a macro(s)? Using the system time and some math.
 
Last edited:

Similar Topics

Hello, I have a panelview plus that reads from 4 different PLC's. 2 of these used to be Micrologix PLC's and someone else went and updated them to...
Replies
3
Views
64
Hi. I need to create several alarm servers in an application, but first I need to know if there is any impact on communication, or if more...
Replies
0
Views
59
Hello all, I'm having trouble opening an application. After clicking open I'm prompted to login and after putting in username & password it...
Replies
0
Views
85
Has anyone found information on using the variable message file? I keep looking for documentation on how to implement the message file name as a...
Replies
0
Views
72
I have two identical machines running similar HMI projects, the only difference is one is done in FactoryTalk View Version 10 and the other is...
Replies
5
Views
254
Back
Top Bottom