Home
Quickstart Guide
Introduction RIO Academic RIO Application examples Your first RT app Your first FPGA app
Real-Time
Basic procedures System admin File system I/O monitor System controller architecture Timed loops Inter-process communication RT/Host communication RT/FPGA communication FPGA personalities Interrupts Datalogger (file I/O)
FPGA
Design flow Simulation Inter-process communication RT/host communication Derived clock domain IP blocks FPGA personality
Networking
Get connected Email Web services UDP TCP IP addresses
Site Map
Guides Code examples Procedures Tags LabVIEW block diagram elements Targets Communications All pages
Glossary How to use About
RIO Developer Essentials Guide for Academia
RT guide

RT programming: FPGA personalities

The FPGA "personality" (bitstream configuration file) determines how the RT target interacts with peripheral devices. The personality can also implement custom functionality.

LabVIEW RT icon and FPGA icon

Summary

The FPGA bitstream configuration file (“personality”) implements the connection between the RT target and external peripherals, and can also implement hardware functions used by the RT target such as timers. NI offers one standard personality for the NI ELVIS III and two standard personalities (default and high-throughput) for all others which you can use as-is or modify as needed. You can also create a completely custom FPGA personality.

Guides

Code examples

Procedures

For more information

  1. Getting Started with the myRIO Toolkit (myRIO Toolkit) (http://zone.ni.com/reference/en-XX/help/373925C-01/myriohelp/myrio_get_started/)
    Install the toolkit, set up myRIO, learn myRIO programming, and create a myRIO application.
  2. NI High-Throughput Add-on for myRIO (http://www.ni.com/tutorial/52864/en/)
    From the overview: "The myRIO High Throughput Add-on for myRIO is an alternative to the Default FPGA personality that is part of the LabVIEW myRIO Toolkit. It is ideal for projects that require high-speed analog and digital input and output, and is used and accessed similarly to the default FPGA personality. The High Throughput personality offers user-configurable buffered I/O, as well as some of the functionality offered in the Default Personality".