Adapter and Code Module Support for 64-bit TestStand
- Aktualisiert2025-07-23
- 2 Minute(n) Lesezeit
Code modules that run in-process must match the bitness of TestStand or be bitness independent, such as an AnyCPU .NET assembly. The following table provides suggested strategies for migrating from 32-bit TestStand to 64-bit TestStand or simultaneously supporting 32-bit TestStand and 64-bit TestStand.
| Adapter | Code Module Type | Notes |
|---|---|---|
| C/C++ DLL Adapter | C/C++ DLL |
|
| LabWindows/CVI Adapter | C DLL |
|
| .NET Adapter | .NET assembly |
|
| ActiveX/COM Adapter | In-process COM server |
|
| ActiveX/COM Adapter | Out-of-process COM server |
|
| LabVIEW Adapter | VI |
|
| Sequence Call Adapter | TestStand sequence files |
|
| None Adapter | N/A |
|
| HTBasic Adapter | HTBasic .prg file |
|
| LabVIEW NXG Adapter | N/A |
|
| Python Adapter | Python code module |
|
Verwandte Inhalte
- C/C++ DLL and LabWindows/CVI DLL Support for 64-bit TestStand
- TestStand Directory Structure
- .NET Code Module Support for 64-bit TestStand
- In-Process COM Servers Support in 32-bit TestStand and 64-bit TestStand
- Out-of-Process COM Servers in 32-bit TestStand and 64-bit TestStand
- LabVIEW Code Module Support for 64-bit TestStand
- Sequence Call Adapter Support for 64-bit TestStand
- Python Code Module Support for 64-bit TestStand