Hi,
What you are trying to do is pretty basic TestStand functionality. There are several resources you can use to get information on howTestStand and C++ DLL's can interact.
For instance, you can check out
http://ni.com/manuals (or more specifically,
http://sine.ni.com/manuals/main?q=Teststand) to look at the TestStand documentation that is shared online. For more TestStand documentation, you could also open TestStand and follow the Help menu to Help>>Search the TestStand Bookshelf. This will open a PDF with a link to several helpful documents. You could also check out the
NI Developer Zone and search for help there.
If you are looking for specific coding examples, there are several examples of how to access a C/C++ DLL in
<TestStand>\Examples. Specifically, you could look at the
<TestStand>\Examples\MultiUUT example. While this example does not perform your exact requirements, it does demonstrate how a TestStand sequence file can use a DLL and how to evaluate limits. If this example is not what you are looking for, you can always search on the previously mentioned
NI Developer Zone and look for example code to find something that better fits your needs.
Message Edited by Matt Mueller on 08-14-2006 03:20 PM