LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Driver for Omega UTC-USB

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

0 Kudos
Message 1 of 3
(4,648 Views)

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

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
Message 2 of 3
(4,626 Views)

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

Message 3 of 3
(4,590 Views)