LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling LabView HIL in external application

I am using LabviewHIL.Application  com component methods to read(getvireference) and write (setcontrolvalue) variables

Is there a help document to explore other methods ?

0 Kudos
Message 1 of 4
(2,742 Views)

I want to use ActiveX server in my C# application.I am trying to use NationalInstruments.LabVIEW.Interop.dll  but dont know which method of the dll to use.Any examples in C# and labview 2014


@jigneshmehta wrote:

I am using LabviewHIL.Application  com component methods to read(getvireference) and write (setcontrolvalue) variables

Is there a help document to explore other methods ?


 

0 Kudos
Message 2 of 4
(2,679 Views)

Hi,

Seems like there is no reply to your query related to using the NationalInstruments.LabVIEW.Interop.dll as a single interface to carry out all the functionalities like loading a VI in c# .net application, running it dynamically through c#, obtaining the VI connector pane information, all the in and out varianbles etc etc. Have you got any solution on this from your own research if any?

I my case i want to use the interop dll functionalities in a .net application which will function like what it happens in the NI teststand when you select LabVIEW adapter. i am still working on it. Please share if you have any information on this.

 

Thanxx

0 Kudos
Message 3 of 4
(2,179 Views)

Use Interop.LabView.dll, Not NationalInstruments.LabVIEW.Interop.dll 

0 Kudos
Message 4 of 4
(1,959 Views)