05-18-2005 03:18 AM
05-18-2005 07:20 AM
05-19-2005 06:36 AM
05-19-2005 07:03 AM
05-19-2005
08:43 AM
- last edited on
11-10-2025
06:39 PM
by
Content Cleaner
The LVM Express VI was designed to be easy to used. To facilitate this, data formats are fixed and cannot be set by the user in the Express VI. You have several options to get the format you want.
One final comment. You can find the specification for the LVM file format in Specification for the LabVIEW Measurement File (.lvm), Version 1.0. It includes everything you didn't want to know about the LVM file format.
05-19-2005 05:01 PM - edited 05-19-2005 05:01 PM
Message Edited by vedran on 05-19-2005 05:19 PM
05-19-2005 05:22 PM
05-20-2005 09:22 AM
09-22-2006 01:30 PM
Hi,
I was trying a similar thing. I have some data with me which I am supposed to store . I am getting time interval in the file but I am looking for Absolute time. The things is I am not storing raw data. I am taking a mean of all the readings and then storing them onto a buffer and then saving the data from the buffer.
Now where should I get the absolute time from. I know i can get it from the time intervals but I dont know how to do that?
Any help will be greatly appreciated.