07-01-2009 12:25 PM
Hi,
I have a sequence file having 600 steps. I would like to know is there any option in test stand to set line number for each step in sequence editor so that it will be helpful for review.
Example:
1 Action1
2 Action2
............
600 Action600
Regards,
krishna
Solved! Go to Solution.
07-01-2009 01:25 PM
Hey Krishna,
This currently is not possible to my knowledge. If you want to suggest it then you can go to NI's product suggestion page: http://digital.ni.com/applications/psc.nsf/default?OpenForm
If you want to print your sequence then use the documentation tool: Tools>>Sequence File Documentation. This creates a more readable version of your sequence.
You could rename all your steps.......but then when you add a new step you will have to rename all the steps after the added one again.
Regards,
07-01-2009 01:49 PM - edited 07-01-2009 01:53 PM
Krishna,
If you just want to know the index of a step, this information is displayed at the bottom of the sequence editor in the status bar. It shows you how many steps there are in the sequence, how many you have selected, and the index(es) of the selected step(s).
It is also possible to display this information in the steps view as a column if you are willing to create a new column. Follow the instructions in this KB to see how to create a new column:Changing Columns Properties of the TestStand Sequence Editor Execution View Window.
One of the types of colums is Index. Simply set your column to that type and you will see step indexes as shown below.
07-01-2009 02:17 PM
Thanks josh.
Krishna.