04-20-2006 12:54 PM
04-20-2006 03:01 PM - edited 04-20-2006 03:01 PM
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
04-21-2006 08:53 AM
Hi Ray,
Yes, you understand me correctly.
Thank you for help 🙂
Olga
04-24-2006 01:32 AM
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
04-24-2006 02:01 AM