LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Loading fuzzy systems on sbrio

Hi,

 

I'm having trouble loading a fuzzy system I made using the fuzzy system designer. My project and files load onto the board then it immediately disconnects. I get error code 7, Open/Create/Replace file. Where should I be saving the .fs file and what path should I be using for it to load properly? I also tried making the file path a control and selecting the file from my computer but I still get the same error.

 

Thanks

0 Kudos
Message 1 of 2
(2,329 Views)

Hello,

 

In order to load a file from a RealTime target, you also need to place that file on the target. When you deploy code to the target, the location of the file changes and it does not direct back to your host computer. You can see this effect by running code on your host computer with an indicator wired from a This VIs Path constant.You will notice that the path will change when the code is placed on the sbRIO. Basically, if you specify a file path of C:\ on the development computer, this will correlate to the folder that you are in as soon as you FTP into the sbRIO.

 

-Zach

0 Kudos
Message 2 of 2
(2,305 Views)