LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use own timestamp in DSC historical database?

I built a TCP-Server-VI that receives data via Internet (GPRS). The data has its own timestamp, is organized in datasets and I want to log the data with its corresponding timestamp instaed of the receive- or storing-time.
0 Kudos
Message 1 of 3
(3,039 Views)
I think in LV DSC 7.x there is still the dscengine.ini setting mentioned in KB 2RCCICM9
How Do I Avoid Out-of-Synch (a.k.a. Back-In-Time) Timestamps in the Citadel Database?
.

Set in dscengine.ini
[DSCEngine]
UseServerTimestamps=true

This should help to get your timestamps from your vi-based server in.

Let us know
Roli
0 Kudos
Message 2 of 3
(3,039 Views)
Thank you for your answer. Seems to be part of the solution. Next thing I don't know is how to attach the double-value with my own timestamp-value to each of the values I want to save/change. If I use the "write tag.vi", is there a possibility to attach own timestamp-value?
0 Kudos
Message 3 of 3
(3,039 Views)