LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Extract positive and negative from a waveform

I am going to acqure a -10 - 10v signal, its from a strain gauge. I then need to integrate the positive section and the negative section of the waveform. This way I can get the amount of work forward and the amount of work in reverse. Can anybody help and geting the positive and negative signals separated on a waveform.

Thanks
Bryan
0 Kudos
Message 1 of 3
(2,126 Views)
Just an idea,

If we can think that your readings are composing an array that has two columns, the first for data acquired form guage and the second is the time of acquistion, like this:

-05 volts >> 09.00.00 (say)
-04 volts >> 09.00.01
+10 volts >> 09.00.02
+11 volts >> 09.00.03
--------- >> --------
--------- >> --------
--------- >> --------
--------- >> --------

Ans so on, If it like this way, It's very easy to use "Araay functions" to make what you want.
Bur let's first make sure that I described it correct.

Message Edited by Ayman_Metwally on 03-07-2005 03:23 PM

-----------------------------
Ayman Mohammad Metwally
Automation Engineer
Egypt - Cairo
0 Kudos
Message 2 of 3
(2,120 Views)
For example: Feed the y component to two "In range and coerce" nodes (in the comparison palette), one for range 0..10 and one for range -10..0, then integrate each.
0 Kudos
Message 3 of 3
(2,117 Views)