12-18-2009 03:33 PM
Does anybody have an idea what causes this when I try to build my application? Re-booting usually solves my build problems but didn't work this time.
Thanks, and have a good weekend.
C:\Program Files\National Instruments\LabVIEW 2009\vi.lib\printing\ReportDocExtensions.llb\Standard Report\CatchAndConvertInvalidImageTypes.vi
Invoke Node in AB_Source_VI.lvclass:Close_Reference.vi->AB_Build.lvclass:Copy_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_Item_OnDoProperties.vi->AB_Item_OnDoProperties.vi.ProxyCaller
<APPEND>
Method Name: <b>Save:Target Instrument</b>
Error 6 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclass:Copy_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_Item_OnDoProperties.vi -> AB_Item_OnDoProperties.vi.ProxyCaller
Solved! Go to Solution.
12-21-2009 03:56 PM
01-05-2010 08:53 AM
I'm sorry it took so long for me to reply, thank you very much for your response.
I've read the links you posted but unfortunately I don't understand how those apply to my issue, I'm not using FPGA.
For some reason it builds fine when I leave all the VI properties at default, and that's fine for now.
Thanks again.
01-06-2010 02:53 PM
This error is most often associated with FPGA code, but it can certainly come up for other reasons. Since you just said you were building application I assumed you meant FPGA.
Can you tell me more about your application?
What are you building? (exe, dll, .net assembly)
What is the general function of this Application.
What hardware does it interact with?
What step in the build process do you see this error?
Has this code compiled before?
01-06-2010 03:21 PM
Can you tell me more about your application?
Tests cellular handset battery chargers using a power supply to simulate a battery (though I suppose with a few minor changes you could test any battery charger).
What are you building? (exe, dll)
*.exe
What is the general function of this Application.
1. Sets a digital power supply in CV mode to seven voltage points (3.75-4.3v) and measures the DC current provided by the charger at each point via a dummy battery.
2. Graphs current measurements on the screen.
3. Logs measurements, charger serial number, date and time, and several drop-down menu selections to a tab-delimited *.xls file.
4. Compares each measurement to a pre-defined upper and lower limit read from a *.txt file according to the charger model selected in the drop down menu.
5. Presents operator with a PASS/FAIL decision in a pop-up window.
6. Prints a recertification label if overall result is "PASS".
I know you only asked for "general function" but it has several functions.
What hardware does it interact with?
Agilent 66311b DC Source.
.
What step in the build process do you see this error?
I just rebuilt the application after modifying the VI properties as before in an attempt to reproduce the error so I can answer your question but can't seem to get it to fail any more. I've never been so disappointed with success...
Has this code compiled before? , .net assembly)
Yes, the changes made in this build were a change of font (to Trebuchet MS), addition of a fourth tab, and a change in the "set run delay" of an Instrument I/O Assistant.
Thanks very much.
01-07-2010 02:14 PM
So is it still giving you the error at this point?
Also check out this KB
Why Do I Receive Error Code 6 Occured at AB_Source_VI When Building an Executable?
-Hunter
01-11-2010 09:07 AM
So is it still giving you the error at this point? |
Negative. It seems to be fine now.