IF-RIO

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I access 8.6 VIs in 8.5 (ex. FFT Block)?

Hi,

 

We have not received an updated copy of labView to 8.6 yet, but I need some of the blocks from 8.6 for my application.  Is it possible to get access to any of the blocks for 8.6, specifically the FPGA FFT block?

 

Thanks,

Patrick

0 Kudos
Message 1 of 6
(6,308 Views)

The following link might be useful

http://decibel.ni.com/content/docs/DOC-1052\

 

--Vinay

0 Kudos
Message 2 of 6
(6,300 Views)

Vinay,

 

I am trying to use the FFT block with an NI-5640R board.  The FPGA VI does not have any errors but when I start to compile, I get Xilinx compile errors:

 

 ERROR:HDLParsers:3312 - "C:/NIFPGA85/srvrTmp/LOCALH~1/NIF6AB~1/case_12aaf5bc_frame1_11cefb38.vhd" Line 692. Undefined symbol 'UNDRIVEN_INPUT'.
ERROR:HDLParsers:1209 - "C:/NIFPGA85/srvrTmp/LOCALH~1/NIF6AB~1/case_12aaf5bc_frame1_11cefb38.vhd" Line 692. UNDRIVEN_INPUT: Undefined symbol (last report in this block)
ERROR:HDLParsers:851 - "C:/NIFPGA85/srvrTmp/LOCALH~1/NIF6AB~1/case_12aaf5bc_frame1_11cefb38.vhd" Line 685. Formal t11ce20fc of commentNode_h15bac1c0_n12aa361c_11cef4a8 with no default value must be associated with an actual value.
-->

Total memory usage is 249924 kilobytes

Number of errors   :    3 (   0 filtered)
Number of warnings :    1 (   0 filtered)
Number of infos    :    0 (   0 filtered)

ERROR:Xflow - Program xst returned error code 6. Aborting flow execution...

Bitstream Not Created
Timing Analysis Passed

 

I have attached the FPGA VI  screen shot of where I implement the FFT code.  I would like the FFT to run continuously and constantly send the FFT data back to the Host.

 

Patrick

 

 

 

 

0 Kudos
Message 3 of 6
(6,281 Views)

Sorry, that was the wrong file. Here is the correct FPGA VI image.

 

Patrick

0 Kudos
Message 4 of 6
(6,279 Views)

Patrick,

 

Can you please zip the project and send it to me? Its difficult to know why the error is occuring just from the snap shot.

Also, can you please post the same question to the owner of the FFT block on the same page from where you downloaded it?

 

--Vinay

0 Kudos
Message 5 of 6
(6,263 Views)

edit: sorry, wrong answer - I've misread the numbers of the total memory usage message.

____

 

 

Hello Patrick,

 

your compiler crashes because of this:

 

Total memory usage is 249924 kilobytes

 

It's the 2G-limit of your 32bit-OS. I had the same problem for a while until I read that there is an optionto increase available RAM for programs.

For XP searchwords (for eg google) are:  boot.ini /3gb

For Vista: /increaseuserva bcdedit

 

After that your program should compile.

 

Greets,

Lars

Message Edited by Lars.B on 12-01-2008 03:14 AM
0 Kudos
Message 6 of 6
(6,240 Views)