11-26-2008 06:57 PM
Hello all,
Something very strange is happening. Below is the part of the VI having problem. The VI runs and saves normally when it is like what it is below. But when I right click on that square on the loop to change to "enable indexing" and save, labview crashes. I am trying to collect the data and eventually write to a file, but labview won't let me index.
11-26-2008 09:48 PM
11-27-2008 11:17 AM
11-27-2008 12:30 PM
Hi Bladhart,
now you gave us just one more information: It's LV-RT... Do you mind to name the version too?
Can you reproduce the problem when replacing the subvis by a simple "random" function or using a cluster constant?
You always should give as much information as possible when asking for help!
11-27-2008 01:14 PM
I want to make sure I understand what you are saying. Are you saying the LabVIEW development system crashes when you try to save the VI when you turn on indexing, or are you saying that the program crashes when it runs after you make the change?
How big is the array you are trying to index? Are you sure you are not having a memory problem on your target because of the 2-D array you are trying to create?
11-27-2008 04:03 PM
I use LabView 8.5, and the hardware is PXI-7833R. Please note that the VI is the FPGA host VI.
LabView crash when I save.
I can't reproduce the problem with any of my other sub-VIs containing the same types of data.
I have figured out how to achieve the same thing in the end without using this indexing thing, so it is not like I must solve this problem, but it is just a bit annoying.
12-01-2008 02:53 PM
Hi,
Is there a .cpp error after LabVIEW crashes? Either on the crash or after you try to restart LabVIEW? If not could make sure that Tools»Options»Debugging»Prompt to investigate internal errors on startup is checked.