10-18-2010 01:21 PM
Hi
I am trying to log data using Labview. I am using a USB data acquisition device.
My question is: how do I adjust the time for only the logging feature (I'm trying to use the express VI: "Write LabVIEW Measurement File"). The program will be running for a while (days) and we really only need to log any data a couple times an hour.
This is something I'm trying to get resolved as soon as possible...
Thanks,
Jon
Solved! Go to Solution.
10-19-2010 02:22 PM
Here is a rough express VI code that should do what you want. Simply have an Elapse Time express VI wire into a case structure. This should work as long as you aren't try to acquire faster than once a second.
10-19-2010 02:27 PM
Thanks - I had already figured this out, however.
Jon