LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a reference of the ActiveX LabVIEW 8.2?

Hi,
 
I would like to write a tool which allow to show all my VIs in a tree and edit the properties of these VIs (for example 'documentation'). Then I want to generate an HTML and .CHM documentation from this set of VIs.
 
I found an ActiveX for LabVIEW8.2 which works fine with .NET C# but I could'nt find the documentation of this ActiveX (which name is LabVIEW). Does anybody knows where is the documentation?
 
Regards,
Risotto
0 Kudos
Message 1 of 3
(2,637 Views)

"Risotto" <x@no.email> wrote in message news:1173975009384-492394@exchange.ni.com...
Hi,
&nbsp;
I would like to write a tool which allow to show all my VIs in a tree and edit the properties of these VIs (for example 'documentation'). Then I want to generate an HTML and .CHM documentation from this set of VIs.
&nbsp;
I found an ActiveX for LabVIEW8.2 which works fine with .NET C# but I could'nt find the documentation of this ActiveX (which name is LabVIEW). Does anybody knows where is the documentation?
&nbsp;
Regards,
Risotto


I think the exported ActiveX functions should be the same as the application properties and invoke nodes in LabVIEW. So you can use the LabVIEW help to look up the function. Not sure though, I never used it.


Regards,


Wiebe.
0 Kudos
Message 2 of 3
(2,629 Views)
Hi,
 
Yes this is a good idea. All the function of the ActiveX are documented in the LabVIEW help. For example the function PrintVItoHTML of the class VI.
 
Thank you,
Risotto
0 Kudos
Message 3 of 3
(2,619 Views)