NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Global Types Not Released

Hello,

 

I am using a GUI built in LabVIEW to start TestStand application which is used to run TestStand sequences. I have been getting Property Object leak message when I shutdown the GUI. I noticed that all unreleased objects actually are the Type Definitions from StationGlobals.ini.

 

I came across some posts on the forum and I did verify all closed references for TS.IEngine and Sequences in the LabVIEW code. Invoke node for UnloadTypePaletteFiles and UnloadAllModules is also used in the code.

 

Any comments/suggestions on resolving the object leak message is appreciated.

 

Thanks!

 

 

0 Kudos
Message 1 of 2
(2,898 Views)

Most likely a reference to the StationGlobals file or the TypeUsageList of the file is being leaked somewhere either in your UI code or your code modules. If you run your sequences in the sequence editor do you still see the leak? If so then the leak is likely in a code module rather than the UI.

 

Hope this helps,

-Doug

0 Kudos
Message 2 of 2
(2,881 Views)