11-30-2015 03:32 AM
Hi, I can change a stepname during the "Run Selected Steps" in a VI, but it changes not permanently. The new name is shown in the report file but the old step name stays in the sequencefile. I save the sequencefile in the VI and see that it was saved at the time but it dosnt take the new stepname in the seuencefile. Is there an othe possibility to change the stepname permanently?
Here a picture of the front panel, blockdiagram, sequencefile before and after and the report. I use Labview 2012 32bit with Teststand 2012.
Solved! Go to Solution.
11-30-2015 03:39 AM
The issue you are facing is that you change the name in the wrong context. You are using the context of a running execution for renaming the step.
This does, as you observe, NOT affect the original file.
You have to select the step to rename from the file itself, not from the context of a running execution.
Norbert
11-30-2015 03:42 AM
And how I do that?
11-30-2015 03:54 AM
I haven't tested this but it should be what you do after renaming the step: Use the SequenceFile reference.
Identify the step going from that reference (SequenceFile->Sequence->Step) and do the renaming.
Norbert