Modular Data Acquisition
Distributed Measurement and Control
High-Performance Test
Automated Test System Development Software
Perspectives showcases how NI sees what’s next in the world of test and technology.
You can request repair, RMA, schedule calibration, or get technical support. A valid service agreement may be required.
Provides support for NI data acquisition and signal conditioning devices.
Provides support for Ethernet, GPIB, serial, USB, and other types of instruments.
Provides support for NI GPIB controllers and NI embedded controllers with GPIB ports.
05-07-2009 05:16 AM
Hiii
can any one explain me how to cleat the buffer in TCP/IP communication
Solved! Go to Solution.
05-07-2009 05:23 AM
05-07-2009 05:25 AM
05-07-2009 06:17 AM
I use the TCP Read function, with the mode set to Immediate, the bytes to read count set to a large value (say 1M) and the timeout set to 1ms.
I think this always returns a timeout error (or course) so you need to check for this and clean it out.
05-07-2009 06:34 AM
Hi Karthikey...,
can you explain what you make with it? Why do you need it? Who sends so much data on which you can't work?
Mike