LabWindows/CVI Step Execution Locations
- Updated2025-07-23
- 1 minute(s) read
LabWindows/CVI Step Execution Locations
Use the Step Execution section in the LabWindows/CVI Adapter Configuration dialog box to select where steps execute. The LabWindows/CVI Adapter can run code modules in-process or out-of-process, as the following table describes.
| Where Code Modules Execute | Description |
|---|---|
| In-process | In the same process as the sequence editor or a user interface you are running, without using the LabWindows/CVI development environment. |
| Out-of-process | In an external instance of the LabWindows/CVI development environment. |
The LabWindows/CVI Adapter uses two different copies of the LabWindows/CVI development environment. The adapter uses one copy to execute code modules for out-of-process step execution. By default, the adapter opens <TestStand Public>\AdapterSupport\CVI\tscvirun.prj in this copy of LabWindows/CVI. Use this copy of LabWindows/CVI to edit the projects you use to create DLLs, static libraries, and object files.