I use Field Point modules and Visual Measurement Tools For Visual Basic.
I use the binding property of Component Works Button tool to read and write to the differents I/O modules. The watchdogs are enabled on the Field Point Communication module FP-1001 (PowerUp and Network).
I want to know how to detect that a communication failure has occured.
Both PowerUp and Network watchdog works fine, but i want to detect the communication failure between the PC and the FP-1001, because some buttons after the communication failure do not reflect the real value.
Since in my program, i read at each second some I/O points, i have used the CWBinding.LastMessage to monitor the reading.
The message for a normal readin
g is = Active: Connected to OPC Server
While the communication cable is not connected or the FP-1001 is not energized the message is = Active: Can't read data.
Is there a more elegant way to detect the communication failure ?
Thanks,
Jacques