11-01-2012 04:50 PM
With LabVIEW 7.1 projects I had been using a memory subvi called nirviExtendedMemory.vi - it functions as "non-volatile" memory. That subvi is called by a 16x128block.vi. The subvis together work with LabVIEW 2011 on the host but it breaks a LabVIEW 2011 FPGA project because the "subvi 16x128block subvi is not executable".
I'm new to LabVIEW 2011 - can this be resolved in the FPGA project configuration?
Thanks,
John
Solved! Go to Solution.
11-05-2012
12:17 AM
- last edited on
04-28-2025
07:12 PM
by
Content Cleaner
Hi John,
Can you give a little more information on the functionality you are trying to achieve? Would it be possible to post these subVI's?
Perhaps what you are looking for is block memory. Try right-clicking on your FPGA target and selecting New>>Memory. Take a look at the "Memory Items" section of this article.
Best,