NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Import/Export properties

I have a sequence of 300+ steps.  I've made it so that I can reuse the same function for each step so I have copied and pasted the same step 300 times.  Now I need to simply give each step a unique name so I can import and export the properties that I need.  Is there any way to give each step a unique name without clicking on each one to change it??  It seems you can't import the step name, what a pain.
0 Kudos
Message 1 of 2
(2,836 Views)

rreis,

If you want your step names to be unique you can do the following:
1. Go to Configure->Sequence Editor Options->General
2. Verify that the 'Make Step Names Unique when Inserting Steps' box is checked.
3. Now every time you copy and paste a step it will be assigned a unique name.

If you already have a sequence with duplicate step names you could write a sequence that programmatically changes the step names so they are unique.

 

Hope it helps

0 Kudos
Message 2 of 2
(2,827 Views)