LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need a help on ActiveX

I am using Labview for 2 years but don't know much about activeX. I am using Altera Device Programming software and I would like to create a Labview VI. Does anyone know an example loading the application.

Thanks
0 Kudos
Message 1 of 2
(2,247 Views)
It seems to me that you are planning to make calls to your Altera Device Programming software from labview and get the data from it.

First to get started on it, you need to know how ActiveX and VIs in labview work. I'd recommend looking at LabVIEW shipped ActiveX examples just to get idea of how it all work.

One of the crucial parts to be a good ActiveX coder is to understand the ActiveX object model. In your case you need to know the ActiveX object model for Altera. Usually manufactuere provides some documentation and/or examples.
One thing that i'd highly recommend is buying some good labview book and/or taking "LabVIEW Advance Course" that NI offers.
Hope this would help

A Rafiq
National Instruments
0 Kudos
Message 2 of 2
(2,247 Views)