06-05-2023 05:31 AM
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.
06-05-2023 03:50 PM
I believe this is going to be a "manual port". In other words, you'll just have to re-implement the solution in LabVIEW.
06-05-2023 06:24 PM - edited 06-05-2023 06:26 PM
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.
06-06-2023 12:57 AM
Sure, I'll probably have to, I just wanted to ask if there was such a thing.
06-06-2023 12:58 AM
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