Hello,
I would like to date my samples when I store it in a file.
In my process, an iteration is the measurement itself and then the data transfert.
I'm sure that an iteration is done in less than 1s and around 30ms.
To be sure, I set a sample period of 1100 ms between each measurement.
The problem is :
Elapsed time between each sample in the file is not constant. Why?
For example :
Date hour min sec,ms elapsed time
28/07/2008 17 |
2 |
18,671 |
|
28/07/2008 17 |
2 |
19,765 |
1,094 |
28/07/2008 17 |
2 |
20,859 |
1,094
|
28/07/2008 17 |
2 |
21,968 |
1,109 |
One time, it's 1,094, the other time, it's 1,109...
I used the VI "wait" as a timer. (I linked 1100 on the input of course)
So, in the same time, a make a request for the measurement and the timer runs. Am I right?
Thank you for your help.
PS : If you don't understand my question, I can translate in french and it could be easier for me to explain
😉