Tags: acquired, array, binary, card, daq, file, labview, multichannel, point, programming, save, saving, waveform, waveforms, write
multichannel waveform write to binary file
On Programmer » LabVIEW
2,401 words with 2 Comments; publish: Thu, 01 May 2008 23:30:00 GMT; (20046.88, « »)
Hello all..
okay, right to the point, i have a problem saving an array of several wavefo
rms acquired from may DAQ card. i save it every several hours using the elap
sed time function (LabVIEW 8.2.1)
The loops look like this;
<img src="/app/links/?src=http://www.4freeimagehost.com/uploads/dcc22e8cc6f8.jpg">
and i tried to read it with this vi:
<img src="/app/links/?src=http://www.4freeimagehost.com/uploads/35f5523eb742.jpg">
Now., i can't figured out where i went wrong. Can somebody lend a hand?
Any help is much appreciated
Oh, btw, i've succesed save it into .wav file (using the example from Sound
and Vibration Toolkit), but .wav can only have 2 channel right? is there a w
ay so a .wav file can contain all of my 7 channel waveforms?
How about spreadsheet (excel) file?
http://labview.itags.org/q_labview_26350.html
All Comments
Leave a comment...
- 2 Comments

- Thank you Devin_K!
works like a charm.
btw, i have another question. (people,, always ask for more don't they? haha
)
i found an interesting function: export waveform to spreadsheet.vi
i tried to use it to record my seven channel and successed. The text f
ile can be read (by a word processor or microsoft excel).
Now, how can import back my array of waveform from the spreadsheet produced?
(since i can't find the import waveform function)
thanks in advance
#1; Thu, 01 May 2008 23:31:00 GMT

- I was playing around with the waveform write files to see if I could answer
this question. I noticed an odd behavior.
When writing to an existing binary waveform file, the buttons on the dialog
box are reversed than the dialog box that comes when writing to an existing
text-based file.
I would say replace then cancel would be the natural order. It looks l
ike the way the buttons are named (and how they are programmed to act) is wr
itten differently in the two VI's down deep in the code where the two button
dialog function is used.
Nothing that would be a bug, but just an inconsistent appearance that I stum
bled upon while playing with these VI's.
>
Message Edited by Ravens Fan on 02-07-2008 10:49 PM
dialogprompt.PNG:
http://forums.ni.com/attachments/ni...ialogprompt.PNG
#2; Thu, 01 May 2008 23:32:00 GMT