NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing menu name in teststand user interface

Hi ,

Is there any possibility that I could change the menu name in the full feature user interface.

 

Like Execute and Debug name can be changed from our application specific name.

 

Regards,

Anand

0 Kudos
Message 1 of 3
(2,348 Views)

We use this to set UUT serial number in the menu. See Using TestStand User Interface Messages.

0 Kudos
Message 2 of 3
(2,326 Views)

Hi Anand,

 

In the Entry Point sequences for each process model sequence file, if you get the properties of the sequence, under the Model tab of the properties dialog is a field for "Entry Point Name Expression". The default settings use the ResStr method to replace the text for that Resource string into the Menu and button. So for instance, the Sequential Models "Test UUTs" sequence uses the ResStr("MODEL", "TEST_UUTS") to get the string from the string resource files located in the model strings file (ModelStrings.ini). So you could change the relevant strings there, or replace the ResStr function with your own text.

 

I hope this helps.

 

-Jack

0 Kudos
Message 3 of 3
(2,296 Views)