LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Restart VI Execution from SSH

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.

0 Kudos
Message 1 of 3
(700 Views)

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

Message 2 of 3
(680 Views)

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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 3
(656 Views)