LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PMEngine.dll and RadiantCommon.dll in labview

Solved!
Go to solution

Hi,

 

I use PMEngine.dll and RadiantCommon.dll in MATLAB and view images stored in .pmxm file. 

Is there a way I can use PMEngine.dll and RadiantCommon.dll in LabView to use .dll file and import .pmxm file?

 

Thanks,

Nilesh

 

0 Kudos
Message 1 of 5
(992 Views)

Call a Dynamic Link Library (DLL) from LabVIEW

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 5
(970 Views)

I did that, I don't see any function associated with .dll files.  However in matlab, I can use same files with its functions. 

 

Thanks

0 Kudos
Message 3 of 5
(960 Views)
Solution
Accepted by Nilesh_2023

Those DLL files might be actually .Net assemblies (the fact they don’t follow the 8.3 naming scheme makes it very likely even though there is no need for that restriction in modern Windows for classical DLLs).

 

Try to place a .Net constructor on a diagram, right click on it and select Browse, selecting your DLL file. Does it give you any classes to select? 

Rolf Kalbermatter
My Blog
Message 4 of 5
(942 Views)

Yes, I see functions associated with .dll. 

0 Kudos
Message 5 of 5
(927 Views)