LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV 2012 compatibility bugs with Windows XP

Solved!
Go to solution

@Kyle97330 wrote:

Do you ever call any of your subVIs using the "Start Asynchronous Call" function?

 

I've had issues stopping LV when running those VIs and they don't stop properly.


I've never used "Start Asynchronous Call". I wasn't familiar with it so I looked for it on ni.com.

 

Thanks,

 

 

Jeffrey Bledsoe
Electrical Engineer
0 Kudos
Message 11 of 14
(1,159 Views)

@Kyle97330 wrote:

Do you ever call any of your subVIs using the "Start Asynchronous Call" function?

 

I've had issues stopping LV when running those VIs and they don't stop properly.


Perhaps an executable will eliminate this annoying problem.

 

Thanks,

 

 

Jeffrey Bledsoe
Electrical Engineer
0 Kudos
Message 12 of 14
(1,126 Views)
Solution
Accepted by MinerHokieRamp

It sounds like a reference to a top level VI is getting left open and therefore, LabVIEW is getting hung. I found an example VI that you can run to find all your VIs that are open.

 

https://forums.ni.com/t5/Example-Code/Finding-Running-VIs/ta-p/3996230

 

I would suggest running it the next time LabVIEW application tab gets stuck in the windows task bar and make sure that all your VI references are getting closed.

A Johnson
Applications Engineer
National Instruments
0 Kudos
Message 13 of 14
(1,102 Views)

 

aflojo wrote:

It sounds like a reference to a top level VI is getting left open and therefore, LabVIEW is getting hung. I found an example VI that you can run to find all your VIs that are open.

 

https://forums.ni.com/t5/Example-Code/Finding-Running-VIs/ta-p/3996230

 

I would suggest running it the next time LabVIEW application tab gets stuck in the windows task bar and make sure that all your VI references are getting closed.


 


 


 

After reading your suggestion, I noticed that LV only hangs up when one subVI has been called.

 

The FP.STATE property of that VI was alternately set to "Standard" and "Hidden" from a main VI button toggle. 

 

So, I changed the FP.CLOSE setting from "Hidden" to "Closed" and LV didn't hang up during initial tests. Looks promising; I'll try it for a few days and provide an update.

 

Thanks,

 

Jeff

Jeffrey Bledsoe
Electrical Engineer
0 Kudos
Message 14 of 14
(1,084 Views)