LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to link Visual Basic with labview

Hello, I've git a problem. I've to link a control and regulation program, written in VB with an graphic analysis program written in LV. How can I do this? I'm not very experienced in LV or VB!

Thanx a lot!
0 Kudos
Message 1 of 2
(2,889 Views)
One way you can go about this is by creating a DLL and calling it from VB. The only problem is that when you call the DLL you cannot multitask in VB. VB isn't multithreaded. But yes you can create a DLL and show front panel and it would be just like in the LV Development environment and when the DLL is done it would return to your VB code. Hope this helps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 2
(2,889 Views)