LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview stops on one VI during a search for text in whole project

Solved!
Go to solution

A couple of MB doesn't look like a reasonable problem for slowing of the text search.

Correct me if I am wrong? Even if problem was fixed by removing pre-defaulted data it doesn't explain the reason.

 

I have the same problem with text search slowing and mine Vi is just about 700Kb but again this is the main VI file and combines around 2000 SubVis.
I tried LV2012 and 2015 both with no difference.

0 Kudos
Message 21 of 22
(580 Views)

Hi,
I've got my problem sorted using quite a simple technique.
In the text search option you can modify search conditions so you can localize (Step 1) the specific part of the code causing trouble: Front Panel, Block Diagram or something else.
Step2 - binary search, you need to delete the half of what is causing the problem and repeat search so that after a few iterations it does help you to localize the exact root of the problem.
In my case on the Block Diagram I found predefined 2D U32 array constant 515x512 size = around 700 kB only which IMHO doesn't look like tough for search.
Well, there is something really wrong with the text search there...

 

 

 

 

NI text search.jpg

0 Kudos
Message 22 of 22
(546 Views)