LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data ACQ from memory

We're thinking about using LabView for plotting data coming over a Firewire connection and sending commands to an embedded target. The though is that we'd develop a Windows driver to dump the data we send to a particular array in memory. This would be a pointer dynamically allocated. We've not dealt with Labview before. Is it possible to call a driver API to get a pointer to this memory and read/write to it? What's the process for doing this? Thanks!
0 Kudos
Message 1 of 2
(2,228 Views)
write a DLL that handles the details of driver API, buffer allocation, locking etc and call the DLL functions from LabVIEW. We use this technique all the time.
Stu
0 Kudos
Message 2 of 2
(2,228 Views)