LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how an active X supported file can be called and run in LabVIEW

i want to run an Active X supported driver sogtware in Labview but as a beginer i am unable to do so.please give me a proper sollution so that i can run any other software in Labview.
and tell me how to know the supoortability of an external software whether it can run in Labview or not.
thanking you
eager
client
0 Kudos
Message 1 of 2
(2,347 Views)
 
 

You will have to do a bit of reading starting with the User Manual and/or Labview Help e.g.

https://www.ni.com/docs/en-US/bundle/labview/page/using-activex-with-labview.html

There are also examples of labview in the example finder to let you see some activex controls in action.

The NI webite site has plenty of information you just need to search it. You could provide a little more detail on the activex control. Somebody might have some basic examples to get you started.

David

PS: ActiveX controls need to be registered on the system. This is normal done when you are running the installation that contains the activex control. Otherwise it will need to be registered using regsvr32.exe (I think) in windows.

Message Edited by David Crawford on 07-07-2006 12:25 PM

0 Kudos
Message 2 of 2
(2,344 Views)