How can I Communicate my cRIO or MyRIO with a Linux Host Computer

Updated Feb 6, 2025

Environment

Hardware

  • myRIO Student Embedded Device

Software

  • LabVIEW
  • LabVIEW FPGA Module
  • LabVIEW Real-Time Module
  • LabVIEW C Generator Module

Driver

  • NI-RIO

Operating System

  • Linux

How can the myRIO communicate with a host Linux machine via shared variables or other communication?
I think that Linux does not support hosting Shared Variable Engine (SVE), however, could the Linux host deploy a shared variable library to the cRIO or myRIO, and the Linux OS just communicates with it?

"In order to use NI-RIO on Linux, you need a Windows system to develop your LabVIEW FPGA application. You must compile a bitfile, generate headers with the FPGA Interface C API Generator or FPGA Interface Python API, and then move the application to your Linux system. Refer to the "Using the NI-RIO Driver and FPGA Interface C API"  and "Using the NI-RIO Driver and FPGA Interface Python API" sections for more information.


Using the NI-RIO Driver and FPGA Interface C API

You must begin development on a computer running Windows. Use LabVIEW FPGA to develop and build an FPGA VI that runs on a RIO device. Use the FPGA Interface C API Generator to create the C source files for your application. Download the latest version of the FPGA Interface C API Generator then copy the generated files to the Linux machine to begin development of C/C++ code for your application. For information about using the FPGA Interface C API, visit the FPGA C Interface help.
To find the RIO device you are using in your application, use the command "lsni -v" to list information on all NI devices in the system."

 

So, the option to communicate your cRIO or MyRIO with the Linux host will be using the cRIO / MyRIO FPGA to communicate with a C program on Linux. We can summarize in these steps:


The next picture summarize the solution:

Was this information helpful?

Yes

No