03-30-2023 09:29 AM - edited 03-30-2023 09:33 AM
It is possible to restart the execution of a VI inside a CRIO (CRIO-9067) from SSH, without 'reboot'ing the controller?
I can establish all SSH and FTP communication, I just need to know the service or program which controls the NI VI set as execution at reboot.
Thanks in advance.
03-30-2023 11:02 AM
On NI Linux RT you can run this command to restart your startup app
/etc/init.d/nilvrt stop && /etc/init.d/nilvrt start
There are a number of threads discussing this, but it‘s still hard to find from search. Maybe adding some links and tags will Maike ist better.
Run startup.rtexe in linux from terminal
cRIO LabVIEW StartupApp manually start
Is it possible to close and re-open RTEXE through Embedded UI
03-30-2023 03:01 PM
That's funny because with my RPI, if my LabVIEW app crashes, it's because something went sideways on the RPI and a reboot is absolutely necessary.