LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Signal integration

Hello!
 
Is there a way to integrate a signal using LabVIEW instead of making an integrator (using opamp, for example)?  I'm measuring and recording coil current signal, but I need to get coil flux, so it's necessary  to integrate that signal. I made an integrator but it would be better if there's some way to integrate that signal in LabVIEW. Frequency of the signal is 50 Hz, and it's sine signal, but because  the coil is nonlinear it gets distored after some point.
 
Dejan.
0 Kudos
Message 1 of 5
(4,312 Views)
If you have at least the full version of LabVIEW, there is Numeric Integration on the Analyze>Mathematics>Calculus palette.
0 Kudos
Message 2 of 5
(4,302 Views)
Hello Dennis,
 
I know there's a vi for numerical integration. But I have integrate the input signal ( wich is waveform type) and I have to get a waveform after the integration. I'm not sure if I can do that with the numerical integration vi because its output is a number.
 
Dejan
0 Kudos
Message 3 of 5
(4,293 Views)
There's also the Time Domain Math Express VI and the Integral x(t) function. With the first, use the Convert To/From Dynamic Data and for the second function, use the Get Waveform Components/Build Waveform.
0 Kudos
Message 4 of 5
(4,287 Views)

Hey Dejan, did you manage to do that? I'd also want do do something like you. I'd like to measure BH loop of a core and I need to integrate voltage i get on secondary winding. I get two signals. first is primary currnent, for measuring H and a secondary voltage for measuring B. If I'd be able to integrate voltage I'll be able to measure B. But I don't know how to integrate. I tested it with integration a sinus signal and I got zero, insted of expected cosinus.

 

Any help would be much appreciated.

 

Regards

0 Kudos
Message 5 of 5
(3,738 Views)