FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

data export

With Fieldpoint FP-DI-300, I get pressure data during a certain time. Using FP read.vi, I can export data to a file.txt but I would like to have the correspondance with time elapsed which is not proposed by FP read.vi.
Is there a way of doing that ?
0 Kudos
Message 1 of 3
(3,507 Views)
The FP Read.vi has an output called timestamp. You can include the timestamp in your export. Alternatively, to get the elapsed time since the last read, you can use a shift register to remember the last time stamp and subtract it from the current timestamp to get the elasped time.

Regards,
Aaron
LabVIEW Champion, CLA, CPI
0 Kudos
Message 2 of 3
(3,505 Views)
Hello Aaron,

The timestamp seems not to be updated as I always get the same value in my exported file. Maybe this value must be formated in a certain way to be exploitable, and format defined in my application isn't accurate enough ?

Regards, Franck.
0 Kudos
Message 3 of 3
(3,507 Views)