LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of an Instrument Driver from LabWindows™/CVI™ to LabVIEW

Hi experts,

is there any program to convert a project from LabWindows/CVI to LabView?

This is a simple program just to visualize data in real time via UDP port, but I don't have much experience with LabVIEW so it would help me a lot.

Thank you for answer.

0 Kudos
Message 1 of 5
(1,088 Views)

I believe this is going to be a "manual port".  In other words, you'll just have to re-implement the solution in LabVIEW.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 5
(1,038 Views)

You’re mentioning an Instrument driver but describe a project/application. If it was really an instrument driver and you can’t find an equivalent LabVIEW driver you could compile the instrument driver into a DLL and use the Instrument Driver conversion utility in LabVIEW to convert the according LabWindows *.fp file into a VI library to access that DLL.

If it is however an application and according *.uir file, there is no real automatic conversion. 

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 5
(1,030 Views)

Sure, I'll probably have to, I just wanted to ask if there was such a thing.

0 Kudos
Message 4 of 5
(1,017 Views)

Yes, thank you for the response, I found the conversion to .fp and it works for me, although it is not the whole project, I will have to do it somehow.
Thanks

0 Kudos
Message 5 of 5
(1,016 Views)