10-18-2011 02:08 AM
Hi
Does anyone have an example of a Teststand Operator Interface which does not use the NI Teststand UI Controls library?
What im trying to do is create a list of all sequences in a folder and populate a List box.
The user would then double click the Test to load it.
And a click on a button would then run the UUT Test for the loaded sequence.
10-18-2011 09:25 AM
You should still use the Application manager control at least, because it takes care of some of the details for you like, login/logout, loading type palettes, shutting down, etc. You could start with the simple UI example.
Hope this helps,
-Doug