09-24-2009 10:23 PM
HI all, I am using NI USB 6008 and labview 8.5 evaluation, using daq assistant.
Q1) How to calibrate two input voltage signals to become equal?
Q2) i used the comparison function eg: not equal. When the two inputs value get not equal, how to make an output of 0-5V to the output ?
If anyone need more info on it to help me, i can provide it.
Solved! Go to Solution.
09-26-2009 07:58 AM
Not sure at all what you mean by "make an output of 0-5V to the output". Do you want to output the difference between the two inputs?
Also, two input signals will probably never be equal. It's just not something that exists in floating point numbers on a computer. You should subtract one from another and use the In Range and coerce function to determine if they are close enough.
10-02-2009 12:55 AM
OK thanks