NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plus two additional serial number box in original PUUTPANEL in parallel mode of 2010 teststand?

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?

0 Kudos
Message 1 of 12
(4,122 Views)

Hi Shunfu,

Do you see this panel when you run in parallel mode? The picture below shows the default serial number input panel when you run Test UUT.

TestStand parallel.JPG

 

 

0 Kudos
Message 2 of 12
(4,036 Views)

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

  

0 Kudos
Message 3 of 12
(4,014 Views)

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.

 

UUt.PNG

 

0 Kudos
Message 4 of 12
(3,996 Views)

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.....

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 5 of 12
(3,984 Views)
Thank you. Each sockets in parallel in our test is integrated with 2 main boards (a front board with its daughter board and a back board with its daughter board in one slot of the total 14 slots chassis which one slot includes front and back),total 4 boards are tested at a time in one slot. Certainly 4 serial number needs to be scanned at a time in one slot, total 14 slots need to be tested, So that needs parallel mode and multiple serial number other than one serial number. Best Regards
0 Kudos
Message 6 of 12
(3,974 Views)

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.

SequenceCallNewExec.PNG

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 7 of 12
(3,953 Views)

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

0 Kudos
Message 8 of 12
(3,881 Views)

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

0 Kudos
Message 9 of 12
(3,871 Views)

Hi,

Hope this CVI manual helps you on how to modify the user interface (Chapter 2):

http://www.ni.com/pdf/manuals/373552k.pdf

0 Kudos
Message 10 of 12
(3,830 Views)