NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

TestStand can't find vi's after I made an application with Applicationbuilder

I have made a vi where there is a call to TestStand. In this Sequence file there are several call's to vi's. Now I wanted to make an application from the vi that calls teststand, so I did. After I made the application with applicationbuilder(Labview 8.5) he gives the error that TestStand can't find the vi's(see attachement) what am I doing wrong can somebody tell me?
 
Thanx
0 Kudos
Message 1 of 3
(3,122 Views)

Hi,

In your SequenceFile(s) are you trying to call VI's that are now contained in an EXE?

If this is the case then you will no longer be able to use the LabVIEW adaptor and will have to use the Call Executable step type. Also you will not beable to call the individual VI's as before.

If you dont want to leave your VI's as VI's why not create a DLL. Then using the DLL Adaptor you will still beable to call the individual functions as you did when they were VI's

Regards

Ray Farmer



Message Edited by Ray Farmer on 08-04-2008 06:54 AM
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,092 Views)
Thanx Ray, I think I find out what you ment and let you know if it works.
0 Kudos
Message 3 of 3
(3,057 Views)