How to Modify Text Files in a cRIO Through the Console

Updated Oct 26, 2020

Environment

Software

  • LabVIEW Real-Time Module
  • LabVIEW 2017

  • I have tried to modify a configuration file using FTP, Web Configuration and WebDAV and any of those methods did not allow me to modify a configuration file successfully.
  • I get the error 'Error during upload: 500 internal server error'

For modifying text files or configuration files the VI Editor (Linux Editor) allows us to access text file and edit it using commands. See the steps for using VI Editor in Linux below.

  • Use any console tool for accessing the Shell in NI Linux Real-Time Devices like Putty.
  • You should log in the Console Out as administrator.
  • Navigate to the folder where the file is located. For more information on how to navigate in the console see this link.
  • Use the command: vi <file name>.
  • Then, press Enter. The editor should show up.
  • Modify/add the line you need.
  • Press ESC. After that, you should use the command ":wq". This command means to save and close the editor.
  • Lastly, press ENTER.

Additional Information

You can double check if the file was modified properly reading the file with FTPWeb Configuration and WebDAV

For more information about the VI Editor visit this link.