NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

batch model

Hello everyone!
I will thankfully to get help for my project..
 
I want to run 2 UUTs in batch model.
Did i must create semafores to protect shared resourses like global variables, files and serial ports or TestStand do this itself?
 
Thank for your help!
Olga
0 Kudos
Message 1 of 5
(3,469 Views)

Hi Olga,

If I understand correctly, you wish to run 2 UUTs in parallel (at the same time), using the bacth model.  Is this correct?

If so, TestStand will take care of the global variables & files... However, you will have to take care of the serial port.  You can pass a parameter to index which serial port should be used for which UUT.

You may not need semaphores unless both UUT's share a single resource (ie: instrument).

Regards,

Ray

Message Edited by JoeLabView on 04-20-2006 04:02 PM

Message 2 of 5
(3,466 Views)

Hi Ray,

Yes, you understand me correctly.

Thank you for help 🙂

Olga

0 Kudos
Message 3 of 5
(3,452 Views)

Hi,

A good example to look at in the TestStand\examples folder is MultiUUTs examples.

This covers several UUTs being tested using the Batch process model, and sharing resources.

Regards

Ray Farmer

Regards
Ray Farmer
Message 4 of 5
(3,432 Views)
Thank you, Ray! 🙂
0 Kudos
Message 5 of 5
(3,426 Views)