"XN" <x@no.email> wrote in message
news:1206038410575-675554@exchange.ni.com...
> I would like to do this but I don't know how it could be done: (the
Labview will run parallel with c++ application and read the variable from
the c++ application) Thank you for your help.
There are several ways. You'll have to describe your application more if you
want a recomendation about the prefered method. For instance, is it a
command line application? Do you have the source code? How much data is
there to transfer (bytes, kB, MB? per second). Do you want to poll this
value, or do you need to get a notification if the value is changed? Etc.
Some ways to do this:
Through the command line (using pipes in LabVIEW).
With a TCP/IP connection.
Memory mapped files.
File sharing.
Windows messaging system.
Regards,
Wiebe.