LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Memory-mapped file is possible?

Hi everyone, I'm a new Labview user and I want to start a new project that uses Memory mapped file.

I have a working C# code to read the $gtr2$ MMF, where i simple use 

MemoryMappedFile.OpenExisting("$gtr2$")

to get data from it.

How it is  possible to read this kind of file in labview? I can't find anything useful on the web.

I'm using a LabVIEW 2013 student edition.

Thanks to everyone who wants to answer my question.

Have a nice day.

0 Kudos
Message 1 of 4
(2,952 Views)

Hi Rebel,

 

when this MMF thing is some kind of DotNet class you should use DotNet functions in LabVIEW too…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,946 Views)

Hi GerdW, thankyou for your answer, I have only a CLAD certification and so i don't know about DotNet in Labview, could you give me more infomrations about? For example links or books I should study?
thankyou again.

0 Kudos
Message 3 of 4
(2,924 Views)

Hi,

 

I too only have done the CLAD…

 

You have to look for DotNet examples, you will find them here in the forum…

And usually it helps to read the documentation for that MMF class to recreate your C++ code in LabVIEW!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,918 Views)