Displaying an error message in PanelviewPlus 800 if the Data Logging PC is OFF

sandip188

Member
Join Date
May 2016
Location
Pune
Posts
2
Hello Everyone,
I am new to this forum and also new to PLC programming so please do bear with me.

I have a Data Logging PC where i am using FT View SE to log data into SQL server from SLC 5/05 processor. And a PanelviewPlus 800 HMI is connected to the the processor as well.

I want to display an error message in the HMI if the data logging pc is off i.e it is not turned on or there is communication problem.

How to do it?

Thanks
Sandip
 
If you can change code in the PLC, then create a "heartbeat" on the PC.

Use Derived tags in FTView SE to write a 1 to an address in the PLC. The PLC would clear that to 0 and restart a timer. If the timer expires, then set an alarm tag to 1. The PanelView Plus can monitor the alarm tag.


If you cannot change the PLC code then it's more difficult to do.
 
If you can change code in the PLC, then create a "heartbeat" on the PC.

Use Derived tags in FTView SE to write a 1 to an address in the PLC. The PLC would clear that to 0 and restart a timer. If the timer expires, then set an alarm tag to 1. The PanelView Plus can monitor the alarm tag.


If you cannot change the PLC code then it's more difficult to do.
Thanks.
Yeah i have access to PLC program and i can modify it.

I will definitely gonna try this and hope this works.
 

Similar Topics

Hi Guys! What are the possible causes of Multistate Indicators displaying 'error' messages when test-running application in Factory Talk View ME
Replies
3
Views
1,964
Hey everyone and anyone that can lend a helping hand. I have a project that I am being asked to add some animations of Solidworks or "3D" models...
Replies
9
Views
333
Using FTview ME to create an HMI screen. Simplest task is giving me trouble. How do I create an HMI tag that will allow the name of the current...
Replies
3
Views
132
Hello Folks, plc : micrologix 1500 The analog output from the loadcell is given to the plc. Using the SCP function I have scaled it into an...
Replies
3
Views
763
Hi Everyone, I am hoping a Red Lion Expert can point me in the right direction. I am experimenting with data logging on a CR3000 10" screen...
Replies
4
Views
603
Back
Top Bottom