Vc6.0 uses visa library function to control spectrometer and signal source through network port. Because it is not an Agilent instrument, the port number of the instrument needs to be changed.
For example, the socket you use is Winsock 1, so you use:
Winsock1.remoteport = 5001'opposite port.
Winsock1.localport = 5001'local port.