NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying unique identifier.

Solved!
Go to solution

Hi,

Is there any chance to display the step unique identifier instead of or in addition to the step name?

How to display that unique identifier in the sequence editor?

 

K.

0 Kudos
Message 1 of 4
(3,669 Views)

Hi

 

I cannot find a way of changing the step name to the unique identifier. The step name is a string and you cannot out an expression in that field so it doesn't seem possible to display the unique identifier.

 

You can access the unique step ID by using the following expression:

http://zone.ni.com/reference/en-XX/help/370052G-01/tsapiref/reftopics/step_uniquestepid_p/

 

I hope this helps. Let me know if you need anymore information

 

Thanks

Beejal S
NI UK & Ireland
0 Kudos
Message 2 of 4
(3,642 Views)
Solution
Accepted by topic author MimiKLM

Hi,

 

If you are using TestStand 4 you can cutomize the step list configuration.

You can customize the columns to display what you need.

 

You can change the type of the step column from Name to Expression, and set the expression to Step.UniqueStepId.

The column step should display the unique step id instead of the the step name.

 

Bruno

Message 3 of 4
(3,639 Views)

Hi Bruno,

 

Thank you very much Bruno. It works. 

 

K.

Message Edited by MimiKLM on 06-29-2009 09:43 AM
0 Kudos
Message 4 of 4
(3,635 Views)