LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you open multiple binary files and plot them all on the same graph?

I have three different binary files and I want to plot all 3 of them onto a graph.
 
I am familiar with opening and reading a single binary file. (Thanks to the help examples!) Smiley Very Happy
 
But to do multiple numbers at the same time?  I was thinking of putting 3 different 'reading from binary file' blocks with the rest of the 'prompts', 'data type', etc.. and then connecting them on the same wire.
 
However, I got into a mess already when I tried to read one .bin file to dynamic data type --> spectral measurements --> graph waveform.  The error was Not enough memory to complete this operation...  Why is that?  That didnt happen in the help example "Read Binary File.vi"...  Has it got something to do with the dynamic data type?
 
Thank you for your time.
 
Jud~
0 Kudos
Message 1 of 2
(2,576 Views)
Have a look at the image below and attached VI.  Simply enter the different paths into the PathArray control.
 
R


Message Edited by JoeLabView on 07-30-2008 09:59 PM
Download All
Message 2 of 2
(2,567 Views)