LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling power supply LV-application with other LV-applications

Hello,
 
I have a small application that drives a power supply, it can regulate current and voltage.
This application has been build using the application builder and thus is an *.exe
 
Now I want wo write other stand alone applications with the builder, that can start and control
my power-supply program. Is this possible?
 
I can change the source-code of both programs, but when finished, I want to build them
with the application builder to get 2 stand-alone *.exe
 
Thank you very much for your time!
Heinen Smiley Happy
--------------------------------
The Enrichment Center is required to remind you that you will be baked, and then there will be cake.

0 Kudos
Message 1 of 5
(2,443 Views)

Hi Heinen,

you can use TCP/IP functions to build a communication between your programs. See the shipped example to get more information about it.

Hope it helps.
Mike

0 Kudos
Message 2 of 5
(2,441 Views)

Hello Mike S81,

 

Isn't TCP/IP something that has to do with network communication?

I want to use my programs on the same pc.

 

Thx 🙂

--------------------------------
The Enrichment Center is required to remind you that you will be baked, and then there will be cake.

0 Kudos
Message 3 of 5
(2,438 Views)

Hi Heinen,

yes that´s right, but you can use it also to communicate between programs on the same pc, and the advantage is, if you need to use it later on two pc´s it´s simply possible. Smiley Wink

Mike



Message Edited by MikeS81 on 06-30-2008 04:52 PM
0 Kudos
Message 4 of 5
(2,434 Views)
I don't really think you need to delve into using TCP/IP, as that would probably involve potentially considerable change to your code. I would suggest looking at using the VI Server capabilities first.
Message 5 of 5
(2,425 Views)