I am working on an application with LabVIEW DSC 7.1. I am connecting to 12 Intellution iFix OPC Servers with the Tag Engine and reading over 1000 tags every 4 seconds.
When I start my application everything starts up and runs well. After some time (1 hour ~ 3 days) all of the tags associated with one of the servers will stop updating. The value and timestamp don�t change but the status is 0 indicating there is no problem when in fact there is a major problem.
To try and troubleshoot this problem, I have started running
Integration Object�s DA Explorer in parallel with my LabVIEW application on the same client computer. The DA Explorer detects the same problem with the OPC server, except it immediately
reports it. LabVIEW however, continues happily along as if nothing is wrong.
Is there a way for LabVIEW to monitor the status of a remote OPC server without me having to kludge in watchdog timers for all my OPC servers?
I have already asked NI Technical Support for help on this issue and their best answer was to post a question here.
I would greatly appreciate any help or guidance on this issue.