How Can I Perform Run-Time Configuration Settings for LabVIEW Test Executive 5.1?Primary Software: LabVIEW Toolkits>>Test ExecutivePrimary Software Version: 5.1 Primary Software Fixed Version: N/A Secondary Software: N/A
Problem: I would like to dynamically load and set my configuration settings for my sequences. I also have detailed branching in my sequence. Based on certain data, I want to be able to run a selected step and to have my equipment configured for that step. How can I accomplish this with LabVIEW Test Executive 5.1? Solution: The answer for the first part is to set up the branching with the Dependency Editor. For the second part, you can use the Pre-Step UUT, which has the Invocation Information.ctl. From this control, the step name can be accessed and used in a subVI (which you have to create yourself) to generate the configuration string that is needed for this step. This VI will need to have a mapping scheme that generates the correct configuration setting string based on the step name. The string can then be written into a global variable and accessed from the test VI itself for proper configuration before execution. Related Links: Attachments:
Report Date: 03/16/1999 Last Updated: 06/11/2004 Document ID: 1JFM49PL |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
