10-29-2010 12:44 AM - edited 10-29-2010 12:45 AM
Hello,
We purchased a USB-TC01 measuring the temperature in our test system. Our test system is completely automated in PERL and running under windows XP. We need to measure the temperature only during a request from the test system(ie, only during an event from perl) and return the measured value to the test system. Do you have C/C++, or.NET APIs available for implementing the same?
Please share them if you have. All kind of suggestions are appreciated.
Also, if this is working fine for us, we have plans to buy some more similar equipments.
Thanks in advance for your help
Regards,
Arun
10-29-2010 09:06 AM
The USB-TC01 is supported in DAQmx (latest version is 9.2.2), which has a C API.
The API documentation is located at Start->Programs->National Instruments->NI-DAQ->Text-Based Code Support->NI-DAQmx C Reference Help after installing DAQmx.
10-29-2010 11:54 AM
We also have a .NET API for DAQmx if you are more comfortable programming in .NET.
The documentation is located at Start->Programs->National Instruments->NI-DAQ->Text-Based Code Support->NI-DAQmx .NET Framework 3.5 Help
03-16-2016 01:07 PM
is there a way to access this api from linux?