LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Temperature reading from OMEGA data logger thermometer (model HH309)

Solved!
Go to solution

Hello,

 

I am new to LabView but I need some help.  I have a Data Logger Thermometer model that looks identical to the one in this manual: http://www.omega.com/manuals/manualpdf/M4147.pdf (OMEGA model # HH309).

I connect the thermometer to a PC via a RS232-to-USB (Keyspan adapter) connection.  The software that comes with the device (SE309 - Four Channel Thermometer Software v 3.6) detects and monitors the temperature through the COM3 port with no problems.

However, I need to interface this device with LabView 2011 and I am having difficulties getting it to communicate successfully.  I use the example VI called "Basic Serial Write and Read.vi" to open a VISA session.  I use the default communication parameters (baud rate, data bits, etc...) but change the VISA resource name to COM3. After figuring out a few RS-232 transmit and receive commands I am able get some strange responses.  

For example, if I send "C", the thermometer temperature reading changes from Celsius to Fahrenheit and vice-versa.  When I send "E" the thermometer beeps.  If I send "P" the screen of the thermometer shows "SEend" followed by "Err".  Then the "read string" in LabView shows strange ASCII characters like: ÿÿÿÿÿÿÿÿ .

I would like to know the following:

(1) What communication parameters should I be using (baud rate, data bits, parity, stop bits, flow control, delay, etc...). 

(2) What else can I try to get the temperature reading in LabView? 

(3) How can I interpret the ASCII characters I receive from the "read string" such as: Ȁ ? (see screen shot attached)

 

Thanks

0 Kudos
Message 1 of 16
(12,614 Views)
That manual does not help at all. Unless someone who has experience with it and posts here, you may have to resort to using a sniffer program such as portmon.

Right click on the indicator and select hex display. That won't tell you though, how to format the received bytes.
Message 2 of 16
(12,598 Views)

Thanks for the reply

 

 

Download All
0 Kudos
Message 3 of 16
(12,570 Views)
Solution
Accepted by medphysguy

Changing the display format will better allow you to match the bytes read with the explanation of the bytes in the manual. You will have to decode the information. I would start by using the String to Byte Array function. With that, you can use the Index Array to get specific bytes and manipulate it further as needed.

Message 4 of 16
(12,552 Views)

I was able to figure out which bytes contain the temperature.  When I get around to it, I'll make a VI to take readings and plot the temperature over time.  Thanks for the help.

 

I have another question and I don't want to make a new thread if it can be answered here.  I just want to confirm that if I buy a sensor from NI such as a thermocouple or pressure sensor I wont need to worry about reading bits and bytes correct?  Same goes with non-NI devices that have 3rd party drivers for LabView?  Is there an online catalog or list that summarizes the supported sensors I can buy?  I found this: http://sine.ni.com/np/app/main/p/ap/daq/lang/en/pg/1/sn/n17:daq,n36:12556/

But I'm looking for something that has a full list to print and show my supervisor.

0 Kudos
Message 5 of 16
(12,527 Views)

You are confused. A sensor such as a thermocouple or one for pressure, is connected to some sort of acquisition device. It could be be a USB/PCI DAQ device, serial instrument, GPIB instrument, etc. You have a serial instrument. If you were to use an NI DAQ card with a thermocouple connected, then you would use completely different software to read the DAQ card. The link you have is for data acquistion devices and it lists some of the different types of sensors that can be connected. Same is true if you were to use a completely different serial instrument that accepted different types of sensor connections. If you decided to use a different serial instrument, then I would recommend you search for it in the Instrument Driver Network. If you find an existing instrument driver, that means that someone has already determined the protocol and written LabVIEW code to read and interpret it.

 

p.s. NI does not sell sensors.

Message 6 of 16
(12,524 Views)

Good info to know, thanks again for the reply!  I was given a couple other devices and asked to check if I can interface them in LabView, including a fiber optic spectrometer(Ocean Optics USB2000) which I was able to find working drivers for in the Instrument Driver Network. I got it to work with LabView so that's a good start. 

 

Now I am being asked to look online for supported temperature and pressure sensors.  I will keep searching but I figure it might be worth asking here if you have any suggestions?

0 Kudos
Message 7 of 16
(12,508 Views)

The only things I have used is the Agilent 34970 for temperature and various NI DAQ devices. For specifics on NI devices, you should contact your local sales engineer or NI directly. They have so many options that it would be impossible for me to recomend anything without getting a lot more details.

0 Kudos
Message 8 of 16
(12,498 Views)

dear medphysguy!

you posted while ago about your experience with reading data from omega thermometer in LabView.

i have similar issue but with different model. Could explain how you figured out which commands from protocol (that comes with thermometers) should be used to get temperature from the device? my protocol is attached below just in case

0 Kudos
Message 9 of 16
(12,125 Views)

Hi I am trying to interface with the omega data logger thermometer HH 309 using labview to record and monitor temperature. Can someone from this earlier thread help me with it if they have figured out which commands to use to initiate reading temperature.

 

Thanks

Vidhi

vidhi.desai@ufl.edu

0 Kudos
Message 10 of 16
(10,589 Views)