From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

PropFlags_Hidden and PropFlags_NotEditable

  The most interesting thing for Teststand, I think is It could set edit flags for variables. Here I have a question on it. By accident, I set one of my  fileglobals variable flag as PropFlags_Hidden and PropFlags_NotEditable, is there any method to make that visible and editable again?
 
Thanks!
Jacky
0 Kudos
Message 1 of 3
(2,817 Views)

Hi,

Unfortunately there isn't.

I hope you have a backup to fall back too.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,810 Views)

Jacky -
In general I do not recommend doing this, but if the name of the variable is unique, you might be able to delete the variable from the file by closing the file, removing a line from the INI content of the file, and reloading the file. Make sure that you back up the file before hand editing the file in case it does not work. For example, remove the second line shown below to delete the MyFileGlobal variable.

[DEF, SF.FileGlobalDefaults]
MyFileGlobal = "TYPE, Error"

Once you do this, you will have to reconstruct the variable the way you want it.

Scott Richardson
0 Kudos
Message 3 of 3
(2,792 Views)