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-27-2011 03:43 AM
Hello,
I have a fatal run-time error when I use fopen.
I put the file that I want to open in the project directory but I have : Missing terminating null in string argument !!!
Please help,
thanks
05-27-2011 04:30 AM
how did you generate the file name? The error implies that it is not null terminated... so you might want to add '\0' to it.
In C, a string is a character sequence terminated with a null character.
What do you need our team of experts to assist you with?
Thanks!
We'll be in touch soon!