The myRIO Custom FPGA Project template provides a starting point for you to create NI myRIO applications by using custom FPGA code. You use the LabVIEW FPGA Module to create the custom FPGA code, which runs in parallel with the code that you create with the myRIO VIs and the LabVIEW Real-Time Module. The design of this template makes it easy to modify the code of the NI myRIO FPGA shipping personality while still maintaining the ability to use the myRIO VIs.
You can learn more about NI FPGA at ni.com/fpga.
Refer to the Voice Recorder sample project, available from the Create Project dialog box, for an example of adapting this template to an audio sampling application.
This template is suitable for applications that have the following characteristics:
The following are some example applications that can benefit from the use of this template:
This template consists of the following VIs:
The following figure shows the block diagram of RT Main.vi.
This template uses a Flat Sequence structure that executes the following three frames from left to right:
Before you customize this template for your own application, ask yourself the following questions:
This template uses the Flat Sequence structure to execute frames from left to right when all data values wired to a frame are available. The data leaves each frame as the frame finishes executing. Use sequence structures sparingly when you modify this template. Rely on data dependency or flow-through parameters to control the order of execution.
In the Initialize frame, add code that initializes your application. For example, you may want to initialize the data to specific values, open a file for logging, and so on. You must open and set the custom FPGA bitfile in this frame. Otherwise, the NI myRIO uses the FPGA shipping personality.
By default, this template uses the Accelerometer Express VI to acquire acceleration data from the onboard accelerometer and displays the acceleration values on a waveform chart. You can add your own code to acquire data from the NI myRIO and process the data based on your application needs. Use the myRIO VIs to access NI myRIO I/O channels and the onboard devices. Use the FPGA host interface to access the custom elements that you add to the FPGA code.
In the Close frame, add code that executes after the data acquisition and processing is complete but before the application exits. Closing code commonly accomplishes the following tasks:
![]() |
Note You must close the custom FPGA reference in the Close frame so that the FPGA target is properly reset at the end of the application. |
By default, this template stops if the Accelerometer Express VI returns an error or when you click the Stop button. When you customize this template, you can use the error in and error out clusters in each VI you use to pass the error information through the VI. If you want to ignore errors, you can remove the OR Function and wire the Stop button directly to the conditional terminal of the While Loop.
Copyright
© 2013 National Instruments. All rights reserved.
Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical, including photocopying, recording, storing in an information retrieval system, or translating, in whole or in part, without the prior written consent of National Instruments Corporation.
National Instruments respects the intellectual property of others, and we ask our users to do the same. NI software is protected by copyright and other intellectual property laws. Where NI software may be used to reproduce software or other materials belonging to others, you may use NI software only to reproduce materials that you may reproduce in accordance with the terms of any applicable license or other legal restriction.
End-User License Agreements and Third-Party Legal Notices
You can find end-user license agreements (EULAs) and third-party legal notices in the following locations after installation:
Trademarks
Refer to the NI Trademarks and Logo Guidelines at ni.com/trademarks for information on National Instruments trademarks. Other product and company names mentioned herein are trademarks or trade names of their respective companies.
Patents
For patents covering the National Instruments products/technology, refer to the appropriate location: Help»Patents in your software, the patents.txt file on your media, or the National Instruments Patent Notice at ni.com/patents.