07-10-2008 12:37 PM
07-10-2008 02:01 PM
07-10-2008 02:05 PM
07-14-2008 09:28 AM
Hi Howard,
What OS are you using? Is Test Executive installed on the same computer as LabVIEW 7.1.1? VIs that call DLLs which were compiled on a different operating system can cause errors.
If you try to view the block diagrams for VIs from Engine.llb, do you get an error that they are password protected? I do not have access to the VIs myself at the moment, so if you post a few I would be happy to look at them.
07-28-2008 07:24 AM
Jennifer,
The OS is WinXP and I did install the test exec on the same computer that has Labview 7.1.1.
The error I get when trying to view engine.llb files is as follows:
Labview load error code 11: vi version 4.0.2 cannot be converted to current version (7.1.1) because it has no block diagram.
This error was reported for all the engine.llb files I tried to load.
Howard
07-28-2008 06:38 PM
Hi Howard,
It seems that the VIs are actually saved for LabVIEW 4.0. You may be interested in the following information, taken from a document entitled "Can I Use Test Executive 4.0 with LabVIEW 5.x?"
readme.txt of the recompiled Test Executive 4.0 for LabVIEW 5.0. Note: If you have modified any part of Test Executive, such as custom callback functions, you may not be able to receive technical support to assist with compiling/recompiling/using Test Executive. National Instruments supports the Test Executive system based on its default shipping behavior. In some cases the conversion utility will not work with customized Test Executive 4.0 applications.07-29-2008 07:08 AM
Jennifer,
I was able to download and mass compile this version of the Test Exec in Labview 7.1.1. I will now attempt to create an exe and see if this will load and run my test sequences. I'll let you know if everything works properly after I make my mods and transfer the new code to the target PC.
Thanks very much for all your help,
Howard
07-30-2008 10:36 AM
07-31-2008 12:57 PM
Jennifer,
I decided to give Test Exec 5.1 one more try. I found out that I was installing from the 5.0 location on the CD. When I installed from the WIN32 location I get a version that can be mass compiled with only a few errors. I hope that you can help me to get to the final step.
There seems to be a database function in this version that is looking for some "Easy SQL" vi's that it expects to find in the vi.llb/addons/access/... folder. This folder does not exist in version 7.1.1, so I decided to load labview version 5.1 on another PC to get these files. When I installed it I did not find this folder either. Can you tell me how I can get these files? The following are a few of the files it can't find:
Easy SQL.vi, Execute SQL.vi, End SQL.vi, Continue Error Dialog.vi, Connect.vi, Disconnect.vi ... etc
There must have been a way to get these addon files, since I know I got this working with version 5.1 many years ago (but I can't remember how)
Thanks,
Howard
07-31-2008 01:39 PM
Jennifer,
OK, a bit more info. The issues I mentioned related to the Easy SQL may not be a problem. These may only have a bearing if you plan to use the "database" version which requires the SQL library. When I try to run the Test Exec in Labview 7.1.1 after performing the mass compile, I get an error box indicating that a bunch of callbacks could not be loaded. I went and checked for these callbacks, and they are located in the Callback.llb file, and I can load them manually. The error message I get when I close the test exec seems to be indicating that the error ocurrs when the callback is called via "Open VI Ref". Is there some reason that this function might not be compatible with 7.1.1? (see error message attachments). The callbacks are password protected so I cannot look at the code. I also tried to just create an exe of the test exec per instructions from the National Site. The build was successful, but the same error messages came up as in the development environment.
Thanks,
Howard