03-21-2013 06:33 PM
I recently bought an Omega UTC-USB thermocouple device for a temperature measurement. The device works fine with the Omega interface, but I need to incorporate the temperature reading into LabView. Is there a driver for this device, or how do I go about building one?
Thanks.
Ben Caire
03-22-2013 09:19 AM
Find what COM port the device is showing up as, then start with Hyperterminal set to the proper port settings as shown in the Command Reference Manual:
ftp://ftp.omega.com/public/DASGroup/products/UTC-USB/UTC_USB-Command_Reference.pdf
Once you have verified communications, search LabVIEW Examples for Basic Serial Read and Write.
Set up the COM port parameters, write commands terminated with CR or CR and LF and also try to read data.
-AK2DM
03-28-2013 10:12 AM
Thanks AK2DM for pointing me in the correct direction. I was able to grab some code from the Advanced Serial Read/Write VI and then modify it to fit my needs. I've attached what I wrote for others to use if desired.
Ben Caire
CLAD #100-312-3922