LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IDE not responding, rewire a wire takes 30+ secs to take effect?

The logic in my code is simple, it only takes 64 copies of add and delay, which might seem to be the cause of the problem.

But for my application, I might go for 512 or so if possible, of cause, I will have to split them into little pieces. according to what I see here...

 

jiangliang_0-1610726194775.png

jiangliang_1-1610726309382.png

jiangliang_2-1610726352586.png

 

 

0 Kudos
Message 11 of 14
(638 Views)

Save all doesn't seem to help.

Also, I'm not using any SCC toolkits right now.

I only left windows security running in a Windows 10 system.

0 Kudos
Message 12 of 14
(638 Views)

Try dropping an "add" on your block diagram.  Don't wire it.

Does the behavior go away?  (The add will break your VI and stop the compiling in the background.  If this works, there are more elegant ways to resolve the issue you're running into)

If not, open another VI and try programming something else (even just an example should work) to see if the lag persists.

Essentially, I'm trying to understand if the behavior follows the VI or the installation.

Message 13 of 14
(614 Views)

Thanks for your advice.

 

By dropping an add function in BD, the overall hanging time didn't seem to change.

 

By the way, dropping or deleting this add function also takes around 10 secs to finish.

 

Programing other vi seems fine, but once the BD has 300+ items, the overall performance drops quickly. I currently have 64 delay functions, 128 add functions, and around 200 single element feedback nodes.

0 Kudos
Message 14 of 14
(605 Views)