LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Link connection to other Programms

Hi
I have a control system for energie maintenance. The control system works but I want to insert a other Programm from a external Company. I have a LabView 6.1 version and I didn´t find a vi that can manage this.
Did somebody has a idee?
 
Thanks Kix
0 Kudos
Message 1 of 2
(2,551 Views)

What you use depends on the other program and what it provides for external control. To simply start another program, you can use the System Exec function on the Communications palette. A more sophisticated approach would be to use ActiveX if the other program has such an interface. The ActiveX functions are also on the Communications palette. There are shipping examples for ActiveX and Excel. There's also DDE which is an old, obsolete method. The functions aren't on the palette but they are in vi.lib\plateform\dde.llb.

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