05-30-2008 03:54 AM
05-30-2008 04:00 AM
05-30-2008 11:19 PM
dear sir,
thanks a lot .please send me vi for both in labview 7.0
falgandha
06-02-2008 03:06 AM
Hi anivij,
see the attached pictures. One shows how the server could work, and the other one shows two clients which send their data.
Hope it helps.
Mike
06-02-2008
05:16 PM
- last edited on
05-02-2025
10:44 AM
by
Content Cleaner
Dear Falgandha,
Please see Basic TCP/IP Communication in LabVIEW for a general outline of the process.
You may also find utility in the LabVIEW example files. From the LabVIEW Help Menu >> Find Examples... >> Browse by Task >> Networking >> TCP & UDP >> Simple Data Client.VI demonstrates how to open a connection to a specified host and port, read the data being sent to the port, and display the data on a chart. This VI is designed to stop if the TCP connection is terminated.
Also from the LabVIEW Help Menu >> Find Examples... >> Browse by Task >> Networking >> TCP & UDP >> Simple Data Server.VI demonstrates how to set up a basic TCP connection, send data to the specified port once a connection has been established, and terminate the connection once the data has been sent. This VI is also designed to stop if the TCP connection is terminated.
You can also refer to Using LabVIEW with TCP/IP and UDP for more information.