LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to convert a LabView Application to a Visual Basic Application


0 Kudos
Message 1 of 4
(3,126 Views)
I'm sure there's a way of making your labview executable an activeX server, and call it from Visual Basic, I mean you can create a program in labview and call it from VB, via ActiveX. You should investigate in this direction, Developer Zone is a good starting point.
Estudiante, sigue estudiando y hallarás la respuesta.
0 Kudos
Message 2 of 4
(3,126 Views)
When you create an executable in LV it can only run with its LV runtime engine.
As Gorka as mentioned you can share data and control between LV and VB applications.
You have several options, the easiest way is Datasocket server.
It needs some experience, here I give you tha basic concept of it.
In your LV application your create connections to datasocket of all the controls/indicators you need.
In VB you can import Datasocket as an ActiveX object, you can then develop your VB program that shares data with your LV application through Datasocket.

I suggest you an excellent book that covers all the communications topics in LV:
Internet Applications for LabVIEW
You can find it on Amazon.
Happy Easter !
0 Kudos
Message 3 of 4
(3,126 Views)
You might want to investigate creating a .dll with LabVIEW 6's Application Builder.
You could call this .dll from your VB app.

Alan


"El Estudiante" wrote in message
news:5065000000080000008C1A0000-986697009000@quiq.com...
>
0 Kudos
Message 4 of 4
(3,126 Views)