From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Asynchronous Parallel Testing

Hi guys,

I'm designing a test system for testing multiple UUTs at a bench with individual test hardware for each UUT. I want the operator to be able to connect a single UUT and start the test for one UUT at a time, but to have multiple tests running asynchronously in the background at various stages of completion. I've looked at doing it with a parallel process model but this seems to only allow you to start all the tests at the one time.

The starting of the tests will be controlled by a .Net DLL, but i'm not sure what process model to use.

Thanks.

0 Kudos
Message 1 of 2
(1,863 Views)

The parallel model is the correct model to use in this case.  When you initially start you will get a dialog.  You can then start any of the sockets independently of other sockets as described in your requirements.

 

If you need your own dialog there is an example on how to override the PreUUT here: http://zone.ni.com/reference/en-XX/help/370052N-01/tsexamples/infotopics/process_model_parallel/

 

Hope this helps,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 2
(1,860 Views)