12-28-2021 01:40 PM
Dear,
I am designing a fuzzy control system implemented in a NI myRIO controller and at the moment of starting the simulation of the system, it fails to load the file (.fs) where the technique is stored. LabVIEW throws me the code 7 error. I tried to fix it in different ways, but I couldn’t.
As for the examples' files, these do load me without problem in the simulations.
What can be the origin of this problem?.
I hope you can help me.
Thank you very much.
12-28-2021 01:18 PM
Estimados,
Me encuentro diseñando un sistema de control difuso implementado en un controlador NI myRIO y al momento de iniciar la simulación del sistema, este no logra cargar el archivo .fs en donde se encuentra guardada la técnica. LabVIEW me arroja el error code 7. He intentado solucionarlo de diferentes formas, pero no he podido.
En cuanto a los archivos de los ejemplos, estos si me cargan sin problema en las simulaciones.
Cual puede ser el origen de este problema?
Desde ya muchas gracias
12-28-2021 03:21 PM - edited 12-28-2021 03:27 PM
Hi deco,
@deco1234 wrote
It fails to load the file (.fs) where the technique is stored.
What can be the origin of this problem?
The most common problem for new RIO users is: they forget (or don't know yet) the RIO is a computer of its own! That RIO device cannot access the harddrive of your development computer! You have to transfer any files to the RIO device when deploying your program...
Btw don't start multiple threads for the same topic! And there is a Spanish regional board for non-English discussions...
12-29-2021 02:07 PM
In addition to GerdW's Wise Words, showing us a picture of an Error Message only says "You did something wrong" (but Gerd picked up on the Glaring Mistake you made). What we really need to see (particularly when the error is more subtle) is your LabVIEW Code, the actual VIs (or the entire LabVIEW Project, compressed into a .ZIP file) (and, please, no "pictures" of code).
Bob Schor
01-04-2022 08:00 PM
GerdW
Thank you very much for your answer. How can i fix the problem?
How do I add a file to the RIO? and how do I load it from the VI to make it work?
I tried but it didn’t work.
Kind regards
01-05-2022 12:38 AM
Hi deco,
@deco1234 wrote:
How do I add a file to the RIO? and how do I load it from the VI to make it work?
You need to create a BuildSpec to create an RTEXE (with all data files attached) and deploy it to your RIO device - as is explained in the RIO beginner tutorials…
01-05-2022 01:29 PM
Thank you very much again. Where can i find that beginner tutorial?
kind regards
01-05-2022 03:44 PM
Hi deco,
@deco1234 wrote:
Where can i find that beginner tutorial?
When I use "LabVIEW RIO beginner guide" with my favourite web search I find a lot of interesting resources. I recommend those from NI...