LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ph/conductivity meter vi or information

I am trying to have labview 7.0 read and record (to excel) pH/conductivity/temp from a thermo-orion 550A multimeter. I have used hyperterminal to communicate with unit, however, would like to encorporate into LV. I am converting RS232 to USB and the computer is seeing it as a COM port.

Does anyone have a vi or any suggestion on reading values in LV?
0 Kudos
Message 1 of 3
(3,308 Views)
Have a look at this tutorial
0 Kudos
Message 2 of 3
(3,308 Views)
First, you might ask the manufacturer if they have a LabVIEW driver already written for you. If so, that will save you time.

Since the computer is thinking it's talking to the multimeter through a serial port, I think you can ignore the tutorial on USB.

You do want to use VISA, though. Look at the Measurements Manual for some guidance about how to get started with VISA.

Basically, you want to use the functions "VISA Configure Serial Port" and "VISA Write" and "VISA Read".

Good luck getting started.

Brian
0 Kudos
Message 3 of 3
(3,308 Views)