02-23-2009 09:37 AM
Hi, I have a number of boards that I am testing that are either marginal passes or marginal failures and would like to be able to re-test the failures by running the selected steps/single pass test and appending the result to the existing result sheet under the same UUT serial number (unfortunately the whole test take 20 mins so it would be much quicker if I could just re-test the test that failed).
I know that you can append results under the same serial number but do not know if you can add a single test to that same result.
At least it would be good if I was able to store the single test result using the UUT serial number
Thanks
Chris
Solved! Go to Solution.
02-23-2009 03:43 PM
Hi,
You can select to the test Step(s) you wish to run then use the menu option Execution | Run Selected Tests Using | Test UUTs.
Is this the sort of thing you wish to do?
Regards
Ray Farmer
02-24-2009 02:03 AM
Hi Ray,
Unless I'm in the wrong place, I only have the option - Run Selected Steps Using --- Single Pass and this doesn't allow me to enter a serial number. see attached picture
02-24-2009 04:38 AM
Hi,
In the SequentialModel.seq for Test UUTs you will need to change the Sequence Properties.
Copy the SequentialModel.seq from the NI folder to the User folder. (Dont modify the files in the NI folder)
Launch SeqEditor and load the SequentialModel.seq file from the \Conponents\User\ ... folder not the NI folder.
Select Test UUTs. View the Test UUTs Properties.
In the Test UUTs Properties Dialog, select the Model Tab.
Enable the control 'Allow Interface Execution of Entry Point'
close the Properties Dialog
save and close SequenctialModel.seq
Load your Sequence File and select a Test Step.
Now you should have both Test UUTs and Single Pass available when you select 'Run Selected Test Using .....'
Regards
Ray Farmer
02-24-2009 06:37 PM
02-25-2009 09:29 AM
Hi Ray,
I tried changing the sequentialmodel as you said but it did not work, maybe I'm doing something wrong.
First of all, does it matter which folder you copy the sequentialmodel.seq to. There was not a folder called User under \Conponents (see PIC1), so I created one and saved the file in there.
I opened the file and PIC 2 is the screen that came up and I doubled clicked at the top on - Test UUT's (highlited blue) to get the properties.
I then selected the Model tab and ticked the box marked - Allow Interactive Execusion of Entry Point (I asume when you wrote 'Allow Interface Execution of Entry Point' that was a mistake, as it was very similar (unless this is why it doesn't work) (PIC 3)
I then saved it and closed the whole thing and opened my test routine, selected a test and went to - Execute, Run Selected Steps Using... and there was only Single Pass as an option.
Can you see where I went wrong?
Thanks
Chris
02-25-2009 09:52 AM
Hi,
Just thought that I would add that I am using TEST STAND 4.1, in case this is different to the one you are using...
Thanks
Chris
02-25-2009 03:45 PM
Hi Chris,
for 4.1 the User folder is now the Shared Documents locations. In the National Instruments\TestStand 4.1 folder you should find a shortcut to the TestStand Public folder. Copy the contents of the \Components\Models to <TestStand Public>\Components\Models and is not called User anymore.
Once you done that launch SeqEditor.
Now when you launch the SeqEditor it will load the SequentialModel.seq from <TestStand Public> area.
You are probably not seeing the changes take affect because the User version didn't exist when launching the SeqEditor before and therefore still had the unchanged Sequential Model.seq in memory.
Make your changes and save the file. Now open a sequence file and select a step. You should see the two Entry Points in the Run Selected Step Using....
You are right it should be Interactive..
Sorry about the confusion. Still working with the old folder layout and forgot about the new layout.
Regards
Ray Farmer
02-26-2009 03:18 AM
02-26-2009 09:18 AM
Hi Ray,
I have been asked to add some text to the result sheet, explaining why the UUT has had the one test re-run but only require the text to be inputed by the user when they select 'Run Selected Tests Using...' and not when a normal test is run (I hope that makes sense).
cheers
Chris