Learn how to implement a DDE port in your C program. This will allow
bi-directional communication with Labview. Alternatively, less efficiently
but maybe easier, use TCP- it depends what you have more documentation on.
From the Labview side it's easy to handle either TCP or DDE communication
with another program, with either side operating as the server, once you
decide which way to go.
The mechanics of either method from the C side are probably better suited to
discussion in one of the C newsgroups.
Felix wrote in message
news:3a5a0246@newsgroups.ni.com...
>
> Hi Kevin,
> you are describing how to CALL a C-program from Labview. But the C-program
> should run independently and get messages from the labview program. Could
> you
give me a hint how to solve this? Thanks.