‎02-22-2010 06:57 AM
‎02-23-2010 01:59 PM
Hi Avi,
As with any TestStand UI development, you will start with an ApplicationMgr object. From you can use the Executions property to gain access to each of your 4 executions. There will actually be 5 executions in the Collection but you are interested in elements 1-4. Element 0 is the inital sequence and doesn't coorespond to one of yours. For each execution you will need a ExecutionViewMgr. These can be used to drive your four separate UI controls, each displaying a different execution.
You can find more information about these Managers in your TestStand help. Also, I recommend taking a look at the source code for the C# User Interface that ships with TestStand. You can find this at Start>>Programs>>National Instruments>>TestStand>>User Interfaces>>C#>>Source Code.
Here is a link that does implements what you described written in LabVIEW: http://zone.ni.com/devzone/cda/epd/p/id/6139
Feel free to let me know if you have further questions.
‎02-23-2010 02:29 PM
It might help to read TestStand Reference Manual>>Chapter 9 - Creating Custom User Interfaces>>User Interface Application Styles>>Multiple Window.
There is also a very old example online that might still be interesting to look at:
‎03-08-2010 01:45 PM
If you are using LabVIEW, this example might be instructive too:
http://zone.ni.com/devzone/cda/epd/p/id/6139