03-14-2010 01:11 AM
Hi, Im doing a pH signal conditioning circuit and now Im done with the hardware part. So now im having a problem in Labview. Can anyone help me in this?
In my program I need a section that allow user to calibrate the pH measured and a display of the pH reading in graph and record it down.
and by the way, how am i gonna connect my hardware to the DAQ card on my computer? As my hardware only got 2 pins - output and ground, and my DAQ card using a DB 37 pins.
any suggestions will be greatly appreciated!
Thanks!
Henry
03-14-2010 08:20 PM
1. What is DAQ card model you use?
2. Probably write a program that allow user to write down a pH value at that reading voltage, and log calibrated value to a file. Then, at the beginning pf program, read this calibrated value and keep it in array. Then, use interpolate 1D.vi to change voltage reading into pH.
3. There's example shown how to read analog voltage, and record reading shown in Help>>Find Examples>>Hardware Input and Output>>DAQmx>>Analog Measurements>>Voltage>>TDMS Streaming - Cont Log and Read.vi.
If you lag of LabVIEW skill, I'd recommend run through these tutorials before continuing your project: http://zone.ni.com/devzone/cda/tut/p/id/5247
03-15-2010 12:45 AM
1. Im using ADLINK PCI-9221 DAQ card.
2. Im not sure about the explanation you gave because Im still new to labview. Can you show me any examples on the program of calibration?
03-15-2010 02:06 AM
03-23-2010 11:55 PM
03-23-2010 11:57 PM