06-26-2009 03:48 AM
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.
Solved! Go to Solution.
06-29-2009 08:55 AM
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
06-29-2009 09:20 AM
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
06-29-2009 09:35 AM - edited 06-29-2009 09:43 AM
Hi Bruno,
Thank you very much Bruno. It works.
K.