Solution
By default, a Real-Time controller will automatically reboot into Safe Mode if it crashes twice or more without rebooting or cycling power between crashes.
In LabVIEW Real-Time 7.0 and later, you can disable Safe Mode by modifying the
ni-rt.ini configuration file, which is located in
/etc/natinst/share. You can access the file by
connecting to the Real-Time controller through FTP.
The following lines will need to be added to the
ni-rt.ini file on the Real-Time controller:
[StartUp]
YouOnlyLiveTwice = "FALSE"
Linux Real- Time Targets (Intel x64 Based)
Controllers running the Intel x64-based version of Linux will recognise the following terminal command to set the boot mode:
/etc/init.d/nisetbootmode force-normal && rebootTo check which operating system the Real-Time controller is running, refer to
Real-Time Controllers and Real-Time Operating System Compatibility .