08-07-2008 10:34 AM
08-07-2008 10:55 AM
08-07-2008 11:32 AM
Hi MY,
Which user object should I release? How should I release TestStand objects in LabVIEW? I tried "UnloadAllModules" and "UnloadTypePaletteFiles" methods but still getting the message...
Attila
08-07-2008 02:11 PM
08-08-2008 04:04 AM
Hi Jigg,
I used the Full-Featured OI as a base for my Custom OI, so the start-up and the shut-down process is the same, therefore I'm closing all the references, that's why I don't understand why I'm getting the message...
08-08-2008 04:18 AM
08-08-2008 04:57 AM
08-08-2008 09:17 AM
Based on the three objects that you are seeing in the report, I suspect that the "administrator" user object is what has the extra reference and it is referencing the User type and the the User type is referencing the "NI_UserCustomPrivileges" type. In LabVIEW, if you ever get the reference to an object from one our TestStand's API calls, you must release the reference using the Close Reference function.
If you do not see this issue with the sequence editor, it is liklely some code in your OI. If you see this issue with the sequence editor, it is likely some code in a code module or sequence, such as a model or callback file.
So what code did you add that references a user object? If you login as a different user, does the named object change to that named object?
08-11-2008 03:51 AM
07-11-2011 08:13 AM
Hello,
I have the same problem. I have modified the user interface (Configure statusbar.vi) and I get this error message. I want to display my own icons and message at the statusbar.
The vi is attached.
regards
Schwede
TS2010, LV2010