LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read windows shared memory

HI:
I need some help on the following:
I have some application (not LV app) that is running on my computer, and writes data on some shared memory area. I have the information of this area such as the name of the shared memory area and the structure of the data. I need to acquire this data with a LV application and I can't find a way to do this.
I'll appreciate very much if someone can help me
 
Thanks!!
0 Kudos
Message 1 of 2
(2,495 Views)
What is the application, does it provide access function to read this memory space (in a dll).  One option is to write functions in c and call them in Labview there is also "in port" and "out port" functions to access memory spaces dirrectly, but I havent had to use these too much so they might not be correct to use in this situation.
 
 
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 2
(2,490 Views)