LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you embed the LV front panel in another (non-labview) application

Quick Question: Can a labview project be compiled into an activex control or something like it so it can be embedded inside the window of another application?

Details:
I am developing an application for use in our lab evaluating our IC products.  The application if very generalized and provides an easy way to control our parts and understand how they work.  For various reasons I am not writing this application in Labview. 

However,  we do use labview for test automation in the lab.  It allows us to take data, control test equipment, etc.  I would like to interface our labview "tests" with the eval application.  I could of course make the two apps talk to each other in various ways but it would be best if I could embed the labview panel inside a window of the other app so that the labview test could be launched and controlled inside our main eval app.

The easiest thing to do would be if I could compile the Labview panel into an Activex control.  Is this possible?  Is there some other way to achieve the same effect.  My app would launch the labview application and would have an parent window for it to reside in.
0 Kudos
Message 1 of 3
(2,464 Views)

LabVIEW has what's known as Remote Front Panels (look under the tools menu for Web Publishing Tool). It allows you to access a VIs FP through an HTML page. By incorporating the IE ActiveX object in your application this should work. Note that there is a licensing issue if you want more than one connection and that pop-ups often cause problems.

There are some other tools around like LabVNC or AppletVIEW, but I haven't really tried any of them.


___________________
Try to take over the world!
Message 2 of 3
(2,450 Views)
You can simply set your LabVIEW front panel as a child window of your main application window.  Even the later is not a LabVIEW application.
 
George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 3 of 3
(2,437 Views)