CompactLX needs to know when PV+ is turned off

Welcome to the forum!

Not exactly, but you can make something work.

You can run macro's at startup and shutdown, which could set a bit in your PLC to indicate as such. In the event that the screen loses power without going through a proper shutdown procedure, this won't work of course, so it depends on the details of what you're trying to detect and why.

A more reliable, but slightly more complex option is to create a macro which is event triggered. Tie the event trigger to the system/seconds or system/minutes HMI tag, so it triggers the macro every second/minute. Inside that macro, set a bit in the PLC to 1.

Assuming you use the seconds tag, the bit in the PLC wil be set every second. Run a timer in the PLC unconditionally, and every time the bit gets set to 1, set it back to zero and reset the timer. If the timer ever reaches, say, 4-5 seconds, your HMI has stopped.
 
I generally just configure a Global Connection in FactoryTalk View ME to write the value of the Seconds tag in the PV+ to a tag in the PLC; you can set those connections to write as fast as 1 second.

If that tag stays the same for more than a few seconds, I know the PV+ isn't running its HMI application.
 
Quick pit-stop...

"Seconds" away...

479656 - PanelView Plus heartbeat signal to controller
Access Level: TechConnect

"Macro" analysis...

34183 - Using a heartbeat to see if connection has been lost to a PanelView Plus terminal
Access Level: TechConnect

I prefer the "seconds" option. Just reading the "Method of operation" for the Macro option will leave you "tag-tied".

Regards,
George
 

Similar Topics

Im trying to teach a couple of labs on VFDs at a community college. We have some motor control trainers with P525s and 3 phase motors from...
Replies
2
Views
226
Hello everyone, I'm having issues with connected components. I got a new laptop and I installed all the RA programs I need without problem. I was...
Replies
1
Views
275
Hello Folks, I'm an instructor at a community college and have greatly valued the advice I've received from this group in the past. I find...
Replies
21
Views
1,066
I just installed a distributed Win911 system replacing a cheap small system I built using Ignition and Twilio. that worked great for the last...
Replies
2
Views
1,027
I'm a bit stuck again... See the redacted picture. At the moment, pressing F7 saves the "live" laser measurement into the boxes indicated by the...
Replies
9
Views
1,070
Back
Top Bottom