07-15-2005 02:19 PM
07-18-2005 04:10 PM
Hi,
If you have created your HPVEE program into an assembly you should be able to use the .NET adapter in TestStand to call into the assembly. If you are calling straight into HPVEE then you should take a look at the example program that ships with TestStand:
C:\Program Files\National Instruments\TestStand 3.0\Examples\VEE
Use this as a basis for using TestStand with HPVEE.
Also, the error you reported seems to me that it may not be a TestStand error but an error with your communication between VEE and .NET. Can you try taking TestStand out of the equation and testing your HPVEE program by itself so that we can try and isolate the issue.
Thanks,
Caroline
National Instruments
07-18-2005 08:14 PM
Thanks for your reply.
When I run HPVEE, it works fine.
I do use the example provided by NI and copied the VEE step types into my test sequences.
I am able to step through the VEE function when I put the debug mode when I specify the module in the testStand. It complains it can not create .NET object even though it runs perfectly fine in VEE itself.
I appreciate it any feedback.
07-25-2005 10:17 AM
08-20-2005 05:49 PM