03-12-2008 02:19 AM
03-12-2008
03:27 AM
- last edited on
11-06-2024
06:46 PM
by
Content Cleaner
Hi Jacko Leung,
TCP is an industry-standard protocol for communicating over networks. VIs running on the host computer can communicate with another target VIs using the TCP VI and functions. However, TCP is non-deterministic, and using TCP communication inside a time-critical VI can affect the determinism of the VI.
One advantage to communicating using the VI Server is that the VI Server allows you to access the functionality of TCP while working within the framework of LabVIEW. However, the VI Server is non-deterministic and using VI Server communication can affect the determinism of the VI.
The biggest advantage Data is that DS is very easy to use--often taking no programming to implement. The DS server doesn't "send" data anywhere. It simply makes it available to whoever wants to read it.
03-12-2008
05:02 PM
- last edited on
11-06-2024
06:47 PM
by
Content Cleaner
Hi Jacko
If you are interested in more information about DataSocket check out this tutorial on ni.com
Good luck