12-17-2009 12:49 AM
Hi all..
I am facing the error which stated :
Error 1430 occurred at Create Folder in Create DirectoryRecursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.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
Possible reason(s):
LabVIEW: The path isempty or relative. You must use an absolute path.
<Not A Path>
I have been trying to do all solutions given by error 6 such as check the disconnect type definition and remove unused polymorphic VI instances, generate the absolute path and etc. However the same error still occured.
Please advise guys~ I'm using LabView 2009.
12-17-2009 04:44 AM
Do you create a Windows executable or an executable for a Realtime System?
Christian
12-17-2009 01:13 PM
I'm having the same problem when trying to build a RT executable.
I'm using the FTP Put Buffer.vi along with a data to string example I found on the NI website. I can build the executable when I use a constant instead of the data to string but I can't for the life of me figure out why.
Order of pictures:
dataftp.png, which shows the data to string connecting to the data input on the FTP Put Buffer.vi.
vars.png,which shows thevars being placed into an array and connecting to the Convert to String vi.
convert.png, which shows the guts of the convert to string vi.
12-17-2009 06:34 PM
I found the solution to my problem, hopefully this helps you Aleizor.
Under Build Specifications > Application > Properties select Source File Setting.
In the Project Files section select Dependencies.
Check the box Set Destination for all contained items and from the drop down select Support Directory.
I don't know if this is the best solution but it allowed me to build my application and set it as startup on my cRIO. I hope this helps and good luck!
-Duane
12-18-2009 04:42 AM
Hi Duane,
Thanks for your investigations on this.
Though I think the error of the "threadstarter" has another reason. But since he is not answering I can just assume that.
See Why do I get Error 1430 when using string-to-path on my VxWorks controller?
Christian
04-08-2010 03:30 PM
Aleizor wrote:Hi all..
I am facing the error which stated :
Error 1430 occurred at Create Folder in Create DirectoryRecursive.vi->AB_Destination.lvclass:Create_Destination.vi->AB_Build.lvclass:Create_Destinations.vi->AB_Application.lvclass:Create_Destinations.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
Possible reason(s):
LabVIEW: The path isempty or relative. You must use an absolute path.
<Not A Path>
I have been trying to do all solutions given by error 6 such as check the disconnect type definition and remove unused polymorphic VI instances, generate the absolute path and etc. However the same error still occured.
Please advise guys~ I'm using LabView 2009.
This is the same error "Error 1430" that happens in the LabVIEW 2009 compiler when the build specifications are set to put the files in the same location as the caller. Dee Dtray's response for the fix with the compiler.
NI - take note, this should be it's own investigation as to why the "same as caller" doesn't work in the build tool. I followed Dtray's instructions exactly and it worked like a charm.
07-09-2012 07:12 AM - edited 07-09-2012 07:16 AM
"I found the solution to my problem, hopefully this helps you Aleizor.
Under Build Specifications > Application > Properties select Source File Setting.
In the Project Files section select Dependencies.
Check the box Set Destination for all contained items and from the drop down select Support Directory.
I don't know if this is the best solution but it allowed me to build my application and set it as startup on my cRIO. I hope this helps and good luck!
-Duane"
It does work for my problem as well. Many Thanks!