07-24-2007 07:07 AM
07-25-2007 02:02 AM - edited 07-25-2007 02:02 AM
i've done some applications to transfer datas.
there are some way:
1. socket.
some use the tcp or udp socket. one is server, others are client.
2. file read/write.
one writes into file, and the others keep read content. if new content comes, treat it.
...
In LabVIEW, you need to build a sub vi as a thread, which keeps to watch the socket or file.
and use the queue or self-define event to notice the main treater.
hope it will help you.
帖子被longzhi在07-25-2007 02:03 AM时编辑过了