03-19-2019 08:25 AM
Hi
I am doing a university project on using fuzzy control for non-linear systems but when I try to load by fuzzy system file into labview the output of the load vi is empty. If anyone could help with this it would be really appreciated. I have attached a picture of my code for reference.
Thanks
Chloe
03-19-2019 08:40 AM
03-19-2019 09:21 AM
Hi GerdW
I have deployed the entire main VI to the myrio, but not the file on its own. Does the file need to be deployed separately? If so do you know how I could do this?
Many Thanks
Chloe
03-19-2019 09:30 AM
Hi Chloe,
I have deployed the entire main VI to the myrio, but not the file on its own. Does the file need to be deployed separately?
The Fuzzy definition file needs to be deployed to your myRIO too. You can do it in one step, together with your myRIO executable.
If so do you know how I could do this?
When you build the myRIO executable you can include any other file in the build specs. The file will be deployed to the "data" subfolder of your executable (by default).
(This is my experience with cRIO devices.)
03-19-2019 09:55 AM
Hi GerdW
Unfortunately I have now deployed the .fs file to the myRio and it is still not finding the file correctly.
Thanks for your help
Chloe
03-19-2019 09:59 AM