09-01-2006 05:04 AM
09-01-2006 05:20 AM
There are quite a few methods to achieve this.
The simplest is to create a Global Variable.
Write into the global variable in sub VI, read it and display its value on the Main VI
09-01-2006 06:36 AM
Thanks for you answer,
Could you suggest me the other methods too?
Thanks Ius
09-01-2006 08:14 AM
09-01-2006 08:17 AM
Since we're discussing alternative methods:
"You could also use datasocket to accomplish this. If your two applications are compiled executables, then references or globals may not be an option."
09-01-2006 08:21 AM
Here is an example that was done by rpursely8 a while ago. It contains both Globals & one form of references (see Third).
09-01-2006 08:22 AM
Here is a thread that may be of interest:
http://forums.ni.com/ni/board/message?board.id=170&message.id=83353