Wonderware Historian

akd.jrdb

Member
Join Date
Feb 2014
Location
Philippines
Posts
17
Hi Good day,

Is there a way or default tag that can monitor the connection of wonderware historian? or What is the best way to monitor if the Historian is actually running?

Thank you in advance. :geek: :geek: :geek:

Regards,
Joe
 
Hi Joe.

In the past, I have integrated a wonderware syntax that allows a lookup in the windows task manager for checking if certain programs are running etc. This could work....

If memory serves me correctly- this was done on a 11.1 application.

Here is an example below:

{Microsoft Notepad}
InfoAppActive(“Document Name - Notepad”);

{Microsoft Excel}
InfoAppActive(“Microsoft Excel – Spreadsheet Name”);

{Usage in a conditional statement}
IF InfoAppActive(“Microsoft Excel – Application Name”) == 0 THEN
{Start Microsoft Excel}
StartApp “C:\Program Files\Microsoft Office\Office12\Excel.exe C:\SpreadsheetLocation\Spreadheet.XLS”;
ENDIF;
 
Last edited:
If you are using Application Server you can create a Platform for that server and monitor to see if it is atleast online. This is making an assumption if the server is online that it is collecting data.
 

Similar Topics

Hi, We are setting up an Aveva Plant SCADA node with the intention to connect it to a Wonderware Historian node. Everywhere I look online I see...
Replies
1
Views
164
So I'm trying to make a tag I created in WonderWare Historian display the correct tag values on the inTouch client but it is currently showing...
Replies
12
Views
1,525
Hello there, Our plant is running Wonderware Historian on a Virtual Server and every few days I'm losing comms to my PLCs. Usually I can simply...
Replies
3
Views
2,062
Hi all, I found some interesting issue from my Wonderware environment. At my Trend table option, if i select "both", the Trend table is not...
Replies
2
Views
3,646
Hello, I want to monitor Wonderware historian's heartbeat and trigger a fault if Historian is not communicating /offline in PLC. Currently my...
Replies
0
Views
788
Back
Top Bottom