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!)

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~