11-21-2011 12:41 AM
Hi
Im using Teststand 2010 sp and the CVI simple operator interface.
How do i get all the executions of a Sequential Batch model to display in one viewer?
11-22-2011
08:28 AM
- last edited on
09-30-2025
05:58 PM
by
Content Cleaner
Hi Shako,
Depending on exactly what you hope to accomplish with this, I might suggest two different courses of action.
1. If you want to voice each socket result in a separate window (as you would in TestStand) then you will just need to modify the CVI source code (which is provided with the operator interface) in order to make room in the GUI for X number of sockets and then the results into those sockets instead of choosing them within a combo box. You could then use that combo box to switch between different batches if you wanted.
2. If you want to display everything in a single window then this is likely more intensive and will require modification of the Batch Model. If you choose to do this, please save a copy and modify this new file as it can require the reinstallation of TestStand if you lose the original model sequence files. In the BatchModel, the place I would start looking is in the BatchReport subsequence. I've also included a few links immediately below which you may find helpful if you choose to go this route:
Best Practices for NI TestStand Process Model Development and Customization
TestStand Process Model (Starting on Page 21)
NI TestStand Advanced Architecture Series
Regards,
Trey C.