LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 1430

I made fuzzy controller for Tank control .It gives an error 1430 saying "Open/Create/Replace File in NI_Fuzzy_Logic_API.lvlib:FL Load Fuzzy System.vi->fuzzycont.vi"

Possible reasons:

LabVIEW: The path is empty or relative. You must use an absolute path.
<Not A Path>"

 

0 Kudos
Message 1 of 6
(5,632 Views)

LabVIEW: The path is empty or relative. You must use an absolute path.
<Not A Path>"

 

This error might mean you specified the file path in a wrong way. Try to change the path, test it first with a constant explicit one...

0 Kudos
Message 2 of 6
(5,610 Views)

I am actutally not able to get the meaning of " explicit one". 

0 Kudos
Message 3 of 6
(5,595 Views)

Use a block diagram constant to check if it works.


GCentral
0 Kudos
Message 4 of 6
(5,587 Views)

Thanks for the help . I made a constant . It worked.

 

0 Kudos
Message 5 of 6
(5,568 Views)

Great. Now you can try and expand on that using the Build Path node that you had in the VI you linked. The key point is that the lower input to the Build Path node should be a path relative to the upper path - so don't put "C:/" in it!


GCentral
0 Kudos
Message 6 of 6
(5,566 Views)