LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1430 occurred at Create Folder in Create Directory Recursive.vi

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. 

0 Kudos
Message 1 of 7
(8,412 Views)

Do you create a Windows executable or an executable for a Realtime System?

 

 

Christian

0 Kudos
Message 2 of 7
(8,396 Views)

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.

Download All
0 Kudos
Message 3 of 7
(8,383 Views)

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

Message 4 of 7
(8,338 Views)

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

0 Kudos
Message 5 of 7
(8,327 Views)

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.

0 Kudos
Message 6 of 7
(7,958 Views)

"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! 

0 Kudos
Message 7 of 7
(6,376 Views)