06-14-2010 10:50 PM
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
06-16-2010 01:44 PM
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