07-31-2019 09:00 PM
1)There is only one serial number box in Original PUUTPanel in parallel mode, but there are 3 boards run in the same time in our test. Each serial number in 3 boards needs to be scanned into each serial number box(total 3 serial numbers) at one time.
How can I do for this application?
2)I find that the serial number in the original PUUTPanel is indicator, where does the serial number be inputted?
08-04-2019 07:56 PM
08-06-2019 04:05 PM
Yes,it is default PUUTPANEL in parallel mode. The picture in the attached file shows our request for 3 serial number boxes additionally. I feel that it is very complicated if change this default panel. I don't know how to easy to do this change.
Thank you
08-07-2019 12:08 AM
Hi shunfu,
You can follow the instructions from this article to customize your UUT.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8ZFSA0&l=en-US
You should be able to see this in LabWindows/CVI.
08-07-2019 07:18 AM
What is the purpose of having such a dialog? Does each UUT have THREE serial numbers concurrently?
Please note that each socket can repeat testing a new UUT independently. Another foundational paradigm in TestStand is that each UUT has a unique ID/serial number.
That being said, it sounds to me that you want to loop on three UUT per socket per socket start.....
08-07-2019 04:50 PM
08-09-2019 02:31 AM - edited 08-09-2019 02:39 AM
Sounds more like a batch test of 14 sockets while each socket represents four parallel single pass tests.
It is possible to "stack" process models by using "New Execution" sequence calls. The only thing to 'solve' is that a single pass execution doesn't by default acquire a serial number. However, using the right process model callback overrides, you can achieve this.
EDIT: To better elaborate: The idea is to use Test UUTs from batch model and have sequence call step in the MainSequence configured to call a test sequence (MainSequence in another file) with using Parallel Model with Single Pass entry point.
09-01-2019 03:42 AM
Hi, carmen,
1) You recommend a document linked to https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8ZFSA0&l=en-US which is for the UUTPANEL in the SequentialModel. It's not for PUUTPANEL. Because it's not be called when running ParallelModel sequence. Please see the attached file fig. 3 while running ParallelModel sequence.
2). In the ParallelModel sequence, I create a serial box which copies from original serial box (above new one,please see fig.2) to have a try,but while running ParallelModel, new serial box can't be appeared( see fig.3.).
How can the new serial box be displayed? In which and What needs to be modified in the CVI codes of the modelsupport2 file?
Thanks
09-01-2019 03:48 AM
Hi, carmen,
1) You recommend a document linked to https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8ZFSA0&l=en-US which is for the UUTPANEL in the SequentialModel. It's not for PUUTPANEL. Because it's not be called when running ParallelModel sequence. Please see the attached file fig. 3 while running ParallelModel sequence.
2). In the ParallelModel sequence, I create a serial box which copies from original serial box (above new one,please see fig.2) to have a try,but while running ParallelModel, new serial box can't be appeared( see fig.3.).
How can the new serial box be displayed? In which and What needs to be modified in the CVI codes of the modelsupport2 file?
Thanks
09-09-2019 10:26 PM
Hi,
Hope this CVI manual helps you on how to modify the user interface (Chapter 2):