LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Integral blocks from labview 7.1 where is in labview 2010

Solved!
Go to solution

Hi I must integrate sampled signal. In labview 7.1 is good checked blocks for it. But where is equivalent in labview 2010?? I cant find it.

0 Kudos
Message 1 of 8
(3,036 Views)

http://zone.ni.com/reference/en-XX/help/371361G-01/gmath/integral_xt/

 

Did you try the search capability for the functions palette?

0 Kudos
Message 2 of 8
(3,031 Views)

Ok. Thank you. I used this function now but I get empty array on output. My table are filled by the signs NaN. I would like get as I show in annex.

0 Kudos
Message 3 of 8
(3,020 Views)

Please upload your VI along with saved data, or if you're reading the data from a file then please upload your file.

0 Kudos
Message 4 of 8
(3,013 Views)
Solution
Accepted by limatorek

This is my VI, that i have now

0 Kudos
Message 5 of 8
(2,996 Views)

Hi limatorek,

 

The problem is that the first element in the array you are trying to integrate it "NaN," or "Not a Number."  Having this number in your array is causing the integral to always be NaN.

 

I believe that the the first element is becoming NaN because you are subtracting 4 from your array index prior to the array having 4 elements in it.  You are basically going out of the range of the array (trying to acess the -4 element) and this is causing the average function to result in NaN.

 

Hope this helps!

 

Chris V

Applications Engineer
National Instruments
Message 6 of 8
(2,976 Views)

Chris thank you very much. You are rigth. Now everythink is ok.

 

Greating from Poland.

Limatorek

0 Kudos
Message 7 of 8
(2,961 Views)

Please mark Chris' response as the solution, rather than your message. You can unmark a solution using the Options menu right above the message to the right.

Message 8 of 8
(2,946 Views)