> Thank you, but I'm quite new at LabVIEW, and frankly, I don't have any
> clue what you mean by timestamping the data. Is there a way to do
> that with a while loop? Thank you.
I'm referring to the waveform datatype. When you acquire your voltage
readings, they may already have a valid timestamp associated with them,
or you might need to use the computer time if not.
A waveform is a timestamp, a samplind period, and an array of values.
It works fine with one value, but the sampling period is pretty much
ignored. You can build a waveform from these pieced using the Build
Waveform node from the Waveform palette.
If you are using express blocks, they dynamic datatype is also pretty
much a waveform, and can easi
ly be converted to a waveform if necessary.
I hope this gets you started. Post more specific questions if you get
stuck.
Greg McKaskle