Search the Community
Showing results for tags 'tcpip'.
-
Name: Transport.lvlib Submitter: ShaunR Submitted: 27 Aug 2011 Category: Remote Control, Monitoring and the Internet LabVIEW Version: 2009License Type: Other (included with download) Transport.lvlib is a LabView API to simplify and accelerate networked communication development. It simplifies development by abstracting TCPIP, UDP and Bluetooth and TLS interfaces into a single polymorphic vi which is a thin wrapper around the conventional open, read, write, close and listener VIs for all the network interfaces. Features: Supports TCP/IP, Bluetooth, UDP (p2p, broadcast and multicast) and TLS. Supports symetric encryption (blowfish). Supports compression (zlib). INSTALLATION: Run the supplied installer and follow the instructions. Click here to download this file
-
Hi Guys, I'm back again..... I'm developing a software which talks to many devices using the TCPIP connection. On the PC where the software will work there are two lan boards. One is used to talk with the instruments and the other one will be used for other porpouse. Both are needed. Now the issue: using the TCPIP connection I have many problem on getting the connection to the devices. I don't have the same problem if I use the VISA. The only difference I can see between the two systems is that while I can choose the board where I want to open a connection on the VISA driver I can't do the same when open the coonection with the TCPIP. Do you know if there is a method to choose the LAN board to use before opening the connection on TCPIP?