Jump to content
  • 0

USB-2001-TC


ZY Go

Question

My application is to monitor ambient temperature in real-time. I am planning to connect a thermocouple to the USB-2001-TC, and make the USB connection with a PC to retrieve temperature data using my custom application. What is the requirement to develop a C# application in Windows using USB-2001-TC? or what else do I need to make this work? Thanks. 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1

The only requirement to use C# is to add the MccDaq DLL reference to your project. In the Solution Explorer, right-mouse-click the project and choose Add->Reference. Select Extensions, locate and add MccDaq. If MccDaq is missing, it means that you have not installed the InstaCal utility. I've attached an example that shows how to read temperature. Create a 32-bit C# console project, add the reference, and copy the program code into the program.cs module replacing what's there. 

 

Program.cs

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...