The big picture is that I'm trying to use labview to interface to a DSP board.
I already have a small windows application "app" which communicates with the dsp. Now I want Labview to grab data from the "app" and plot/analyze ... etc.
I'm a novice at this 'interprocess communication stuff", what can I use to pass data back and forth between between the "app" and LV?
use ActiveX, DMA, streams, etc.?
In a crude sense I could just have the "app" write the data to a file and then have LV read the file. (can two applications read the file at the same time?), but
this seems very slow and clumsy. I'd rather have a RAM based FIFO which both could access.
Thanks!
G
Details:
Pentium120 Windows 95 Host
Spectrum TMSC30 DSP
VC++6
LV6