LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you control LabView vi's with C code?

I am using Lab View 6 and am trying to find a way to controle vi's with some sort of C code. I am new to both C and LabView so any help would be great.
0 Kudos
Message 1 of 3
(2,346 Views)
Please elaborate. Exactly what are you trying to do?

Be as specific as possible. Are you trying to control LabVIEW front panels, are do you just want C code to call LabVIEW code? Or is it something else. The more information you provide, the better the information you get back will be.
Message 2 of 3
(2,346 Views)
Mikey:

You should be able to enable the active x server feature in your
LabVIEW vi and then write MSVC code that acts as an active x client
for your LabVIEW server vi. (You may need to have LV App Builder for
this) LabVIEW should create an .OLB or .TLB file for your VI which you
can add as a a new active x class to your Microsoft project.

Douglas De Clue
ddeclue@bellsouth.net


Mikey wrote in message news:<506500000008000000C1500000-1023576873000@exchange.ni.com>...
> I am using Lab View 6 and am trying to find a way to controle vi's
> with some sort of C code. I am new to both C and LabView so any help
> would be great.
0 Kudos
Message 3 of 3
(2,346 Views)