10-07-2009 01:32 PM
Im some having problems deploying my realtime applictation to my RT target. Im unsing Labview 8.6 in windows and Real time 8.6.1 on an PXI-8110 target.
When I first deploy the VI after the RT target boots, The following error appears on the target screen:
Error loading 'ws2_32.dll':missing export 'RegNotifyChangeKeyValue' from 'ADVAPI32.DLL'
If I then try running it again, it will work fine without the error, deploys fine and the program runs fine. Ive been ignoring this problem thoughout the development of this program because I just get the error the first time deploying it after the target boots.
Now that my program is finished im trying to deploy it as a built application and set it to run on the RT controller at startup. The program builds fine with no errors. When I try to deploy it to the target, it fails to deploy. There is no explanation in the error, it justs says that it failed to deploy.
If I then go into the project explorer, right click on the main VI that the application is built with, select deploy, It deploys without error. after i do that, the realtime application I built will deploy without error. However it will not run a startup, the controller boots, states it is loading the startup realtime application, then does nothing. Im wondering if the dll error before is related to it.
Another note, I had this program running fine and deploying fine a few months ago with Labview 8.5 and Realtime 8.5 on a PXI 8106 controller. These errors started popping up when I upgraded to RT 8.6.1 and labview 8.6. I have tried formatting the controller and reinstalling everything but I get the same error.
10-08-2009 12:49 AM
File that contains the Windows Sockets API used by most Internet and network applications to handle network connections.
I can't help you with RT (I don't believe it's a RT but rather a systems issue). This might help get things started.
10-08-2009 03:39 AM
10-08-2009 11:19 AM
10-08-2009 11:22 PM
10-09-2009 09:18 AM
No, my problem isn't solved but at least I traced it back to the cause. Can anyone point me to a procedure for manually deploying a Real time application using FTP? Im tyring to find out what files need to go where on the target.
-Mike
10-09-2009 01:42 PM