LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ProblemS to load fuzzy controller in NI myRIO

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.

0 Kudos
Message 1 of 8
(1,929 Views)

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

0 Kudos
Message 2 of 8
(1,926 Views)

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...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 8
(1,918 Views)

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

0 Kudos
Message 4 of 8
(1,877 Views)

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

Download All
0 Kudos
Message 5 of 8
(1,856 Views)

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 8
(1,848 Views)

Thank you very much again. Where can i find that beginner tutorial?

kind regards 

0 Kudos
Message 7 of 8
(1,838 Views)

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...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 8
(1,829 Views)