Skip to main content

A library to control the myRIO board from National Instruments

Project description

myrio_library - a library for working with NI myRIO in Python

This is a set of tools to program the NI myRIO programmable device using Python. The myRIO is an FPGA-based RT device that is programmed usually in LabVIEW.

In this library, we have created some support functions and a class named MyRIO. We call it "library" because the aim of this project is to create a collection of packages for running Python programs in different environments (multiple myRIOs, for example).

The packages myRIO_base and myRIO_API are designed to work locally, inside the myRIO. myRIO runs a reduced version of Linux named NI Linux RT.

https://www.ni.com/en/shop/linux/under-the-hood-of-ni-linux-real-time.html

The main idea is to be able to install the base library inside the myRIO and to run basic functions easily.

If you want to use the base library, you will need an updated NI Linux RT image, SSH enabled (it is easy to set in NI MAX, the configuration tool), and Internet enabled on your myRIO (check the myRIO documentation for that). You will need a privileged account (in myRIO the default administrator user is admin) if you want to have access to the FPGA registers (the basic package, nifpga, needs that).

When ready, you should connect (ssh) to the myRIO and ensure that everything is up-to-date before installing myRIO_library:

https://oldwiki.archive.openwrt.org/doc/techref/opkg

opkg update opkg install python3 python3-misc python-pip

python -m pip install myrio_library

Check the examples folder inside the site-packages/myRIO_library/examples folder for further help.

The myRIO_API package creates and serves an API implementation based on myRIO_base.

Read its specific documentation and examples for more information.

And finally, the third package of the library, myRIO_API_client, can run on any computer that supports Python. You can install it using pip:

pip install myrio_library

This library is an improvement over nifpga, a Python library that gives access to the FPGA registers of NI targets with FPGA.

https://github.com/ni/nifpga-python

This package is a client implementation for accessing the API. You will need communication with the myRIO (via USBLAN or WiFi) in order to use the API. More info in the specific docs about the myRIO_API_client package.

Last update: 2025/09/26 Aitzol Ezeiza Ramos (University of the Basque Country - EHU)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myrio_library-1.4.4.tar.gz (973.6 kB view details)

Uploaded Source

File details

Details for the file myrio_library-1.4.4.tar.gz.

File metadata

  • Download URL: myrio_library-1.4.4.tar.gz
  • Upload date:
  • Size: 973.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.2

File hashes

Hashes for myrio_library-1.4.4.tar.gz
Algorithm Hash digest
SHA256 e51b9920b15cebe28b489b58cc2a8f60e67bac6799f8eb3bdfc3898966e1fc40
MD5 dbb702df95e4d2d600c2a9167db1325e
BLAKE2b-256 f4aae12a319b078075a420e34e9939d1e26abcadaa1ad567958d3b857d8698a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page