To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI is an example of how the ni-rt.ini file can be modified on a Real-Time controller programmatically from a host PC.
Description
The VI should be run from a host PC; it uses WebDAV to copy the controller's ni-rt.ini file to a specified location on the host, edits the StartAppAtBoot token, and then uses WebDAV to replace the ni-rt.ini file on the controller with the new settings. This VI is designed to work with a Linux RT controller such as the myRIO or cRIO-9068, to use it with a VxWorks target, you will need to change the path to the ni-rt.ini file.
Requirements
Software
LabVIEW 2013 (or compatible)
LabVIEW System Configuration API
LabVIEW Real-time module
Hardware
A Linux RT Target (other targets possible but changes will need to be made.)
Steps to Implement or Execute Code
Additional Information or Reference
1-388BD.png
DisableStartupApp 2013 NIVerified Block Diagram
1-388 True.png
After pressing "StartupApp?" ni-rt.ini file.
1-388 False.png
If not press "StartupApp?" ni-rt.ini file.
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Looks really usefull. Good job!