TestStand Process Models
- 已更新2026-07-27
- 閱讀時間為 2 分鐘
The Sequential model is the default process model that you use to test one UUT at a time. Use the Parallel and Batch process models to simultaneously run the same test sequence on groups of similar UUTs. Select Configure»Model Options to launch the Model Options dialog box to specify the number of test sockets in the test system.
The following table lists the process models and their respective sequence files.
| Process Model | Process Model Sequence File |
|---|---|
| Sequential Model | <TestStand>\Components\Models\TestStandModels\SequentialModel.seq |
| Parallel Model | <TestStand>\Components\Models\TestStandModels\ParallelModel.seq |
| Batch Model | <TestStand>\Components\Models\TestStandModels\BatchModel.seq |
You can create a custom process model, or you can modify a copy of a built-in process models.
To modify the installed process model or to create a new process model, copy all the process model files from the <TestStand>\Components\Models\TestStandModels directory to <TestStand Public>\Components\Models and make changes to the copy.
The list of search paths includes the subdirectories in the <TestStand Public>\Components directory.
When you create a custom process model, use the Model tab of the Station Options dialog box to specify the custom process model sequence file as the process model for the station.
相關內容
- Sequential Process Model
- Parallel Process Model
- Batch Process Model
With the synchronization features of the Batch model, you can direct a step that applies to the batch as a whole to run only once per batch instead of once for each UUT. You can also specify whether certain steps or groups of steps cannot run on more than one UUT at a time or whether certain steps must run on all UUTs at the same time. The Batch model generates batch reports that summarize the test results for the UUTs in the batch.
- Copying Read-Only Files to Modify
- TestStand Directory Structure
- Search Directories