Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

omega HH66U

Hello!

I have thermometer omega HH66U (http://www.omega.com/manuals/manualpdf/M4932.pdf). Thermometer uses rs232  and has usb connection for computer It came with its own software (http://www.omega.com/manuals/manualpdf/M4947.pdf) and works fine with it. But i need to get data from the device in LabView. I saw here couple similar issues with other omega thermometers (http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Omega-HH506RA-datalogger-thermometer-serial-c... but my one uses different protocol for communication.

It is my first LabView project, and my experience with serial connections is poor too. Will appreciate any suggestion!

0 Kudos
Message 1 of 5
(3,971 Views)

i tried to find out information about the thermometer compatibility with LabView from manufacturer, but they just sent to me some protocol (attached below)

 

0 Kudos
Message 2 of 5
(3,965 Views)

You can typically communicate with third party devices using VISA. The device will then appear as a COM port which you could use for communications to/from the device. Instal the 3rd party drivers, then see if you can open VISA Test Pannel for this COM port in Measurement and Automation Explorer where you could send a *idn command to the 3rd party device. This is a simple read/write command to see if the device is there. These are the first steps. Hope this helps!

0 Kudos
Message 3 of 5
(3,929 Views)

Thanks for participation in discussion!

I think I did the procedure that you described above. But for some reason the device didn't answer for commands from the manufacturer protocol. I'm not sure how exactly to use it. Omega sent me just some list of commands, without any instructions about it. Probably someone with enough experience could easy figure out how to do it, but for me it looks complicated.

Basically, I don't know how to form a command which would return me a temperature value from the thermometer. It should be some consequence of bits with particular values for each bit. But it is not clear what each of the bits is responsible for. And the manufacturer is not going to clarify that issue for some reason. Could You take a look on this protocol (attached below) and suggest something?  


 

 

0 Kudos
Message 4 of 5
(3,923 Views)

Sorry, I'm unfamilliar with these specific types of measurements. Hopefully someone better qualified can follow up with this forum.

0 Kudos
Message 5 of 5
(3,897 Views)