12-21-2011 03:49 PM
I make a student project in which I have to record one data every 10 minutes from a DAQ 6008 and send them to excel, the problem is that the document in which I keep stored more data over a minute. I dontknow where I put the delay. Does anyone could help me?
This is my Diagram:
12-22-2011 10:12 AM
Hi,
You can use the Timing Tools from the Function pallette: Wait, Wait Until Next Ms and Time Delay Express VI. You can place this functions inside the while loop, which will execute every specific amount of miliseconds.
Regards!
Anuar Rojas
12-26-2011 01:26 PM
Ok , dont problem in the delay , the promblem is the document .txt have a lot of numbers.
12-28-2011 09:23 AM
Hi,
But you are adding only one value every 10 minutes to the *.txt document right?
From what I understood the first time, you are acquiring only 1 value from the USB 6008 every 10 minutes. This value is added to a spreadsheet and displayed in a waveform chart and other indicators. Am I right?
Anuar Rojas