11-12-2012 05:49 AM
hello,
I´am trying to build a application from my program. i use labview 2010 and LV-Link. when i start the applicationbuilder i get the error 8 by copy in AB_Engine_Copy_Error_Files.vi->AB_Application.lvclass:Copy_Error_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_Create_Build_Application.vi->EBUIP_Global_OnCommand.vi->EBUIP_Global_OnCommand.vi.ProxyCaller
Maybe you did have the rights for that
NI-488: DMA-hardwareerror
I don´t know why i dont have the rights to use the LV-Link like i want or what i can do to get the right for that.
Thanks
Erhard
11-13-2012 02:38 AM
Hi erhard,
have you had a look to this KB:
http://digital.ni.com/public.nsf/allkb/BAF0ACFA708F1D19862574C8005248E7?OpenDocument
Best regards
Andre
11-13-2012 05:30 AM
Hey,
new name but the same guy.
Ok the Link you send help me to build the application. Thanks.
Now i have another problem. I will start the app on a PC were no LabVIEW is installed. I get a Error message that the program isn ´t runnig because there is now run-time 2010 for LabVIEW on the PC.
How can i add the run-time on my appliation that i don´t have to installed the run-time on every PC i want to use my app.
regards
Erhard
11-13-2012 06:13 AM
You have to build an installer after the executable and add the Runtime Engine into it.
The installer will install your executbale and the LV runtime engine (and every additional resource you choose) on the target PC.
Here the link to an online resource but you can find all possible information in the Lv-Help itsself.
http://www.ni.com/white-paper/3303/en#toc5
Best regards
Andrea
11-14-2012 09:22 AM
Hey Andrea,
Thanks your both Tips help me. But i have a new problem I´am using LV-Link in my program. after i installed my program on a pc, the program is looking for a ddl of the lvlink but i tryed do link it in the installer but i can´t find lv-link there... Should i zip my installer+ the lvlink for the users or is there a other way to link the ddl with the application. I hope i explain it in a way that somebody can understand the problem :D.
Regards
Erhard
11-14-2012 09:46 AM
Just like you had to run the installer for the Data Translation board on your pc, the installer for it must be run on every new pc. When you create the installer, you have the option to run an executable at the end of the installation. Include the DT installer and run this after the LV installation - one of the disadvantages of using non-NI hardware.