LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i compile a cvi project for Teststand if i want to include the different steps in a seq-File.

It depends on how you want to call it. You can choose to call your CVI code as a DLL from TestStand. Then you would build a DLL in CVI and use the DLL from TestStand. You can also use the .C file directly with the CVI adapter. This method will use CVI remotely to compile the C file from TestStand.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 4
(2,898 Views)
Thank you Chris
Sorry i must have been sleeping while asking the question. i have forgotten to say that i would call the cvi file in TestStand as a dll. My question is, do i need to include it with the "DLL Flexible Prototype Adapter" and is there anything i should take care of while compiling the dll in CVI.
I already tried to call the dll from TestStand, but it ever starts CVI to compile, before it starts the tests.
I hope my question is a little bit more specifc now.

Best regards
Thomas Wyss
Swisscom
0 Kudos
Message 3 of 4
(2,898 Views)
You should call it with the CVI adapter if you want it to launch CVI. The DLL flex adapter does not have that debugging and CVI automation built in. You can be a DLL as the module type in the CVI adapter.

Chris
0 Kudos
Message 4 of 4
(2,898 Views)