08-17-2005 07:30 AM
08-17-2005 01:51 PM
Hi,
Which VI are you using to do the reads? FP Read (Poly) should get the value each time even when there's no change in value.. though the 'timestamp' will not change (since the value hasn't changed).
Can you post a test VI to clarify further?
-Khalid
08-18-2005 10:56 AM
08-18-2005 11:03 AM
Hello,
Thanks for your answer Khalid.
I use an OPC server with bridgeview 2.1 where I define some tags.
The problem is that the tags coming from the fieldpoints are not well time aligned with the other tags.
I will try to run a VI with bridgeview and read the memory just to confirm.
08-18-2005 11:15 PM
In the OPC Client (BridgeVIEW in your case), there should be a setting to read the Server synchronously or asynchronously. Setting this to Synchronous should poll the Server and get the value even when it hasn't changed.
I now this setting exists in LabVIEW-DSC, the successor of BridgeVIEW, under Server Browser.
Regards,
-Khalid
08-29-2005 03:57 AM
Hello Khalid,
I checked the system and there is no option concerning synchronisation in BrigeView.
What I've seen is that inside the fieldpoint explorer, if we have a look to the time stamp,when the value is refreshed , sometimes it happens that the times stamp is refreshed with 10 sec delay and the next refresh value is the good one.
This explains that sometimes we have the delay on our acquisition.This happens only when the opc server is launched and the test is started.
We tried to set the time server IP address to 0.0.0.0 to use the internal clock of the FP module and then it was ok.
But now the clock has each day a new delay with the Host one and we have to resynchronise the 2 clocks every day!