Hi,
WinSock2 is the Windows implementation of the TCP/IP sockets. Apparently, from the document you attached, you can also bind a serial port to a socket. I've never seen this. Does the device have a serial or ethernet port?
VISA has the ability to communicate using both serial and raw socket connection. You just need to know what packets or messages to send. This information doesn't seem to be included in the document.
From the document you attached it seems that the instrument does require a driver that allows you to use the socket API to communicate to it. Check the following article on the Microsoft site:
Windows Sockets 2 as a WOSA ComponentI think your best bet is to contact the instrument manufacturer and ask if you need any drivers. If not ask if you can use the serial port directly to communicate with the device and what messages you need to send.
If you need some drive to use the socket API, you can still use it LabVIEW using the library function call node. This node allows you to call dll functions directly. You could use this to call the Winsocket functions directly. This implies some work, but it is not difficult to do.
Hope this helps.
DiegoF
National Instruments.