03-29-2011 08:46 AM
Hi All,
I have a question on top of my mind.Can I use Labview to communicate 2 computers (any protocal) by thru a wireless router? If can , how I do it?
Many thanks
03-29-2011 08:51 AM
Your question is too vague. What kind of communication? Are you sending commands from one LabVIEW program to another? Are you collecting data on one that the other needs to be able to see?
You can use TCP/IP to communicate between programs (doesn't matter if they're both LabVIEW). Examples ship with LabVIEW. Doesn't matter if it's a wireless router or tin cans with a string.
You can use network shared variables to transfer data. The LabVIEW Help describes these.
Once you can formulate a better question, post back and we can provide better answer. How To Ask Questions The Smart Way