Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Can anyone solve this error code 32201006?

hi there
 
i have been doing some simple program to find out whether the actual PDA is able to do some signal processing. So i have done a program and test it out on the emulator. i am able to generate some signal waveform and run it smoothly on the PDA emulator. But when i try to do FFT signal processing, it appear an error message: App failed. Error code 32201006. Bad input argument to function. i trued to search on the net but there was nothing about this error code. Could you explain to me what is this error code is about and how to go about solving this error? Thank you.
The attachment is the current vi i am testing on.
 
gabriel
Download All
0 Kudos
Message 1 of 4
(3,815 Views)
Hi student G,
 
I've seen cases where this issue, is due to a memory problem. What we can do, is do some test to if can do a program, without the error using the FFT.vi. Generate the samples, with a number of samples 2^n (64, 128,256, etc), the FFT is faster in these conditions.
Lets do a simpler program without the while loop and the event structure, to see if the error is in FFT.
 
Tell me how it goes.
 
Tania Lozoya
NI MEXICO
0 Kudos
Message 2 of 4
(3,801 Views)


Greetings!
   Yes, Tania is right. 1) Please do a simple simulate signal and then a FFT and watch the result. Then add pieces of code slowly. And if it errors out on the FFT, then we can narrow it down the VI, else we need to make sure that we are using the VIs that can fit in to the memory you carry with a PDA.
Thanks
Avi




0 Kudos
Message 3 of 4
(3,779 Views)
yes i have solve the problem thanks for your suggestions
0 Kudos
Message 4 of 4
(3,768 Views)