Hi LabviewGuru,
> Get the size of one of the data arrays and wire that to a for loop.
> Wire your seconds into the for loop, and then back out. This will
> build an array of duplicate numbers. Then, add this to the top of
> your array.
I tried some things and they seem to work.
But I discovered another problem: My VI gets those data and buffers them.
Buffer size is about 2500 and I wired the input for "number of scans to read
(-1)" at the "AI Read" with a constant "50".
So the VI reads 50 scan at one time out of the buffer to write it to my
file.
The problem is, that only when writing to file - and that is every 50 rows -
the VI writes the timestamp in that file, too.
I tried to decrase the "scans to write at a time" to 1, so I g
et a timestamp
to every row, but now the buffer is overrunning.
I have to think about that.
The solution wizard gave a very interresting solution that works for my
tasks, it also puts a timestamp into my file, but it looks something like
this:
2002 Oct. 05 07:15:12 28,4879 14,24 15,79
2002 Oct. 05 07:15:12 27,9476 15.14 14,84
2002 Oct. 05 07:15:13 ...
And so on.
Ok, fine. Something I could live with, if the seconds would be written with
more than 0 digits of precision.
I think I´ll have to watch this VI exact so I may find a way to solve that.
> If you still need help, email me, and I'll post here and email you as
> well...
Thanks so far, I think if I bite on granite, I´ll use your offer and send
you an email.
Sincerely,
Sascha