06-08-2010 05:59 PM
Hello,
I am working on LabVIEW for analysis on temparature measurements. Can anyone help me out-- how to find the difference between two voltage values in two time frames? I get continuous values of varying voltage from USB module(ez430 RF2500) every second, for example, at time t0 -- 0.415V , at t1 -- 0.425V, ......continuous...i want to display the difference between the amplitudes between two time frames continuously (present and previous) in a waveform chart! Can anyone suggest any method/VI for above!?
Thanks in advance!
06-09-2010 01:44 AM
06-09-2010 02:12 AM
Hello Krishna,.
I have designed the VI for normal single read of buffer string, but i run the VI in continuous mode, the USB module sends data to Labview via VISA Open nd VISA Read and i have done few modifications on strings to get the values. As i need the differences in values to be displayed, i am trying using converting into array thn array functions,then finding difference. Do you have any idea how to find out the difference?
I run the VI in Continuous mode to read the buffer continuously!
06-09-2010 02:33 AM
06-09-2010 02:39 AM
Hi krishna,
Yes, That will be one difference value, as i get continuous data buffers till i keep VISA Read running,i want to have difference between consecutive values (present nd previous) continuously to display the differences in a waveform chart
Thank You,
Aarief Hussain
06-09-2010 02:51 AM
06-09-2010 03:05 AM
Hello Vamsi,
Im new to LabVIEW (learning),
What is the function you have used for string to DBL?
Can you forward me the VI?
Regards,
Aarief
06-09-2010 03:14 AM
Hi Krishna,,
I got the function(scan from string),, i have to implement in the VI..
Thanks alot! I guess this will work!
Regards,
Aarief.