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 procedure

Deploy a startup application

Deploy a LabVIEW VI as a 'startup application' that runs automatically immediately after the Academic RIO Device boots up.

https://youtu.be/JXoJECRS-eo (8:29)

Procedure

  1. Connect the Academic RIO Device by its USB cable to establish the “USBLAN” network
  2. Open your LabVIEW project
  3. Create a new build specification for the RT target
  4. Select the VI to use as the startup VI
  5. Ensure that the “Run when opened” option is enabled
  6. Generate a preview of the files to be deployed on the target
  7. Generate the Build
  8. Enable the “Set as startup” option
  9. Click “Deploy” on the RT target
  10. Restart the RT target

Tips

For more information

  1. Building and Deploying a Stand-Alone Real-Time Application (Real-Time Module) (http://zone.ni.com/reference/en-XX/help/370622J-01/lvrthowto/rt_building_rt_app)
    Step-by-step procedure to build a stand-alone real-time application and deploy it to an RT target.