10-27-2011 09:35 AM
Hi,
I have a sequence which contains both CVI Actions and C++/.dll Actions throughout the sequence. I wish to convert all the CVI actions to C++/.dll actions without having to create a new step and copy/paste all parameters, step names, expressions, etc. It would be a tremendous task to do so. Is what I am seeking even possible? Basically it would be ideal if I could just change the CVI action to a C++/.dll Action in a given step while keeping all the module parameters the same.
Thanks in advance,
J Korn
Solved! Go to Solution.
10-27-2011 09:47 AM
Select the step
Go to the Properties tab
Click on General
Change Adapter: to C/C++ DLL
You can select multiple steps and do this once for all of them.
Hope this helps,
10-27-2011 11:45 AM
Thanks a bunch! I should have known better......