08-30-2021 01:23 AM
Hi, I’m a college student from south Korea.
I’m preparing for a our college contest.
Our labview code is ready but we can’t find how to upload our code to myrio.
Would you plaese how to upload the code to myrio?
08-30-2021 02:45 AM
HI kdu,
@Kdu980 wrote:
Our labview code is ready but we can’t find how to upload our code to myrio.
Would you plaese how to upload the code to myrio?
I guess you use a LabVIEW project with the myRIO added as target. And I guess you implementet your code in the myRIO-part of the project tree. Now I guess you "just" need to deploy your code to your myRIO target using the BuildSpecs…
I need to guess all that because you failed to show your code and project!
08-31-2021 10:23 AM
I assume you (a) know how to program in LabVIEW, (b) understand how to use the LabVIEW Project environment, and (c) understand that the myRIO is a LabVIEW Real-Time Target (meaning it doesn't run Windows, it runs NI Real-Time Linux, and expects to be the "Target" of a LabVIEW Real-Time Project).
Do you know the difference between the "Development Environment", when all of the code that you are running "lives" on your PC in a LabVIEW Project, and during Development you can "deploy and run" the code on both the Host PC and the RT-Target myRIO, and the Run-Time Environment, where you have executable code "deployed" as a .EXE file on your PC that you simply "run", and as a .rtexe file that you "deploy" to the myRIO and set to automatically start running when you turn on the myRIO?
If you don't know about this, please learn this as soon as possible.
Bob Schor