LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiplying waveform from oscilloscope for power analysis

Solved!
Go to solution

Hi guys, 

 

I am new to labview. Currently I am using Labview 8.5 to connect with Tektronix TPS 2024B osciliscope for calculating power. I use the example code from Labview (tektronix TDS series acquire continuous waveforms.vi) to start with.  However, the problem I ran into is I could not mutiply the waveform signal from osciliscope with a test signal (sine wave) I created in Labview. The purpose is to test the P=VI by mutiplying two waveforms together.  Is there a reason for that? If so, how can I fix my program? Can you guys see anything wrong with my program in general?

 

Thanks for your help  擷取.PNG 

0 Kudos
Message 1 of 2
(3,744 Views)
Solution
Accepted by topic author day831

I suspect your problem is probably because of the dynamic signal data type - use one of the signal generation VIs to generate a sine wave form data type and you should be able to multiply them together. You might have to make sure that they have the same dimensions (e.g. length / dt / start time).

 

WaveformMultiply.png

 

Produces:

2016-03-11_09-30-51.png


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 2
(3,741 Views)