Jump to content
  • 0

USB-TC Set Thermocouple Type


Sirius

Question

I'm writing a Windows C# program using the Universal Library and a USB-TC device.

I would like to know how I can set the Thermocouple Type for each temperature input.

I would also like to know how to surpress the pop-up message "Temperature input has open connection" which occurs if no thermocouple is connected. 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hello @Sirius.

Use MCC's InstaCal software utility to set the thermocouple type for each channel pair on the MCC USB-TC

image.png

 

There is no option listed in the MCC Universal Library Help to suppress the message, so you will need to trap those errors and handle them accordingly.  Recommend not selecting a channel without a thermocouple connection obviously, but understand that thermocouples can break, so the error is helpful. 

Error temperature values:
-9999 is returned when a value is out of range or an open connection is detected.
-9000 is returned when the device is not ready. This usually occurs right after the device is powered up and calibration factors are being loaded.

 

image.png

 

Regards,

Fausto

Link to comment
Share on other sites

  • 0

Hi @Fausto

When the application is distributed to customers, they will not have access to the InstaCal application so it is essential that the configuration is performed by my application.. 

If the InstaCal application can set the ThermoCouple types then there must be a method in the Universal Library that performs that function. 

I have found the method to suppress the pop-up messages - it is MccService.ErrHandling(...).

Regards

Richard

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...