Discussion:
TestStand can't find vi's after I made an application with Applicationbuilder
(too old to reply)
W1ldb1ll
2008-07-30 13:10:15 UTC
Permalink
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


Doc2.doc:
http://forums.ni.com/attachments/ni/330/20689/1/Doc2.doc
Ray Farmer
2008-08-04 06:10:24 UTC
Permalink
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 FarmerMessage Edited by Ray Farmer on 08-04-2008 06:54 AM
W1ldb1ll
2008-08-09 10:10:08 UTC
Permalink
Thanx Ray, I think I find out what you ment and let you know if it works.
Loading...